LED Control

1 post / 0 new
marc@louisville...
marc@louisvillebiodiesel.com's picture
LED Control

Hey guys,

My goal is to add some lines to my startup, in the way that other have done, to put my router into stealth mode. I pinged Kong and he forwarded me to some information that appears to be for the R7000, not the 6700.

Does anyone know the memory address and pin values that the R6700 uses for LED on/off control? The script lines (below in green) succeeded in turning off the majority of the lights, with the exception of:

  1. the power light (it's still on and white)
  2. Wifi On/Off button (it's still on and white)
  3. WPS button (it's still on and white)

Anyone know the pin numbers / memory addresses + values to turn them off?

for i in 2 3 8 9 12 13 17 18; do gpio enable $i; done

for i in 14 15; do gpio disable $i; done

et robowr 0x0 0x18 0x1FF

et robowr 0x0 0x18 0x0

 

et robowr 0x0 0x1A 0x0

 
for i in 2 3 8 9 12 13 17 18; do gpio enable $i; done