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
How To Install OSCam on Ubuntu & Debian..
-
- Posts: 36455
- Joined: Thu Oct 22, 2020 11:26 am
- Location: india
- Has thanked: 20454 times
- Been thanked: 1324 times
How To Install OSCam on Ubuntu & Debian..
- 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.
- Note: Viewing Pay TV without a valid subscription is illegal.
- All the files available here are kept for experimental and educational purpose only.
-
- Posts: 12
- Joined: Fri Oct 23, 2020 4:41 pm
- Has thanked: 10 times
- Been thanked: 18 times
Re: How To Install OSCam on Ubuntu & Debian..
Sar Ubuntu version?( 14.04 ya 16.04)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
Oscam file send
-
- Posts: 2
- Joined: Sat Dec 16, 2023 4:03 pm
- Location: tehran
Re: How To Install OSCam on Ubuntu & Debian..
Hello, sir. The link in the sixth command is not working, please guide me how to fix the problem. thanks