legenwaitforitdary
Meister
- Registriert
- 12. November 2011
- Beiträge
- 757
- Reaktionspunkte
- 147
- Punkte
- 103
AW: bekomme dvbapi nicht ans laufen
sundtek.conf
oscam.conf
Probiers mal so, evtl reicht das schon aus.
sundtek.conf
################################################################################## #
# The following configuration file is generated automatically by the yaVDR #
# system. Don't change this file as every update of yaVDR will overwrite #
# the local changes. Instead put your required customizations #
# into /etc/yavdr/templates_custom/ based on the original templates #
# under /usr/share/yavdr/templates. #
# #
#
# #
# #
#################################################################################
start on (local-filesystems and stopped networking)
stop on runlevel [!2345]
pre-start script
/opt/bin/mediaclient --start
export LD_PRELOAD=/opt/lib/libmediaclient.so
vdr-dbus-send /Plugins/sundtek plugin.Service string:'sundtek-Monitor-v0.1' string:'start' ||:
end script
post-stop script
# vdr-dbus-send /Plugins/dynamite plugin.SVDRPCommand string:'DTAD' string:'force' ||:
/opt/bin/mediaclient --shutdown
vdr-dbus-send /Plugins/sundtek plugin.Service string:'sundtek-Monitor-v0.1' string:'stop' ||:
end script
# The following configuration file is generated automatically by the yaVDR #
# system. Don't change this file as every update of yaVDR will overwrite #
# the local changes. Instead put your required customizations #
# into /etc/yavdr/templates_custom/ based on the original templates #
# under /usr/share/yavdr/templates. #
# #
#
Sie müssen registriert sein, um Links zu sehen.
## #
# #
#################################################################################
start on (local-filesystems and stopped networking)
stop on runlevel [!2345]
pre-start script
/opt/bin/mediaclient --start
export LD_PRELOAD=/opt/lib/libmediaclient.so
vdr-dbus-send /Plugins/sundtek plugin.Service string:'sundtek-Monitor-v0.1' string:'start' ||:
end script
post-stop script
# vdr-dbus-send /Plugins/dynamite plugin.SVDRPCommand string:'DTAD' string:'force' ||:
/opt/bin/mediaclient --shutdown
vdr-dbus-send /Plugins/sundtek plugin.Service string:'sundtek-Monitor-v0.1' string:'stop' ||:
end script
oscam.conf
# oscam - card server#
# The OSCAM server provides softcam access to the system.
description "OSCAM card server"
start on started sundtek
stop on runlevel [!2345]
script
if [ -f /etc/default/oscam ] ; then
. /etc/default/oscam
fi
if [ ! -x /usr/bin/oscam ]; then
exit 0
fi
end script
respawn
exec /usr/bin/oscam $DAEMON_OPTS
# The OSCAM server provides softcam access to the system.
description "OSCAM card server"
start on started sundtek
stop on runlevel [!2345]
script
if [ -f /etc/default/oscam ] ; then
. /etc/default/oscam
fi
if [ ! -x /usr/bin/oscam ]; then
exit 0
fi
end script
respawn
exec /usr/bin/oscam $DAEMON_OPTS
Probiers mal so, evtl reicht das schon aus.