Hi, there. My 3200 remote isn't working properly with v4l-dvb current drivers. Some buttons are switched (power button is 2, 2 is 4, 3 is 5 and so on) or unresponsive. Any ideas as what's going on were? There was a fix for multiproto that involved patching yourpath/linux/drivers/media/dvb/ttpci/budget-ci.c with something like: break; case 0x1010: case 0x1017: /* for the Technotrend 1500 bundled remote */ ir_input_init(input_dev, &budget_ci->ir.state, IR_TYPE_RC5, ir_codes_tt_1500); to something like: break; case 0x1010: case 0x1017: case 0x1019: /* for the Technotrend 1500 bundled remote */ ir_input_init(input_dev, &budget_ci->ir.state, IR_TYPE_RC5, ir_codes_tt_1500); Editing the file on v4l-dvb shows this: break; case 0x1010: case 0x1017: case 0x101a: /* for the Technotrend 1500 bundled remote */ ir_input_init(input_dev, &budget_ci->ir.state, IR_TYPE_RC5, ir_codes_tt_1500); The third value on v4l-dvb is different. Any ideas? _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr