Skip to content

Instantly share code, notes, and snippets.

@the-darkvoid
Last active September 7, 2021 06:58
Show Gist options
  • Save the-darkvoid/8da348eba0672b9a6313549924661c3d to your computer and use it in GitHub Desktop.
Save the-darkvoid/8da348eba0672b9a6313549924661c3d to your computer and use it in GitHub Desktop.
Netgear R6300v2 disable leds

Disable all Netgear R6300v2 led lights

Netgear logo
gpio enable 9
gpio disable 1
Power Led
gpio enable 2
USB Led
gpio enable 8
Wireless Led
gpio enable 11
@the-darkvoid
Copy link
Author

Using FreshTomato, enable Stealth Mode and the remaining LEDs with:

gpio enable 9
gpio disable 1

et robowr 0x0 0x18 0x1ff
et robowr 0x0 0x18 0x0
et robowr 0x0 0x1a 0x0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment