Raspberry PI as server

There are 3 replies in this Thread which was already clicked 1,300 times. The last Post () by master G.

  • Hi,


    has anyone got a Raspberry PI set up as server running oscam & cccam? If they have any chance of a tut please?


    Thanks
    Calisto

  • I think this is turning out the be the million dollar question!


    People keep asking but i'm unaware of anyone successfully doing it as of yet!


    Any takers?



    lssdalogo.png



    "Don't Gain The World & Lose Your Soul, Wisdom Is Better Than Silver Or Gold"
    “Herb is the healing of a nation, alcohol is the destruction”



    • Official Post

    How i got oscam running on the raspberry pi using omnikey 3121


    # installed debian sqeeze to sd card from raspberry pi website
    # user = pi password = raspberry


    sudo update-rc.d ssh defaults
    sudo /etc/rc2.d/*ssh start




    # now ssh in to


    sudo apt-get install update-manager-core
    sudo apt-get update
    sudo apt-get update
    sudo apt-get install proftpd


    sudo chown pi /usr/local/bin
    sudo chown pi /usr/local/etc


    sudo apt-get install openssl
    sudo apt-get install libssl-dev
    sudo apt-get install cmake build-essential
    sudo apt-get install gcc g++ cmake libpcsclite1 libpcsclite-dev subversion
    sudo wget h**p://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.8/libusb-1.0.8.tar.bz2 #replace ** with tt
    sudo tar xjvf libusb-1.0.8.tar.bz2
    cd libusb-1.0.8
    sudo ./configure --enable-shared=no
    sudo make
    sudo make install
    cd /usr/src
    sudo svn co h**p://www.oscam.to/svn/oscam/trunk oscam #replace ** with tt
    cd oscam
    sudo mkdir build
    cd build
    sudo cmake -DWEBIF=1 ..
    sudo make
    sudo cp oscam /usr/local/bin
    sudo chmod 755 /usr/local/bin/oscam


    # put oscam files in /usr/local/etc
    cd
    sudo apt-get install pcscd
    sudo apt-get install pcsc-tools


    # test card reader
    cd
    pcsc_scan


    #start oscam
    cd /usr/local/bin
    sudo oscam -b


    only checked with one client so far but ecm times at 90ms working great


    Thanks to havelln from digitalworldz.

Participate now!

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