Beiträge anzeigen

Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.


Themen - tomasl

Seiten: [1]
1
{Single, Dual, Quad} Sundtek SkyTV Ultimate / dual tuner reset/flush
« am: Oktober 10, 2022, 09:08:34 Vormittag »
Hi,
I'm running TVHeadend inside Docker container. Dual plus SkyTV 6. everything is working fine.
I learned that sometimes the tuners disappear for some reason from TVHeadend and then I need to recreate the container and reinstall the sundtek drivers inside.

I plan to automate this somehow (I'm not sure how yet, haven't had time to think about it and test, perhaps Docker Compose which would recreate the container once a day).
but, sometimes it happens, that this doesn't help. then only unplugging and plugging tuner back in to the linux box helps. I assume some buffer is filled or somewhere something is stuck.
I haven't yet tried, when it happened, with mediaclient -e if the tuners can be detected, but I'd like to ask if there is some command to avoid re-plugging the tuner. is there a way to perform this re-plugging with some tuner cache flush command (how I imagine it)?

2
{Single, Dual, Quad} Sundtek SkyTV Ultimate / linuxserver/tvheadend + sundtek
« am: November 19, 2021, 11:49:38 Nachmittag »
Hi, I have issues getting adapter present in tvheadend, I think I did everything as I supposed to and can't figure out with my poor knowledge what's wrong.
I have HC4 with odroid's ubuntu image, docker installed and use the image from linuxserver.io based on alpine linux.
I tried both ./sundtek_netinst.sh and ./sundtek_netinst_testing.sh. in fact I don't know what's the difference, haven't tried to make a diff check.

so, on the host I ran:
cd /var/lib/docker/volumes/tvh/_data/
wget http://sundtek.de/media/sundtek_netinst.sh
chmod 777 sundtek_netinst.sh
./sundtek_netinst.sh –createnodes

inside the docker container I ran:
docker exec -it tvh /bin/bash
cd /config
./sundtek_netinst.sh -docker -use-custom-path=/config

the docker CLI to create container is:
docker create --name=tvh \
-v tvh:/config \
-v tvhpicons:/picons \
-v /drives/data2/REC/:/recordings \
-e PUID=1000 -e PGID=1000 \
-e TZ=CET \
-p 9981:9981 \
-p 9982:9982 \
--device=/dev/dvb:/dev/dvb \
--device=/dev/sundtek:/dev/sundtek \
--device=/dev/bus/usb:/dev/bus/usb \
--restart unless-stopped \
linuxserver/tvheadend

and obviously it is installed inside the docker container as mediaclient shows it:
root@f53cfe724529:/opt/bin# ./mediaclient -e
**** List of Media Hardware Devices ****
device 0: [SkyTV Ultimate 6 2016/Q1]  DVB-S/S2, ANALOG-TV, REMOTE-CONTROL, OSS-AUDIO
  [INFO]:
     STATUS: STANDBY
  [BUS]:
     ID: 1-2.4
  [SERIAL]:
     ID: U171212190229
  [DVB-S/S2]:
     FESTATUS: STANDBY
     LNBVOLTAGE: DISABLED
     LNBSUPPLY: ACADAPTER
     LNBSTATUS: OK
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [ANALOG-TV]:
     VIDEO0: /dev/video0
     VBI0: /dev/vbi0
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0
  [OSS]:
     OSS0: /dev/dsp0

Anything you see I'm not doing or doing wrong?


Seiten: [1]