Delay cccam starting

Mark_The_Yid

VIP Member
VIP Member
Joined
Jan 16, 2006
Messages
3,590
Reaction score
282
I use a DM500HD as my server. What I need to do is get oscam to start first b4 cccam so it opens the card reader b4 cccam does. This will then make rebooting the server remotely much easier for me when I need to.

Can someone help me out with a script that would delay cccam starting and acheive this for me? Unfortunately making scripts is well over my head :)
 
You don't have to make one, just edit the existing ones. Make sure you make a backup before you start tinkering

1. I'd put "rdate -s time.mit.edu" (without the speech marks) before Oscam starts so that the date is correct.
2. You will have to put a sleep command in the script after Oscam starts (before CCcam starts)
 
We tried altering the startup scripts, but these did not work. The softcams did't even start. Editing was done using notepad++ and the documents were still in the unix format. Could someone more knowledgeable have a look for us please?

I have found a way of circumventing the softcam manager and using easy oscam which edits the rcS file to start Oscam. The downside of this is that restarting the cams still has OScam losing out to CCcam, but works fine when rebooting the receiver

original
cardserver.oscam-stable
Code:
You don't have permission to view the code content. Log in or register now.


modified
cardserver.oscam-stable
Code:
You don't have permission to view the code content. Log in or register now.


original
softcam.CCcam209
Code:
You don't have permission to view the code content. Log in or register now.

modified
softcam.CCcam209
Code:
You don't have permission to view the code content. Log in or register now.
 
Back
Top