I defined those codes in the video4linux separate build, as per the bytesex download I then do a make modules && make install from the video4linux, which builds and copies the modules into /lib/modules/2.6.11.8/v4l2 then depmod -ae then I modprobe cx88-dvb. I gather this is 'building as a module'? should I be making these changes to the kernel modules? as per my last email, I tried swapping the ... (in ir-common-c) [ 0x0b ] = KEY_RED, // red button [ 0x05 ] = KEY_KP5, // 5 ...around and I now the RED key produces the ascii ^[[G where the '5' key used to. I'm really stuck here now! ----- Original Message ----- From: "Miika Keskinen" <weeti@xxxxxx> To: "Simon Baxter" <linuxtv@xxxxxxxxxxxxx> Cc: <linux-dvb@xxxxxxxxxxx> Sent: Saturday, May 14, 2005 1:19 PM Subject: Re: [linux-dvb] WinTV NovaT remote keys - num keys only > Simon Baxter wrote: > >> ok, I understand how the 'c' files work better now.. >> >> I'm still not getting most of the keys working. Specifically >> UP/DOWN/LEFT/RIGHT and the colour keys (plus others). >> >> I'm using the following codes, but it's still no-go >> >> IR_KEYTAB_TYPE ir_codes_hauppauge_new[IR_KEYTAB_SIZE] = { >> <<snip>> >> [ 0x14 ] = KEY_UP, // UP Arrow >> [ 0x15 ] = KEY_DOWN, // DOWN Arrow >> [ 0x16 ] = KEY_LEFT, // LEFT Arrow >> [ 0x17 ] = KEY_RIGHT, // RIGHT Arrow >> >> [ 0x0b ] = KEY_RED, // red button >> [ 0x29 ] = KEY_BLUE, // blue key >> [ 0x2e ] = KEY_GREEN, // green button >> [ 0x38 ] = KEY_YELLOW, // yellow key >> <<snip>> >> >> can anyone suggest my next course of action?? >> >> The remote is a silver/gray one with gray buttons >> >> >> help?? >> > codes are right, color-keys are defined in stock ir_codes_hauppauge_new > - and they work at least for me. Arrow-keys are ok. Do you use cx88 as > a module? and you remember to make modules modules_install ? etc.. > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.11.10 - Release Date: 13/05/2005 > >