Page 1 of 1

Power-up in wireless mode

Posted: Wed Feb 13, 2013 6:47 pm
by ejbjornsen
What can I do so that the radio/router powers-up with wireless turned on?
Currently I need to cable it and hit it with an: "/etc/init.d/network restart" every time.
Thanks

Re: Power-up in wireless mode

Posted: Thu Feb 14, 2013 4:25 am
by gerben
Should just work. Could you post your config files (/etc/config/wireless and /etc/config/network)?

If nothing works, you could always put something like the following in /etc/rc.local

Code: Select all

(sleep 20;/etc/init.d/network restart;)&

Re: Power-up in wireless mode

Posted: Thu Feb 14, 2013 3:33 pm
by ejbjornsen
I'm getting "Permission denied" on both commands???
weird