Hi,
ich habe auf einem Raspberry PI 4 VDR mit einem "SkyTV Ultimate - DVB-S/S2/S2X USB Tuner" von Sundtek neu installiert. Mit Raspbian Buster.
Leider habe ich keine TV Ausgabe auf meinem Fernseher. VDR ist ordnungsgemäß gestartet, ebenso der Treiber von Sundtek. Als Ausgabe erscheint lediglich die Ausgabe von der Installation (offenbar XFCE), die ich mit der Maus bedienen kann. Lirc ist installiert und richtig eingerichtet.
Kann mit jemand helfen?
Code
root@pi4:~# systemctl status vdr.service
● vdr.service - Video Disk Recorder
Loaded: loaded (/lib/systemd/system/vdr.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2020-05-17 10:53:58 CEST; 43min ago
Process: 362 ExecStartPre=/bin/sleep 5 (code=exited, status=0/SUCCESS)
Process: 815 ExecStartPre=/bin/sh /usr/lib/vdr/merge-commands.sh commands (code=exited, status=0/SUCCESS)
Process: 825 ExecStartPre=/bin/sh /usr/lib/vdr/merge-commands.sh reccmds (code=exited, status=0/SUCCESS)
Main PID: 835 (vdr)
Status: "Ready"
Tasks: 5 (limit: 4915)
Memory: 8.5M
CGroup: /system.slice/vdr.service
└─835 /usr/bin/vdr -u vdr --watchdog=60 --lirc --video=/mnt/music/video
Mai 17 11:34:01 pi4 vdr[835]: [2044] epg data writer thread ended (pid=835, tid=2044)
Mai 17 11:34:19 pi4 vdr[835]: [867] frontend 0/0 timed out while tuning to channel 46 (EURONEWS FRENCH SD), tp 112226
Mai 17 11:34:40 pi4 vdr[835]: [867] frontend 0/0 timed out while tuning to channel 15 (ARD-alpha), tp 112265
Mai 17 11:35:01 pi4 vdr[835]: [867] frontend 0/0 timed out while tuning to channel 103 (Sky Cinema Hits HD), tp 112304
Mai 17 11:35:22 pi4 vdr[835]: [867] frontend 0/0 timed out while tuning to channel 104 (Sky Cinema Action HD), tp 112382
Mai 17 11:35:43 pi4 vdr[835]: [80B blob data]
Mai 17 11:36:04 pi4 vdr[835]: [867] frontend 0/0 timed out while tuning to channel 44 (N24 DOKU), tp 112460
Mai 17 11:36:25 pi4 vdr[835]: [867] frontend 0/0 timed out while tuning to channel 2 (SAT.1), tp 112544
Mai 17 11:36:46 pi4 vdr[835]: [867] frontend 0/0 timed out while tuning to channel 73 (sonnenklar.TV HD), tp 112574
Mai 17 11:37:07 pi4 vdr[835]: [867] frontend 0/0 timed out while tuning to channel 50 (Sky News Intl), tp 112604
Display More
Code
root@pi4:~# systemctl status sundtek.service
● sundtek.service - Sundtek MediaTV
Loaded: loaded (/lib/systemd/system/sundtek.service; enabled; vendor preset: enabled)
Active: active (exited) since Sun 2020-05-17 10:53:53 CEST; 39min ago
Process: 369 ExecStart=/opt/bin/mediaclient --start=4 (code=exited, status=0/SUCCESS)
Main PID: 369 (code=exited, status=0/SUCCESS)
Tasks: 9 (limit: 4915)
Memory: 4.7M
CGroup: /system.slice/sundtek.service
├─806 /opt/bin/mediasrv -d --pluginpath=/opt/bin
└─807 /opt/bin/mediasrv -d --pluginpath=/opt/bin
Mai 17 10:53:52 pi4 systemd[1]: Starting Sundtek MediaTV...
Mai 17 10:53:53 pi4 systemd[1]: Started Sundtek MediaTV.
root@pi4:~
Display More