I found this on another site, credit goes to the original poster
I had to zip the file to upload as oscam.tar.gz, is not valid file to upload, so please remember to unzip and ftp the "oscam.tar.gz" to /tmp
OSCAM install a satellite receiver that works in Enigma2 (mips-tuxbox platform) without using any server plugin and / or softcam manager.
This method should be valid for most images E2, there will be no integration with a particular Softcam Manager cons but we will install a plugin dedicated to OSCAM excellent, allowing you to monitor the status of it and even restart: OScamStatus.
Prerequisites:
- Linux Enigma2 receiver where you want to run Oscam version mips-tuxbox (to use the pack as it provides)
- Your receiver must have a smart card reader referenced by / dev/sci0
- You must be able to connect to your receiver via telnet and FTP (eg with DCC or any other program)
- Read and follow type commands or to copy-paste
- We assume you have no other emu running on your receiver (eg it is ideal to follow this tutorial on a fresh installation of an image E2). If another emu turns it can come into conflict and prevent Oscam run correctly.
installation:
Take the pack attached to this tutorial (easy-oscam.tgz).
Transfer the package in the / tmp directory of your FTP E2 receptor.
Log in telnet and issue the following command (or copy-paste) cd / departing to all its importance:
1 cd /
2 tar -xvzf /tmp/easy-oscam.tar.gz
3 /tmp/oscam-install.sh
Your receiver will reboot completely. Here you have:
- Oscam installed on your receiver in the / usr / bin and configuration files in / var / tuxbox / config
- Automatic launch of Oscam start your receiver.
- Oscam is activated in dvbapi so it can stand alone not even need another upset.
- The web interface is on Oscam http://ip_de_votre_récepteur:16001 (Login: username password: password)
- The reader / dev/sci0 is activated
- The plugin Oscam Status in version 0.41-r0
Oscam Status with the plugin you can control the same status and restart your Oscam, no need softcam Manager for each image.
It should appear in your Plugins. If you change the login and password for web interface Oscam do not forget to define them in Oscam Status as otherwise it will not work.
Good to know
The executable Oscam is installed in / usr / bin
Configuration files are in / var / tuxbox / config
If you want to test another version of Oscam simply:
- Copy the new version of the executable (called: Le_Nom_De_La_Nouvelle_Version) in / usr / bin
Mount telnet and type:
1 cd /usr/bin
2 killall oscam
3 rm oscam
4 ln -s Le_Nom_De_La_Nouvelle_Version oscam
5 chmod 755 oscam
6 sync
7 sync
8 reboot -f
I had to zip the file to upload as oscam.tar.gz, is not valid file to upload, so please remember to unzip and ftp the "oscam.tar.gz" to /tmp
OSCAM install a satellite receiver that works in Enigma2 (mips-tuxbox platform) without using any server plugin and / or softcam manager.
This method should be valid for most images E2, there will be no integration with a particular Softcam Manager cons but we will install a plugin dedicated to OSCAM excellent, allowing you to monitor the status of it and even restart: OScamStatus.
Prerequisites:
- Linux Enigma2 receiver where you want to run Oscam version mips-tuxbox (to use the pack as it provides)
- Your receiver must have a smart card reader referenced by / dev/sci0
- You must be able to connect to your receiver via telnet and FTP (eg with DCC or any other program)
- Read and follow type commands or to copy-paste
- We assume you have no other emu running on your receiver (eg it is ideal to follow this tutorial on a fresh installation of an image E2). If another emu turns it can come into conflict and prevent Oscam run correctly.
installation:
Take the pack attached to this tutorial (easy-oscam.tgz).
Transfer the package in the / tmp directory of your FTP E2 receptor.
Log in telnet and issue the following command (or copy-paste) cd / departing to all its importance:
1 cd /
2 tar -xvzf /tmp/easy-oscam.tar.gz
3 /tmp/oscam-install.sh
Your receiver will reboot completely. Here you have:
- Oscam installed on your receiver in the / usr / bin and configuration files in / var / tuxbox / config
- Automatic launch of Oscam start your receiver.
- Oscam is activated in dvbapi so it can stand alone not even need another upset.
- The web interface is on Oscam http://ip_de_votre_récepteur:16001 (Login: username password: password)
- The reader / dev/sci0 is activated
- The plugin Oscam Status in version 0.41-r0
Oscam Status with the plugin you can control the same status and restart your Oscam, no need softcam Manager for each image.
It should appear in your Plugins. If you change the login and password for web interface Oscam do not forget to define them in Oscam Status as otherwise it will not work.
Good to know
The executable Oscam is installed in / usr / bin
Configuration files are in / var / tuxbox / config
If you want to test another version of Oscam simply:
- Copy the new version of the executable (called: Le_Nom_De_La_Nouvelle_Version) in / usr / bin
Mount telnet and type:
1 cd /usr/bin
2 killall oscam
3 rm oscam
4 ln -s Le_Nom_De_La_Nouvelle_Version oscam
5 chmod 755 oscam
6 sync
7 sync
8 reboot -f
Comment