Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tenwx/120036147e697c3d4d203ab69b979d17 to your computer and use it in GitHub Desktop.
Save tenwx/120036147e697c3d4d203ab69b979d17 to your computer and use it in GitHub Desktop.
Commands to turn off all leds on an ASUS ac68 running the tomato firmware.
/sbin/gpio enable 4 #white led at the back
/sbin/gpio enable 3 #power led
/usr/sbin/wl -i eth2 leddc 1 #5Ghz
/usr/sbin/wl -i eth1 leddc 1 #2.4Ghz
/usr/sbin/et robowr 0x00 0x1a 0x1e0; /usr/sbin/et robowr 0x00 0x18 0x1e0 #ethernet off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment