Zolid Mini DVB-T Stick - Missing driver in LibreELEC (official): 9.2.6

  • Something strange here:

    Code
    [    2.018299] usb 1-1.5: New USB device found, idVendor=048d, idProduct=9135, bcdDevice= 2.00
    [    2.018321] usb 1-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    
     10.083023] usb 1-1.5: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
    [   10.083092] dvb_usb_af9035: probe of 1-1.5:1.0 failed with error -110
    [   10.083251] usbcore: registered new interface driver dvb_usb_af9035

    Identifies it correctly, but loads the wrong module: dvb_usb_af9035

  • I am surprised that you have problems with a DVB driver that has Linux kernel support since 2014. I suggest you install the latest stable version of LibreELEC cleanly, install the tvheadend server and test the four module drivers included in the addon 'LibreELEC Module Drivers', to find out which ones work well.

  • I am surprised that you have problems with a DVB driver that has Linux kernel support since 2014.

    welcome to the DVB Linux world where this kind of stuff happens "frequently", its not unusual that it can happen from time to time

    most of the times it happens at drivers that are badly written or containing obscure hacks to make it work - no idea if that happens here too

  • Hi,

    I am trying to use an Integrated Technology Express, Inc. Zolid mini DVB-T Stick but drivers are missing. The required drivers (ITE IT9135 - LinuxTVWiki) are not among 4.19.127 kernel modules.

    Any hint on how to add them?

    I am attaching the details:

    lsusb

    Bus 001 Device 004: ID 048d:9135 Integrated Technology Express, Inc. Zolid Mini DVB-T S

    tick

    dmesg | paste

    http://ix.io/2Igm

    lsmod | paste

    http://ix.io/2Ign

    Thanks in advance

    this dvb key works very well with the 4.19 kernel, but for that you need the right firmware

    probably you are missing in the firmware directory dvb-usb-it9135-01.fw and dvb-usb-it9135-02.fw

    for good firmware open console

    wget https://raw.githubusercontent.com/torvalds/linux…et_dvb_firmware

    chmod +x get_dvb_firmware

    ./get_dvb_firmware it9135

    unzip dvb-usb-it9135-01.zip

    unzip dvb-usb-it9135-02.zip

    sudo su

    cp dvb-usb-it9135-01.fw dvb-usb-it9135-02.fw /usr/lib/firmware


    Edited once, last by tuxnux (January 3, 2021 at 1:53 PM).