I got the box installed and everything is working fine even the remote-control with the exception, that keycodes > 255 do not find there way through to the x-server, so xev does not report any event for any of those keys. So i took a look into the source and found in dvb-usb-remote.c: d->rc_input_dev.keycodesize = sizeof(unsigned char); which i thought to be the source of the evil... unfortunately changing this to sizeof(u16) or st. similar did not solve the problem. However the keycodes are received by the driver, as dvb-usb-nova-t-usb2, when loaded in debug-mode, reports things like: raw key code 0xbd, 0x07, 0x00 to c: 1e d: 20 toggle: 0 and redirects the appropriate events... Anyone any ideas, where the keycodes disappear? Regards, Hagen