LED Lights Command

3 posts / 0 new
Last post
mr_neato
mr_neato's picture
LED Lights Command

I'm running Kong's latest build (DD-WRT v3.0-r31870M (04/16/17)) on an R6700.

 

I would like to turn off all LED lights.

 

I've tried various commands I've found online for R7000, but none seem to work.  Can someone more knowledgable than I give me an accurate copy/paste of the correct command lines to turn off all LEDs?

 

Thanks in advance. 

 

 

mr_neato
mr_neato's picture
[crickets]

[crickets]

 

Nevermind, I found a solution for R7000 that works for R6700 via the DD-WRT Forum:

https://dd-wrt.com/phpBB2/viewtopic.php?p=905942#905942

^^^ Disable Lights ^^^ 
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 

 

 

 

 

Kundang Tsemo
Kundang Tsemo's picture
Great to hear that you have

Great to hear that you have found solution of your problem, I have same problem and would like to follow your process.