Raspberry Pi and Oscam

Have just got this from a good friend to help with restarting oscam if it stops:

ssh into your pi now
with putty

type
ps ax
press enter
should give u a big long list of crap

in that list will be oscam running
just look for the word oscma

on the left of them they will be given a number ID
ie... 15532
or something
could be anything

sudo kill -9 ***

so now type
cd /usr/local/bin or wherever your oscam is
then type
sudo ./oscam -b -r 2
 
Really thank you very much for share i was looking for something about rasp pi and oscam :D
 
Is Debian being run solely from the SD card ?
Surely its not ideal to run an os from a memory card due to the limited number of writes flash media has ?
 
Any one can help with building the stable version rather than latest build?

Friend installed it and followed instructions to update but now want to go back to old build but its not there.
 
Back
Top