Author
Message
^dev DD-WRT Novice Joined: 28 Dec 2007 Posts: 27
Posted: Wed Jan 23, 2008 14:13 Post subject: WZR-G300N gpio
can some one tell me what gpio setting is for the front " wireless" led on the front of the router . I have went through 1-10 and it still isnt on . can someone please help me out . actually the whole gpio list for that router would be great
buffalo wzr-g300n " 8785 eko's release"
thanks
Back to top
Sponsor
Eko DD-WRT Developer/Maintainer Joined: 07 Jun 2006 Posts: 5771
Posted: Wed Jan 23, 2008 14:50 Post subject:
Led is not controlled by gpio.
Give me this;
Code: nvram show|grep wl0gpio
Back to top
^dev DD-WRT Novice Joined: 28 Dec 2007 Posts: 27
Posted: Wed Jan 23, 2008 14:58 Post subject:
oh thank you. kinda confused now. I just want the wireless light on the front of the router
root@DD-WRT:~# nvram show|grep wl0gpio
wl0gpio0=0x82
wl0gpio1=0
wl0gpio2=0
wl0gpio3=0
size: 17431 bytes (15337 left)
Back to top
Eko DD-WRT Developer/Maintainer Joined: 07 Jun 2006 Posts: 5771
Posted: Wed Jan 23, 2008 15:05 Post subject:
try this:
Code: nvram set wl0gpio0=8
nvram commit
reboot
Back to top
^dev DD-WRT Novice Joined: 28 Dec 2007 Posts: 27
Posted: Wed Jan 23, 2008 15:13 Post subject:
no that didnt work
Back to top
Eko DD-WRT Developer/Maintainer Joined: 07 Jun 2006 Posts: 5771
Posted: Wed Jan 23, 2008 15:15 Post subject:
ok, then try with 2 or 136
Back to top
^dev DD-WRT Novice Joined: 28 Dec 2007 Posts: 27
Posted: Wed Jan 23, 2008 15:17 Post subject:
you mean like
nvram set wl0gpio0=2 or nvram set wl0gpio0=136
Back to top
Eko DD-WRT Developer/Maintainer Joined: 07 Jun 2006 Posts: 5771
Posted: Wed Jan 23, 2008 15:24 Post subject:
yes
Back to top
^dev DD-WRT Novice Joined: 28 Dec 2007 Posts: 27
Posted: Wed Jan 23, 2008 15:24 Post subject:
well if it is like
nvram set wl0gpio0=2
nvram set wl0gpio0=136
neither of them did it
Back to top
Eko DD-WRT Developer/Maintainer Joined: 07 Jun 2006 Posts: 5771
Posted: Wed Jan 23, 2008 15:27 Post subject:
when you reboot, maybe router's cfe set it back to 0x82, please check.
If so, i need to do a test build.
Back to top
^dev DD-WRT Novice Joined: 28 Dec 2007 Posts: 27
Posted: Wed Jan 23, 2008 15:29 Post subject:
root@DD-WRT:~# nvram show|grep wl0gpio
wl0gpio0=136
wl0gpio1=0
wl0gpio2=0
wl0gpio3=0
size: 17669 bytes (15099 left)
root@DD-WRT:~#
Back to top
Eko DD-WRT Developer/Maintainer Joined: 07 Jun 2006 Posts: 5771
Posted: Wed Jan 23, 2008 15:33 Post subject:
ok, then I can't help any more.
Back to top
^dev DD-WRT Novice Joined: 28 Dec 2007 Posts: 27
Posted: Wed Jan 23, 2008 15:34 Post subject:
okay thanks anyways. I guess its not that important anyways. I am sure eventually it will get figured out
Back to top
5417 DD-WRT Novice Joined: 30 Oct 2008 Posts: 33
Posted: Thu Jul 16, 2009 14:08 Post subject: any news about wzr-g300n wireless led?
Back to top