3
« am: Dezember 17, 2018, 07:29:33 Vormittag »
Still unable to get this working and struggling to find any decent documentation to help out.
Here's what I have tried. All as sudo
#remove all the old drivers
./sundtek_netinst.sh -u
wget http://www.sundtek.de/media/sundtek_installer_180626.045108.sh
./sundtek_installer_180626.045108.sh
unpacking...
checking system... testing libc OK 2.27.0
64Bit System detected
installing (local mode) ...
installing remote control support
finalizing configuration... (can take a few seconds)
Starting driver...
This system is using systemctl for starting the driver...
done.
#remove the dodgy preload
rm /etc/ld.so.preload
Then I modify the service to isolate the dodgy preload
me@ubuntu:~/sundtek$ service sundtek status
● sundtek.service - Sundtek MediaTV
Loaded: loaded (/lib/systemd/system/sundtek.service; enabled; vendor preset: enabled)
Active: active (exited) since Mon 2018-12-17 05:07:25 GMT; 11min ago
Process: 8255 ExecStop=/opt/bin/mediaclient --shutdown (code=exited, status=0/SUCCESS)
Process: 8267 ExecStart=/opt/bin/mediaclient --start=4 (code=exited, status=0/SUCCESS)
Process: 8261 ExecStartPre=/bin/bash -c export LD_PRELOAD=/opt/lib/libmediaclient.so (code=exited, status=0/SUCCESS)
Main PID: 8267 (code=exited, status=0/SUCCESS)
Tasks: 19 (limit: 4915)
CGroup: /system.slice/sundtek.service
├─8296 /opt/bin/rtspd --daemon
├─8297 /opt/bin/mediasrv -d --pluginpath=/opt/bin
└─8301 /opt/bin/mediasrv -d --pluginpath=/opt/bin
Dec 17 05:07:25 ubuntu systemd[1]: Starting Sundtek MediaTV...
Dec 17 05:07:25 ubuntu systemd[1]: Started Sundtek MediaTV.
Permissions on /dev/dvb are not what I am expecting
me@ubuntu:~/sundtek$ ls -la /dev/dvb/adapter0
total 0
drwxrwxrwx 2 root root 100 Dec 17 05:07 .
drwxrwxrwx 3 root root 60 Dec 17 05:07 ..
crwxrwxrwx 1 root root 212, 1 Dec 17 05:07 demux0
crwxrwxrwx 1 root root 212, 2 Dec 17 05:07 dvr0
crwxrwxrwx 1 root root 212, 0 Dec 17 05:07 frontend0
scan fails
me@ubuntu:~/sundtek$ sudo scan /usr/share/dvb/dvb-t/uk-CrystalPalace
scanning /usr/share/dvb/dvb-t/uk-CrystalPalace
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
main:2745: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 6 No such device or address
Mod info if that helps
me@ubuntu:~/sundtek$ modinfo dvb-usb
filename: /lib/modules/4.15.0-42-generic/kernel/drivers/media/usb/dvb-usb/dvb-usb.ko
license: GPL
description: A library module containing commonly used USB and DVB function USB DVB devices
author: Patrick Boettcher <patrick.boettcher@posteo.de>
version: 1.0
srcversion: E5E4BE0514FD701C49D3E36
depends: rc-core,dvb-core
retpoline: Y
intree: Y
name: dvb_usb
vermagic: 4.15.0-42-generic SMP mod_unload
signat: PKCS#7
signer:
sig_key:
sig_hashalgo: md4
parm: debug:set debugging level (1=info,xfer=2,pll=4,ts=8,err=16,rc=32,fw=64,mem=128,uxfer=256 (or-able)). (debugging is not enabled) (int)
parm: disable_rc_polling:disable remote control polling (default: 0). (int)
parm: force_pid_filter_usage:force all dvb-usb-devices to use a PID filter, if any (default: 0). (int)