Page 2 of 2

Re: Unable LOCK Transponders of C band using SCAN/SZAP(Solve

PostPosted: Thu Dec 06, 2012 9:02 pm
by mirzaaaamir
Hello

Would the transponder lock be there If machine gets rebooted ? I want, If machine reboots, LOCK and SZAP do the required tasks itself autometically. I think rc.local will have these commands to get it done.

Regards

Re: Unable LOCK Transponders of C band using SCAN/SZAP(Solve

PostPosted: Thu Dec 06, 2012 10:58 pm
by SergioDanielG
Oh! now I understand. :D
Yes, you can add your szap command in rc.local to automatically lock at start up.
Or, maybe, more prolix, you can do a little script like
Code: Select all
#!/bin/bash
szap-s2 -a 0 -l C-Band -c /path/to/channel/list "chan"

and run this script from rc.local
Best regards.