Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

gelöst Welches OSCAM für Duo4kse?

Die da
start versuch mit:
/usr/bin/oscam -b -r 2 -c /etc/tuxbox/config
Aus meinem scriptfile:
CAMNAME="OScam"


remove_tmp () {
rm -rf /tmp/cainfo.* /tmp/camd.* /tmp/sc.* /tmp/*.info* /tmp/*.tmp* /tmp/oscam*
[ -e /tmp/.oscam ] && rm -rf /tmp/.oscam
[ -e /tmp/.emu.info ] && rm -rf /tmp/.emu.info
[ -e /tmp/oscam.mem ] && rm -rf /tmp/oscam.mem
}

case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
touch /tmp/.emu.info
echo "OScam 1.20 rev:" > /tmp/.emu.info
/usr/bin/oscam -b -r 2 -c /etc/tuxbox/config
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
kill `pidof oscam`
remove_tmp
;;
restart)
$0 stop
sleep 2
$0 start
exit
;;
*)
$0 stop
exit 0
;;
esac

exit 0
 
Zuletzt bearbeitet von einem Moderator:
root@vuduo4kse:~# /usr/bin/oscam -b -r 2 -c /etc/tuxbox/config
/usr/bin/oscam: error while loading shared libraries: libpcsclite.so.1: cannot open shared object file: No such file or directory
root@vuduo4kse:~#
 
root@vuduo4kse:~# /usr/bin/oscam
/usr/bin/oscam: error while loading shared libraries: libpcsclite.so.1: cannot open shared object file: No such file or directory
root@vuduo4kse:~#
 
root@vuduo4kse:/usr/bin# opkg update
Downloading: VTi-all.gz
Inflating: VTi-all
Updated list of available packages in /var/lib/opkg/VTi-all.
Downloading: VTi-all_static.gz
Inflating: VTi-all_static
Updated list of available packages in /var/lib/opkg/VTi-all_static.
Downloading: VTi-armv7ahf-vfp-neon.gz
Inflating: VTi-armv7ahf-vfp-neon
Updated list of available packages in /var/lib/opkg/VTi-armv7ahf-vfp-neon.
Downloading: VTi-armv7ahf-vfp-neon_static.gz
Inflating: VTi-armv7ahf-vfp-neon_static
Updated list of available packages in /var/lib/opkg/VTi-armv7ahf-vfp-neon_static.
Downloading: VTi-softcams_armv7ahf-vfp-neon.gz
Inflating: VTi-softcams_armv7ahf-vfp-neon
Updated list of available packages in /var/lib/opkg/VTi-softcams_armv7ahf-vfp-neon.
Downloading: VTi-thirdparty.gz
Inflating: VTi-thirdparty
Updated list of available packages in /var/lib/opkg/VTi-thirdparty.
Downloading: VTi-thirdparty_armv7ahf-vfp-neon.gz
Inflating: VTi-thirdparty_armv7ahf-vfp-neon
Updated list of available packages in /var/lib/opkg/VTi-thirdparty_armv7ahf-vfp-neon.
Downloading: VTi-vuduo4kse.gz
Inflating: VTi-vuduo4kse
Updated list of available packages in /var/lib/opkg/VTi-vuduo4kse.
Downloading: VTi-vuduo4kse_static.gz
Inflating: VTi-vuduo4kse_static
Updated list of available packages in /var/lib/opkg/VTi-vuduo4kse_static.
root@vuduo4kse:/usr/bin# opkg install pcsc-lite
Unknown package 'pcsc-lite'.
Collected errors:
* opkg_install_cmd: Cannot install package pcsc-lite.
 
root@vuduo4kse:/usr/bin# opkg install pcsc-lite
Unknown package 'pcsc-lite'.
Collected errors:
* opkg_install_cmd: Cannot install package

Mach mal so :
opkg update
opkg install pcsc-lite-lib

Oder :
oder ein OSCam ohne pcsclite nehmen :cool:
 
nope:
root@vuduo4kse:/usr/bin# opkg update
Downloading: VTi-all.gz
Inflating: VTi-all
Updated list of available packages in /var/lib/opkg/VTi-all.
Downloading: VTi-all_static.gz
Inflating: VTi-all_static
Updated list of available packages in /var/lib/opkg/VTi-all_static.
Downloading: VTi-armv7ahf-vfp-neon.gz
Inflating: VTi-armv7ahf-vfp-neon
Updated list of available packages in /var/lib/opkg/VTi-armv7ahf-vfp-neon.
Downloading: VTi-armv7ahf-vfp-neon_static.gz
Inflating: VTi-armv7ahf-vfp-neon_static
Updated list of available packages in /var/lib/opkg/VTi-armv7ahf-vfp-neon_static.
Downloading: VTi-softcams_armv7ahf-vfp-neon.gz
Inflating: VTi-softcams_armv7ahf-vfp-neon
Updated list of available packages in /var/lib/opkg/VTi-softcams_armv7ahf-vfp-neon.
Downloading: VTi-thirdparty.gz
Inflating: VTi-thirdparty
Updated list of available packages in /var/lib/opkg/VTi-thirdparty.
Downloading: VTi-thirdparty_armv7ahf-vfp-neon.gz
Inflating: VTi-thirdparty_armv7ahf-vfp-neon
Updated list of available packages in /var/lib/opkg/VTi-thirdparty_armv7ahf-vfp-neon.
Downloading: VTi-vuduo4kse.gz
Inflating: VTi-vuduo4kse
Updated list of available packages in /var/lib/opkg/VTi-vuduo4kse.
Downloading: VTi-vuduo4kse_static.gz
Inflating: VTi-vuduo4kse_static
Updated list of available packages in /var/lib/opkg/VTi-vuduo4kse_static.
root@vuduo4kse:/usr/bin# opkg install pcsc-lite-lib
Unknown package 'pcsc-lite-lib'.
Collected errors:
* opkg_install_cmd: Cannot install package pcsc-lite-lib.
root@vuduo4kse:/usr/bin#
 
immer noch error :
root@vuduo4kse:/usr/bin# opkg install pcsc-lite-lib
Unknown package 'pcsc-lite-lib'.
Collected errors:
* opkg_install_cmd: Cannot install package pcsc-lite-lib.
root@vuduo4kse:/usr/bin#
 
if you don't need a pcsc card reader use a binary without pcsclite support.
or try:
opkg install libpcsclite1

;
 
Zuletzt bearbeitet:
Zurück
Oben