Sundtek dvb stick not recognized since Sundtek MediaTV update to 10.80.7.106

  • First try to update the driver: go to Sundtek addon and select Update driver now. After a reboot post journalctl again.


    I don't own RPi device to test myself.

    Gone...

  • So there is no new version of the driver.

    And addon is started correctly from what I see

    Code
    Sundtek ready (Build date: 2021-08-03 07:12:24)

    And what exactly is the issue?

    Gone...

  • If you restart tvh addon manualy are adapters visible?

    Can you check in ssh console if you even have any dvb adapters?

    Code
    ls -l /dev/dvb/adapter*

    Gone...

  • If you restart tvh addon manualy are adapters visible?

    Can you check in ssh console if you even have any dvb adapters?

    Code
    ls -l /dev/dvb/adapter*
    Code
    LibreELEC:~ # ls -l /dev/dvb/adapter*
    total 0
    crwxrwxrwx    1 root     root      212,   1 Jul 24 15:06 demux0
    crwxrwxrwx    1 root     root      212,   2 Jul 24 15:06 dvr0
    crwxrwxrwx    1 root     root      212,   0 Jul 24 15:06 frontend0
  • No adapters :(


    What you get by command

    Code
    mediaclient -e
  • This looks good.

    Sadly I have no idea what is wrong. Find last good working version to see what are the changes.


    Update: I was wrong above: ls clearly shows one adapter0 :) Which is ok.

    Gone...

  • I don't see much here

    2022-07-23 (0008ab5):#6730[le11] kodi-binary-addons: update to latest versions
    2022-07-22 (0da8a26):#6729Vulkan updates
    2022-07-22 (f529cc9):#6727Update 32-bit LibreELEC userland builds be Y2038 proof
    2022-07-22 (771b9b9):#6470gcc: update to 12.1.0
    2022-07-22 (2cc0585):#6726rust: update to 1.62.1
    2022-07-21 (06fd018):#6715rsync: cleanup options
    2022-07-21 (13bb8f3):#6724[le11] scripts/image: cleanup ORIGIN_URL
    2022-07-20 (aa82c1a):#6721libfmt: update to 9.0.0
    2022-07-19 (3a4dc81):#6717[le11] update to latest kodi master with DRMPRIME DVD fix


    Maybe it is

    Code
    2022-07-22 (f529cc9):	#6727	Update 32-bit LibreELEC userland builds be Y2038 proof

    because I see in PR that there are issues with addons.

    Gone...