Happy new year @sam_nazarko !
Quick question: I moved to the Vero V a few months ago and I’ve had some issues with the Sundtek SkyTV Ultimate 8 sticks mentioned above ever since - TVH often just loses the two adapters. Are there any relevant changes from the Vero 4k to the Vero 5 with regards to kernel or userspace architectures?
I tried to update the Sundtek driver and installed the latest version using the same method as discovered above. Unfortunately, TVH now isn’t able to use those adapters at all anymore. I already deleted the adapter cache via rm ~/.hts/tvheadend/input/linuxdvb/adapters/* (with stopped TVH service).
Now TVH reports linuxdvb: unable to open /dev/dvb/adapter[0|1]/frontend0 on startup, no idea why. The permissions on the device nodes are 777 (root/root), so that shouldn’t be the problem. Also, Sundtek’s own tool can successfully query the two devices, e.g.
$ /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [ eLight] DVB-S/S2, REMOTE-CONTROL
[INFO]:
STATUS: ACTIVE
[BUS]:
ID: 1-2.4
[SERIAL]:
ID: 1234
[DVB-S/S2]:
FESTATUS: ACTIVE
LNBVOLTAGE: ENABLED
LNBSUPPLY: USBPOWER
LNBSTATUS: OK
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[REMOTECONTROL]:
INPUT0: /dev/mediainput0
So, the driver installation and the discovered device seem to be ok. Only TVH is unable to use the devices. I even checked whether the devices are busy, but they aren’t:
/opt/bin/mediaclient --lc
**** List of Media Clients ****
/dev/dvb/adapter0/frontend0:
No client connected
/dev/dvb/adapter0/dvr0:
No client connected
/dev/dvb/adapter0/demux0:
No client connected
The only slightly odd thing I can find is via dmesg:
[ 3.564987] usb 1-2.4: New USB device found, idVendor=2659, idProduct=1805
[ 3.564994] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.564996] usb 1-2.4: Product: eLight
[ 3.564999] usb 1-2.4: Manufacturer: Sundtek
[ 3.565001] usb 1-2.4: SerialNumber: 1234
[ 3.577205] usb 1-2.4: Unsupported device <========
That’s kind of “coroborated” by this:
$ cat /dev/dvb/adapter0/frontend0
cat: /dev/dvb/adapter0/frontend0: No such device
Not sure how mediaclient successfully accesses the device…
What am I missing?
Thanks!