LibreELEC 8.x images for additional dvb drivers

  • Update from 7.1.1 december release by wrxtasy.


    LE: Solved by extracting boot.ini from image and replace on /flash.
    It seams the update did not work as the boot.ini on card after updating was different than the one on the image.

    Edited once, last by livs (January 4, 2017 at 8:26 PM).

  • This is good news!!

    I will be looking forward for WeTek Play 1 version. :D

    Thanks.

  • You can downgrade to LibreELEC (Krypton) v7.90.009 ALPHA. For more information about the problem see here: LibreELEC

    For LE 7.02 or the soon coming Beta use CvH's images. They are linked in the first post.

    I have downgraded my system to LibreELEC 7.90.009 ALPHA and it works! Thank you for your help!


  • i've added this to /etc/modprobe.d/dvb_options.conf
    it's copied to the .config itself after a couple of reboots..

    Code
    options dvb_usb_dw2102 transfer_mode=0
    options dvb_usb_cxusb transfer_mode=0

    so should work with both devices?
    i'm still getting the issue though with both devices (with 1 disabled at a time in case relatd).

    This modules not have transfer_mode option. You can check available module options + some description with modinfo

    Code
    modinfo dvb_usb_dw2102

    Edited once, last by crazycat (January 6, 2017 at 9:59 PM).


  • This modules not have transfer_mode option. You can check available module options + some description with modinfo

    Code
    modinfo dvb_usb_dw2102

    thanks yes. I did post and check using modinfo.

    the issue was rectified by swapping the adapters into different usb ports.

    Thanks Crazycat.

    Edited once, last by CvH (January 7, 2017 at 10:03 PM).


  • there you have to insert your modules of the dvb card that it unload them before suspend

    you can test it

    lsmod should output the current used modules
    look for your dvb device module, look which other modules use it
    then modprobe -r module1 module2 ...
    they have to unload without an error message, then try to load them again modprobe module1 module2 ...
    then it should work, then just write the modules into the addon window

    maybe google can find you the necessary modules

  • there you have to insert your modules of the dvb card that it unload them before suspend

    you can test it

    lsmod should output the current used modules
    look for your dvb device module, look which other modules use it
    then modprobe -r module1 module2 ...
    they have to unload without an error message, then try to load them again modprobe module1 module2 ...
    then it should work, then just write the modules into the addon window

    maybe google can find you the necessary modules

    Thanks :)

    just remotely connected now -

    these are my 2 modules i assume? (T230 + HDStar v3)

    Code
    dvb_usb                19322  2 dvb_usb_cxusb,dvb_usb_dw2102

    lsmod shows :

    i guess, like you said, i can test.
    i'll go into suspend and try unload.

    thanks a lot CvH - will send beer money at end of month when i get paid

    Edited once, last by snailboy1 (January 8, 2017 at 1:19 AM).


  • dvb_usb_cxusb dvb_usb_dw2102 dvb_usb i guess (maybe without dvb_usb)

    thanks

    it was si2168 and M88DS3103

    -
    i noticed that when it came out of suspend and the popup in the right started popping up to say it was connecting to tvheadend, it crashed kodi (segfault).
    don't have the log.. but it kicks back in after a few seconds anyway.
    The is repeatable at least on my x86 box.
    Going to ignore that for now :)