...
That means you have to start the driver by yourself after a reboot.
/opt/bin/mediaclient --start
...
I'm back again. In autostart.sh
/opt/bin/mediaclient --start
sleep 5
/etc/init.d/TVHeadend.sh restart
is executed but TVHeadend does not find dvb-device, even if this is there.
I changed to
/opt/bin/mediaclient --start
sleep 5
.../sundtek_installer_development_20111206 -easyvdr
Now it works but after each reboot some settings are lost and TVHeadend is performing a initial scan. So it's still not an optimised solution.
In addition I tried to update to "sundtek_installer_development_20120117" --> no /dvb device is generated ? Some strange message is shown while running install script "driver is already installed in /etc/rc.local, independently from uninstalling the old driver before with "-u".
Any hints are welcome.