Hi Stefan and all, I noticed that the Mygica 230C is currently defined in two different drivers. in dvbsky.c: { DVB_USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230C, &mygica_t230c_props, "MyGica Mini DVB-T2 USB Stick T230C", RC_MAP_TOTAL_MEDIA_IN_HAND_02) }, in cxusb.c: [MYGICA_T230] = { USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230) }, [MYGICA_T230C] = { USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230+1) }, and in dvb-usb-ids.h: #define USB_PID_MYGICA_T230 0xc688 #define USB_PID_MYGICA_T230C 0xc689 I think you've played around with this device earlier. Do you have any insight on which driver works better or all they all the same? Cheers, -olli