Hi all, I searched a way to make the remote of the gigabyte u7000 working. Looking at /var/log/messages when pressing the remote keys give me that list, but I don't know how to get farther : /* Key codes for the Gigbyte U7000 , look a little bit funny compared to the previous ones */ { 0x1e, 0x7D, KEY_0 }, { 0x14, 0x7F, KEY_1 }, { 0x19, 0x7C, KEY_2 }, { 0x12, 0x7D, KEY_3 }, { 0x1C, 0x72, KEY_4 }, { 0x13, 0x4E, KEY_5 }, { 0x1B, 0x4C, KEY_6 }, { 0x14, 0x70, KEY_7 }, { 0x1E, 0x72, KEY_8 }, { 0x11, 0x4E, KEY_9 }, { 0x14, 0x40, KEY_VOLUMEUP }, { 0x1C, 0x42, KEY_VOLUMEDOWN }, { 0x10, 0x41, KEY_CHANNELUP }, { 0x1B, 0x7C, KEY_CHANNELDOWN }, { 0x18, 0x43, KEY_POWER }, { 0x16, 0x70, KEY_UP }, { 0x12, 0x41, KEY_DOWN }, { 0x16, 0x7F, KEY_LEFT }, { 0x19, 0x43, KEY_RIGHT }, { 0x19, 0x4C, KEY_OK }, { 0x11, 0x41, KEY_LAST }, /* Last channel */ { 0x1A, 0x43, KEY_BACK }, /* Back */ { 0x18, 0x7C, KEY_EPG }, /* key tagged EPG */ { 0x1D, 0x42, KEY_VIDEO }, /* Videos */ { 0x12, 0x7E, KEY_RADIO }, /* key tagged FM */ { 0x15, 0x40, KEY_TV }, /* TV */ { 0x1A, 0x7C, KEY_RECORD },/* Snapshot */ { 0x13, 0x7E, KEY_MUTE }, /* Mute */ I put that list in the static struct dvb_usb_rc_key dib0700_rc_keys[] just after the list for the Haupauge WinTV Nova-TD card in the file dib0700_devices.c . The log are now clean but I don't know much about how to handle this. Neither xev nor xbindkeys are reporting the keycode when using the remote. Am I missing something ? @+ dom _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb