Help. Restarting cam on openatv image from ssh or script ?

rowl3y

DW Member
Joined
Mar 14, 2006
Messages
88
Reaction score
29
Hi, Can anyone help me here, Is there away I can restart the softcam on a openatv image running mgcamd or cccam with ssh or script ..

I have tried this .. but get error's

root@zgemmah32tc:~# /etc/init.d/softcam restart
-sh: /etc/init.d/softcam: No such file or directory

Thanks
 
try

find /softcam

or

locate /softcam

your error is saying that the file or directory that the file is located in does not exist.

Also try

cd /etc/init.d/

if that exists then type

dir

and see what files are in there...

do all this in SSH
 
best way is to find the pid of the softcam, kill it then restart it

when I get time later on will write the script and post it here
 
kill it ? how do I do that, if you could put a script together will be perfect thanks :)
 
Back
Top