CI, CAM prob - Sifteam Extreme

rice935

Registered
Messages
2
Hello,

I have installed latest Sifteam Extreme, working well, but not recognizing my card in CI slot 1. Tried to install with ftp, Oscam in var/temp. Installed but still no emulators to find when checking tuner with blue button.

Also read that PKT mod 9.9 Tideglo rev 0.9.9 for Ipbox 9000HD come with cams included, but how do you install this on tuner with Sifteam Extreme ?

Many thks for help !
 

lucsch

Registered
Messages
75
If url2 is not working, you can manual install oscam.

This is the directory structure you have to make

/var/etc/emud/emu/oscam/conf

in /var/etc/emud/emu/oscam you have the files:

oscam (the binary)

emulator.conf

name = oscam
version = 1
description = oscam emulator
process_to_monitor = oscam
start_script = start.sh
stop_script = stop.sh
stop_forced_script = stop_forced.sh
stop_max_delay_time = 5
ecm_info_parser = none

start.sh

#!/bin/sh
# enviroment variables:
# CONFIG_DIRECTORY directory where configuration is located (for example /var/etc/emulators/incubusCamd093)
CONFIG_DIRECTORY=/var/etc/emud/emu/oscam
start-stop-daemon -S -x $CONFIG_DIRECTORY/oscam -- -c $CONFIG_DIRECTORY/conf &

stop.sh

#!/bin/sh
# enviroment variables:
# CONFIG_DIRECTORY directory where configuration is located (for example /var/etc/emulators/incubusCamd093)
CONFIG_DIRECTORY=/var/etc/emud/emu/oscam
start-stop-daemon -K -x $CONFIG_DIRECTORY/oscam

stop_forced.sh

#!/bin/sh
# enviroment variables:
# CONFIG_DIRECTORY directory where configuration is located (for example /var/etc/emulators/incubusCamd093)
CONFIG_DIRECTORY=/var/etc/emud/emu/oscam
start-stop-daemon -K -s 9 -x $CONFIG_DIRECTORY/oscam

do a chmod +x on these files

in the conf directory you place the oscam config files.
 

rice935

Registered
Messages
2
Thks, i will try...

url2, adress looks ok on file but how do you get to this function on the receiver ? Only download link i have is by e2 plugin = sifteam e2s.
 

Bigbrothers2000

Registered
Messages
29
If url2 is not working, you can manual install oscam.

This is the directory structure you have to make

/var/etc/emud/emu/oscam/conf

in /var/etc/emud/emu/oscam you have the files:

oscam (the binary)

emulator.conf

name = oscam
version = 1
description = oscam emulator
process_to_monitor = oscam
start_script = start.sh
stop_script = stop.sh
stop_forced_script = stop_forced.sh
stop_max_delay_time = 5
ecm_info_parser = none

start.sh

#!/bin/sh
# enviroment variables:
# CONFIG_DIRECTORY directory where configuration is located (for example /var/etc/emulators/incubusCamd093)
CONFIG_DIRECTORY=/var/etc/emud/emu/oscam
start-stop-daemon -S -x $CONFIG_DIRECTORY/oscam -- -c $CONFIG_DIRECTORY/conf &

stop.sh

#!/bin/sh
# enviroment variables:
# CONFIG_DIRECTORY directory where configuration is located (for example /var/etc/emulators/incubusCamd093)
CONFIG_DIRECTORY=/var/etc/emud/emu/oscam
start-stop-daemon -K -x $CONFIG_DIRECTORY/oscam

stop_forced.sh

#!/bin/sh
# enviroment variables:
# CONFIG_DIRECTORY directory where configuration is located (for example /var/etc/emulators/incubusCamd093)
CONFIG_DIRECTORY=/var/etc/emud/emu/oscam
start-stop-daemon -K -s 9 -x $CONFIG_DIRECTORY/oscam

do a chmod +x on these files

in the conf directory you place the oscam config files.

I did this all , but i can not see it on the emulator menu ??

Ok i see it now
 
Last edited:

Hannibal81

Registered
Messages
6
thanks!!!!

btw I installed following your guide, but if I try to start oscam from the emulator menu, I receive an error.
The system say me to check the configuration.
Instead if i go inside decoder by telnet and from the dir:
/var/etc/emud/emu/oscam I start the script with the command "sh start.sh", oscam start whitout problems.

Any ideas?
 

lucsch

Registered
Messages
75
Did you do the chmod command?
Files in that directory looks like:
drwxr-xr-x 2 root root 4096 Oct 13 18:39 conf
-rw-r--r-- 1 root root 1745 Feb 26 2010 emulator.conf
-rwxr-xr-x 1 root root 41980 Feb 26 2010 list_smargo
-rwxr-xr-x 1 root root 295108 Oct 8 09:46 oscam
-rwxr-xr-x 1 root root 275 Feb 26 2010 start.sh
-rwxr-xr-x 1 root root 244 Feb 26 2010 stop.sh
-rwxr-xr-x 1 root root 249 Feb 26 2010 stop_forced.sh
 

Hannibal81

Registered
Messages
6
I sets the permissions to all files in folders as you explaine but the error remain as before. I can add another particular: after start the daemon by telnet with the command "sh start.sh" the emulator panel didn't see the daemon running but now is able, without errors, to start another instance and also to stop it. Btw the main daemon remain always active. Tnx for all...
 
Top