How To Install OSCam on Ubuntu & Debian..

Image
Softcams & Other Sharing Tools
Post Reply
User avatar
sanjay kumar
Posts: 30636
Joined: Thu Oct 22, 2020 11:26 am
Location: india
Has thanked: 17077 times
Been thanked: 1283 times
Contact:
India

How To Install OSCam on Ubuntu & Debian..

Post by sanjay kumar »

How To Install OSCam on Ubuntu & Debian..

- Prepair for compile with installing new needed packs:

sudo apt-get install build-essential
sudo apt-get install libssl-dev libpcsclite-dev
sudo apt-get install mercurial cvs subversion libncurses-dev
sudo apt-get install cmake

cd /usr/src
sudo svn co http://oscam.to/svn/oscam/trunk oscam

cd oscam
sudo cmake -DWEBIF=1 -DPCSC=1
sudo make

sudo cp oscam /usr/local/bin

cd ..
sudo rm -rf oscam

cd /usr/local/bin
sudo chmod 755 oscam


- Oscam automatic startup with bootup
nano /etc/rc.local

add next line before the "exit0" line, /usr/local/bin/oscam -b -r2

- in server edition type
sudo pico /etc/rc.lo
- No Card sharing discussion allowed on this forum.
- Note: Viewing Pay TV without a valid subscription is illegal.
- All the files available here are kept for experimental and educational purpose only.
User avatar
Sagar bhaliya
Posts: 11
Joined: Fri Oct 23, 2020 4:41 pm
Has thanked: 9 times
Been thanked: 16 times
India

Re: How To Install OSCam on Ubuntu & Debian..

Post by Sagar bhaliya »

sanjay kumar wrote: Wed Nov 25, 2020 11:20 am How To Install OSCam on Ubuntu & Debian..

- Prepair for compile with installing new needed packs:

sudo apt-get install build-essential
sudo apt-get install libssl-dev libpcsclite-dev
sudo apt-get install mercurial cvs subversion libncurses-dev
sudo apt-get install cmake

cd /usr/src
sudo svn co http://oscam.to/svn/oscam/trunk oscam

cd oscam
sudo cmake -DWEBIF=1 -DPCSC=1
sudo make

sudo cp oscam /usr/local/bin

cd ..
sudo rm -rf oscam

cd /usr/local/bin
sudo chmod 755 oscam


- Oscam automatic startup with bootup
nano /etc/rc.local

add next line before the "exit0" line, /usr/local/bin/oscam -b -r2

- in server edition type
sudo pico /etc/rc.lo
Sar Ubuntu version?( 14.04 ya 16.04)
Oscam file send
User avatar
Farjam
Posts: 2
Joined: Sat Dec 16, 2023 4:03 pm
Location: tehran
Contact:
Iran

Re: How To Install OSCam on Ubuntu & Debian..

Post by Farjam »

Hello, sir. The link in the sixth command is not working, please guide me how to fix the problem. thanks
Post Reply