R7000 switch off leds lights

6 posts / 0 new
Last post
Luke77
Luke77's picture
R7000 switch off leds lights

Hi again :)

Always on a R7000 with Firmware: DD-WRT v24-sp2 (07/01/15) std, how can i turn off led lights like in the stock fw?

 

Thanks again!

 

Paint
Paint's picture
Please run the following

Please run the following scripts on boot via startup script or terminal:

 

logger "Disabling LED Lights: Step 1"
# add this to your startup script to disable the lights on your r7000.
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
 
logger "Disabling LED Lights: Step 2"
# Run this from the command line to disable the 4 LAN lights.
et robowr 0x0 0x18 0x1ff
et robowr 0x0 0x18 0x0
et robowr 0x0 0x1a 0x0
 
Luke77
Luke77's picture
I put in here, click apply,

I put in here, click apply, but after a reboot, nothing happen :(

It's wrong?

 

 

Luke77
Luke77's picture
Sorry, i press Run Commands,

Sorry, i press Run Commands, there are not Apply ;)

sanju_cy
sanju_cy's picture
Router does not recognize

Router does not recognize these commands -

et robowr 0x0 0x18 0x1ff
et robowr 0x0 0x18 0x0
et robowr 0x0 0x1a 0x0
 
Can anybody tell the right commands ?
 
Thanks.
SkinnyT
SkinnyT's picture
Is step two maybe missing a

Is step two maybe missing a line?  

 

I just put both sets of code into the Startup Script and LAN 1 is still illuminated.  Maybe its becuase its connected at 100MBps, or is its missling a line?

 

Any advice would be much appreciated.