Posts by NotSmirco

    Well, i didn't do that because:

    Spark is very different from enigma2, you cannot restart it, you need to restart the whole box.

    You only need to start oscam at boot, if you want to restart it, you can use the webinterface or you can open the menù on spark, open the plugin sub-menu and stop oscam from there, it will run "killall" for the binary, and if you start it again from the plugin menu, it will simply run the binary.


    TL;DR this script is really good for enigma2, not for spark

    So, yesterday i found an old amiko alien lying around, after updating the channel list on spark, i couldn't use my local oscam server on it. So i've updated oscam onb it, and here is how (very easy lol)

    1) Download and install PuTTY and FileZilla (if you haven't done that yet)

    2) Now, connect your box to the internet, wifi or ethernet doesn't matter, and sign the ip address of the box

    3) Download the binary of oscam from the attachment.

    4) Connect via FileZilla to the box, in host put the ip address of the box, in username put 'root' and in password put 'root'

    5) Remove all the oscam files from /var/bin

    6) Now, put the new oscam binary in /var/bin

    7) Now, go to /etc/init.d, create a new file, and call it 'oscam',

    8) Edit the 'oscam' file and put in it the following code

    Code
    ./var/bin/oscam-svn11704-sh4-webif-dvbapi

    9) Now open PuTTY, select other in connection type and use 'telnet'

    10) In host put the ip address of the box and then click open

    11) Now, it will ask for a username, it is 'root', the password is 'root'

    12) From PuTTY run this command

    Code
    chmod +x /var/bin/oscam-svn11704-sh4-webif-dvbapi && chmod +x /etc/init.d/oscam

    13) Reboot your box and this should be it


    Big thanks to s3n0 for its guide on how to manually install oscam


    So, yesterday i found an old amiko alien lying around, after updating the channel list on spark, i couldn't use my local oscam server on it. So i've updated oscam onb it, and here is how (very easy lol)

    1) Download and install PuTTY and FileZilla (if you haven't done that yet)

    2) Now, connect your box to the internet, wifi or ethernet doesn't matter, and sign the ip address of the box

    3) Download the binary of oscam from the attachment.

    4) Connect via FileZilla to the box, in host put the ip address of the box, in username put 'root' and in password put 'root'

    5) Remove all the oscam files from /var/bin

    6) Now, put the new oscam binary in /var/bin

    7) Now, go to /etc/init.d, create a new file, and call it 'oscam',

    8) Edit the 'oscam' file and put in it the following code

    Code
    ./var/bin/oscam-svn11704-sh4-webif-dvbapi

    9) Now open PuTTY, select other in connection type and use 'telnet'

    10) In host put the ip address of the box and then click open

    11) Now, it will ask for a username, it is 'root', the password is 'root'

    12) From PuTTY run this command

    Code
    chmod +x /var/bin/oscam-svn11704-sh4-webif-dvbapi && chmod +x /etc/init.d/oscam

    13) Reboot your box and this should be it


    Big thanks to s3n0 for its guide on how to manually install oscam