You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Netgear R6700v3 when the radio is off, the LED continue to stay on (build r42847)
In the source code I could not find R6700v3 to map correctly the LED's
Below is what I tested on the device, please note that some of the LED's have reverse logic state.
LED power >> gpio disable 1 #LED white is on, gpio disable 2 #LED orange is on
LED internet >> gpio disable 7 #LED white is on
LED 2.4Ghz >> gpio disable 9 #LED white is on
LED 5Ghz >> gpio disable 8 #LED white is on
LED guest >> gpio disable 12 #LED white is on
LED USB3 >> gpio disable 13 #LED white is on
LED/button WiFi on/off >> gpio enable 11 #LED white is on
LED/button WPS on/off >> gpio enable 10 #LED white is on
Pressing the buttons (WiFi and WPS) have no effect on the WiFi Radio status.
I am open to run tests in order to help fixing this issue.
The text was updated successfully, but these errors were encountered:
Interestingly is that when I set in Services >> SES / AOSS / EZ-SETUP / WPS Button
Turning off radio >> Enable
Turn radio off at boot >> Enable
after reboot, the LED 2.4Ghz and LED 5Ghz are off.
It seems that the bug affects the GUI interface.
Pressing the buttons (WiFi and WPS) have no effect on the WiFi Radio status or on the LED's
Hi,
On Netgear R6700v3 when the radio is off, the LED continue to stay on (build r42847)
In the source code I could not find R6700v3 to map correctly the LED's
Below is what I tested on the device, please note that some of the LED's have reverse logic state.
LED power >> gpio disable 1 #LED white is on, gpio disable 2 #LED orange is on
LED internet >> gpio disable 7 #LED white is on
LED 2.4Ghz >> gpio disable 9 #LED white is on
LED 5Ghz >> gpio disable 8 #LED white is on
LED guest >> gpio disable 12 #LED white is on
LED USB3 >> gpio disable 13 #LED white is on
LED/button WiFi on/off >> gpio enable 11 #LED white is on
LED/button WPS on/off >> gpio enable 10 #LED white is on
Pressing the buttons (WiFi and WPS) have no effect on the WiFi Radio status.
I am open to run tests in order to help fixing this issue.
The text was updated successfully, but these errors were encountered: