Skip to content

Instantly share code, notes, and snippets.

@fredrike
Created March 8, 2016 20:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save fredrike/b6787690ed9e791e72e8 to your computer and use it in GitHub Desktop.
Save fredrike/b6787690ed9e791e72e8 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