Power-up in wireless mode

Discussion about my Wifi Radio project at http://mightyohm.com/wifiradio/ or my WL-520gU talk at NOTACON.
Post Reply
ejbjornsen
Posts: 2
Joined: Wed Feb 13, 2013 6:40 pm

Power-up in wireless mode

Post 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
User avatar
gerben
Posts: 164
Joined: Sat Oct 16, 2010 8:41 am
Location: Netherlands

Re: Power-up in wireless mode

Post 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;)&
ejbjornsen
Posts: 2
Joined: Wed Feb 13, 2013 6:40 pm

Re: Power-up in wireless mode

Post by ejbjornsen »

I'm getting "Permission denied" on both commands???
weird
Post Reply