How to install Oscam on backtrack 5

  • hai


    I use 32-bit backtrack5.
    and have entered the file using the code below oscam


    1) Prepair for compile with installing new needed packs:
    apt-get update
    apt-get install build-essential
    apt-get install libssl-dev libpcsclite-dev
    apt-get install mercurial cvs subversion libncurses-dev
    apt-get install cmake


    2) Oscam compile:
    cd /usr/src
    svn co http://streamboard.gmc.to/svn/oscam/trunk oscam
    cd oscam
    sudo apt-get install cmake
    cmake -DWEBIF=1 -DPCSC=1
    make


    cp oscam /usr/local/bin


    3) Unused oscam compile directory delete:
    cd ..
    rm -rf oscam


    4) Setting oscam to correct attribute:
    cd /usr/local/bin
    chmod 755 oscam


    5) Oscam automatic startup with bootup:)
    nano /etc/rc.local add next line before the "exit0" line, /usr/local/bin/oscam -b

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!