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..