Standby after boot

.09.

Member
Joined
Apr 18, 2009
Messages
2
Reaction score
0
Points
1
Age
43
My Satellite Setup
Dreambox 500s
Gibertini + Inverto IDLB-SINL40-ULTRA-OPP
My Location
Serbia
Hi all,

How can I put a DM500 to standby after every boot? I have Gemini 4.2 on the box.
Thanks
 

battenfan

Regular Member
Joined
Sep 11, 2006
Messages
493
Reaction score
341
Points
63
My Satellite Setup
1.2m pf
My Location
60N 18E
I have a pli image and I'm not sure if this will work for you.
Make a file "/var/etc/init" and put inside it:
Code:
{
sleep 20
wget -O /dev/null http://127.0.0.1/cgi-bin/admin?command=standby >/dev/null
} &
If that doesn't work, first make sure that wget works on the command line. Browse the files at /tuxbox /config/enigma and see if you can figure out an alternative. Maybe a remote control code?
Browse files at /etc/init.d or rc.d and figure out what it does at bootup and if it reads anything from the writable /var file system
 
Top