how do you install oscam on oe2.0 - thanks
OSCam on new image oe2.0
-
- Updating OSCam
- ferdi
- Thread is marked as Resolved.
-
-
-
the new image OE2.0 has the operating system Kernel 3.2 and it is completely different from previous versions based on kernel 2.6.
I am using the previous versions and I know how to configure the emu.
With the new OE2.0 I don't know where to place the files and the script needed to start the emu -
Place the oscam config files in /etc/tuxbox/config then edit the script so it uses the files in that location, the script is usually found in /usr/camscript or usr/script depending which image you use.
Bash
Display More#!/bin/sh CAMNAME="Oscam v6581" remove_tmp () { rm -rf /tmp/*.info* /tmp/*.tmp* } case "$1" in start) echo "[SCRIPT] $1: $CAMNAME" remove_tmp /usr/bin/oscam -b [COLOR='#FF0000']-c /etc/tuxbox/config & 2>/dev/null[/COLOR] sleep 2 ;; stop) echo "[SCRIPT] $1: $CAMNAME" killall -9 oscam 2>/dev/null sleep 1 remove_tmp ;; *) $0 stop exit 0 ;; esac exit 0 -
-
Place the oscam config files in /etc/tuxbox/config then edit the script so it uses the files in that location, the script is usually found in /usr/camscript or usr/script depending which image you use.
This is clear for previous images, in the new OE2.0 there is no /usr/script or /usr/camscript.
How I can solve, thanks -
In some other openpli based images the script can be found in /etc/init.d and the configs in /etc/tuxbox/config/oscam.
If the new OE2.0 images use this location then you would have a file named cardserver.oscam6686 with the script inside like below;
Bash
Display More#!/bin/sh remove_tmp () { rm -rf /tmp/.oscam /media/usb/oscam/* } case "$1" in start) remove_tmp sleep 3 exec start-stop-daemon -S -x /usr/bin/oscam -- -b -r 2 -c /etc/tuxbox/config/oscam exit ;; stop) exec start-stop-daemon -K -R 2 -x /usr/bin/oscam & sleep 2 killall -9 oscam 2>/dev/null sleep 2 remove_tmp sleep 2 exit ;; restart|reload) $0 stop sleep 1 $0 start ;; version) echo "6686" ;; info) echo "oscam6686" ;; *) echo "Usage: $0 start|stop|restart" exit 1 ;; esac exit 0I have made an ipk for you to test, let us know if it works buddy.
-
I installed it this morning on dm7020hd, you must follow these steps carefully
1) create dir /etc/tuxbox/config chmod 755
2) place the oscam config files in /etc/tuxbox/config chmod 644
3) place oscam (bin) in /usr/bin/ chmod 755
4) edit /etc/init.d/dccamd
#!/bin/sh
/usr/bin/oscam -b -c /etc/tuxbox/config &This is all about and enjoy
-
You can place the config file wherever, that is why you use -c
-
Display More
I installed it this morning on dm7020hd, you must follow these steps carefully
1) create dir /etc/tuxbox/config chmod 755
2) place the oscam config files in /etc/tuxbox/config chmod 644
3) place oscam (bin) in /usr/bin/ chmod 755
4) edit /etc/init.d/dccamd
#!/bin/sh
/usr/bin/oscam -b -c /etc/tuxbox/config &This is all about and enjoy
what cam manager do you use on 02 IMAGE???
-
is this ferdi still alive??
-
is this ferdi still alive??
What do you mean ??
Your resource for OSCam softcam
![]()
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!
