WZR-HP-G300NH wireless mode selection

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

caeci11ius
Posts: 77
Joined: Fri Dec 03, 2010 5:47 am
Location: Canberra, Australia

Re: WZR-HP-G300NH wireless mode selection

Post by caeci11ius »

If you want to prevent the gui mucking up your custom wireless settings, use the following from command line:

Code: Select all

cd /etc/config
chmod 444 wireless
Any time you want to change wireless again:

Code: Select all

cd /etc/config
chmod 744 wireless
You don't need to restart the whole router to commit your changes. Just type:

Code: Select all

wifi

John_M
Posts: 10
Joined: Sun May 08, 2011 10:30 pm

Re: WZR-HP-G300NH wireless mode selection

Post by John_M »

caeci11ius wrote:If you want to prevent the gui mucking up your custom wireless settings, use the following from command line:

Code: Select all

cd /etc/config
chmod 444 wireless
Any time you want to change wireless again:

Code: Select all

cd /etc/config
chmod 744 wireless
You don't need to restart the whole router to commit your changes. Just type:

Code: Select all

wifi
Great info! Thanks for the help.

Post Reply