Wednesday, June 22, 2011

How to intstall CCcam and Oscam on NetGear 3500L mipsel router

First, on 3500L router you can install CCcam 2.1.1 or older versions. Newer version dont work!
Download and carefully read these instructions that i found on internet: http://www.sendspace.com/file/niccpd
I didnt follow this instruction 100%. I made this adjustment… You need to open router settings (192.168.1.x) and go here –>Administration/Scripts/Init
Then copy paste these lines into empty space under “init”. Click Save button!
sleep 60
/opt/cs/cccam/lib/ld.so.1 –library-path /opt/cs/cccam/lib /opt/cs/cccam/cccam -C /opt/cs/cccam/CCcam.cfg &
exit 0
Remember to adjust paths (i have /opt/cs/cccam/ but you can have something totally different).
______________________________________________________________________________
If you also want to install Oscam just follow these instructions: http://oscam.ump2002.net/board/thread.php?threadid=3397
If you cant start oscam, use this trick. Again go to Administration/Scripts/Init and add these lines:
sleep 60
/opt/cs/oscam/bin/oscam &
/opt/cs/cccam/lib/ld.so.1 –library-path /opt/cs/cccam/lib /opt/cs/cccam/cccam -C /opt/cs/cccam/CCcam.cfg &
exit 0

Thats it!

No comments:

Post a Comment