[Solved] Change Default driver for TNT USB Key

  • Hello,

    I have made a fresh install of LibreElec 8.02 on my Raspberry Pi 1.

    Then I have installed package TvHeadend Server 4.2.


    Everything configured correctly.

    Then from another device, I have installed TvHeadend Client and everytime it works for a few seconds or minutes and crashed. Server does not respond :(

    My TNT USB key is a August DVB-T202


    After some search, I think Libreelec do not load the right pilot :

    Code
    [    1.896170] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
    [    1.986608] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [    1.986627] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.989944] smsc95xx v1.0.5
    [    2.048731] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-20980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:cd:bf:33
    [    2.136191] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
    [    2.227394] usb 1-1.3: New USB device found, idVendor=187f, idProduct=0202
    [    2.227414] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    2.227425] usb 1-1.3: Product: MDTV Receiver
    [    2.227435] usb 1-1.3: Manufacturer: MDTV Receiver

    Right pilot is : dvb_nova_12mhz_b0.inp and it is present under /lib/firmware/

    Do you now how I can change the default driver for my TNT Key ?

    Thanks

    • Official Post
    Code
    dvbdev: DVB: registering new adapter (Siano Nice Digital Receiver)
    usb 1-1.3: DVB: registering adapter 0 frontend 0 (Siano Mobile Digital MDTV Receiver)...
    smsdvb:smsdvb_hotplug: DVB interface registered.

    not exactly sure what happens here, us and dmesg just telling something about an Smart Plus - LinuxTVWiki

    could you unplug every usb device and reboot

    after reboot make a dmesg | paste

    then JUST connect the August, reboot, dmesg | paste

    also an lsusb -v AFTER the stick was connected

    it looks like the system doesn't see the stick at all (or you have some crazy rebranded something)

  • Every USB unplug : GAZd

    When I connect my August key, RPi reboot automatically : MRaM


    It is strange because I can see my usb key in tvheadend and configure it.

    thanks

    • Official Post

    at least we know you have an Smart Plus - LinuxTVWiki

    from dmesg is everything okay - driver loads and it looks normal

    When I connect my August key, RPi reboot automatically

    That shouldn't happen at all, are you sure you have a proper power supply for the rpi ? did you see the rainbow square or the flash symbol at your upper right ? Maybe your power connection is too weak - from OS side (at least what the log tells) it looks okay

    could you try it with an different power supply ?

    powersupply, not smartphone charger !

  • I have made a test with my RPi 3 as server and everything is working fine with the same OS, key and cable...

    So I guess I have a hardware issue on my RPi 1.

    Thank you CVH for your help :)