Hi greg k-h, Thank you for your reply. I have tested older kernels (4.12> and 4.9 LTS) but unfortunately the device is still unable to scan any channels. It also has difficulties with getting a stable connection when using a static/preloaded frequency/channel instead. It's a bit strange, but I believe it worked on kernels before <4.9 but KP were more frequently, so I'm happy with the changes made. Yesterday I have tried the media_build of CrazyCat (https://bitbucket.org/CrazyCat/media_build.git) on top of Linux 4.12 and this works fine. I'm not aware of the cause, but running a diff on drivers/media/usb/dvb-usb/cxusb.c (https://github.com/crazycat69/linux_media/blob/latest/drivers/media/usb/dvb-usb/cxusb.c) it seems the following lines may be missing: memset(&si2168_config, 0, sizeof(si2168_config)); memset(&si2157_config, 0, sizeof(si2157_config)); If more debug info is useful and may help finding the cause, I'm happy to provide. Thanks again for looking at the issue. On 9 September 2017 at 06:53, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > On Fri, Sep 08, 2017 at 09:27:51PM +0200, François wrote: >> The device isn't able to scan any DVB-C channel anymore, and the >> following error appears: >> usb 1-7: DVB: adapter 0 frontend 0 frequency 0 out of range >> >> The cable is fine (tried a few others as well), it just impossible to >> get any signal. >> >> I think the device is hard bricket, don't recommend upgrading when >> using this device. > > Does it work on older versions of the kernel? If so, can you use 'git > bisect' to find the offending commit? > > thanks, > > greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html