Oscam emu for openpli 6 rc

amila4341

Registered
Messages
22
Hello
I would like to know what is the file should I choose to vu + duo2 receiver.
How to update oscam to latest version in openpli thanks
 

amila4341

Registered
Messages
22
here you have a tutorial how to update your existed oscam

http://www.sat-universe.com/showpost.php?p=2036746384&postcount=5

I think that the file openpli40-webif-emu should works for openpli6
I think it is not for openpli. May be I am wrong.
Oscam folder usr/bin
Camscript /etc/init.d


softcam.oscam code:


#!/bin/sh case "$1" in start) ulimit -s 1024 /usr/bin/oscam --config-dir /etc/tuxbox/config/oscam --daemon --pidfile /tmp/oscam.pid --restart 2 --utf8 ;; stop) kill `cat /tmp/oscam.pid` 2> /dev/null ;; restart|reload) $0 stop sleep 1 $0 start ;; version) echo "See OSCAM Status" ;; info) echo "See OSCAM Status" ;; *) echo "Usage: $0 start|stop|restart" exit 1 ;; esac exit 0

Which lines should I change in order to Change name of the oscam for newly installed one.
Should oscam file name in usr / bin have to be same in the Camscript if so mentioned that line in the Camscript. Thanks
 

juli13

Staff member
Administrator
Messages
10,198
Yes the oscam bin in usr/bin direktory must have the same name as it is is camscript file.
 

amila4341

Registered
Messages
22
Yes the oscam bin in usr/bin direktory must have the same name as it is is camscript file.

Could you please mention exactly which names should be the same. And which name should be updated in order to update new svn.
 
Top