←  [EN] Enduser support

Forums

»

OSCAM HELP

's foto Tonyten 31 aug 2010

Hi Ya,

Can someone help me find a file of Oscam + CCcam for pli jade 27/6/2009 Image Please. im using cccam 2.1.4 just
need help
on oscam

Or what image do i need so i can run Oscam And CCcam?
Citeren

's foto Tonyten 1 sep 2010

Hi again,

Ive found this oscam.

Can someone have a look and let me know if it will work for the dm500 and if so where to locate in the var/

#!/bin/sh
case "$1" in
start)
/usr/bin/oscam -b -c /etc
sleep 5
exec start-stop-daemon -S -x /usr/bin/CCcam
;;
stop)
killall -9 oscam
exec start-stop-daemon -K -R 2 -x /usr/bin/CCcam
;;
restart|reload)
$0 stop
sleep 1
$0 start
;;
version)
echo "CCcam 2.1.4"
echo "OsCam 2947"

;;
info)
echo "CCcam 2.1.4"
echo "OsCam 2947"
;;
*)
echo "Usage: $0 start|stop|restart"
exit 1
;;
esac
exit 0
Citeren

's foto hemertje 1 sep 2010

did you use the search option?
its discussed before...
Citeren

's foto fotjon 1 sep 2010

First manually install Oscam first as a cardserver with these steps:
1. upload oscam binary in /var/bin (chmod 0755)
2. create an empty file named oscam in /etc/plimgr/cardservers/
3. create script named oscam in /etc/plimgr/scripts/ to start oscam (chmod 0755)
For step 3 look at this post: http://www.pli-image...thread_id=14625
Citeren

's foto crashman 6 sep 2010

Hello,

Has anyone been able to have EMM (card updates) functioning with DVBAPI mode in oscam (=as complete emu) ? At my place, oscam is working (decoding) fine in my DM8000 except for the card updates (TVVlaanderen).

With CCcam (2.1.4) every 10 days I get a validity update set 2 months in the future. Oscam doesn't update the validity... Maybe a config is missing in my files...
Citeren

's foto nfnovice 6 sep 2010

When I first installed oscam with dvbapi on my 7025 - updates were coming through
without changing anything I noticed they stopped coming
restart oscam didnt change it - so I went back to oscam server and cccam client
apparently the dvbapi is less developed than it maybe could be
Citeren