Unable to turn off Router lead lights

5 posts / 0 new
Last post
vietbuffet
vietbuffet's picture
Unable to turn off Router lead lights

I'm unable to turn off the router lead lights once flashed the router with DD-WRT "Kong Mod".  Is there a way to have this feature back?  These lead lights generated extra heat/electric that I'm trying to avoid

 

Thanks

vietbuffet
vietbuffet's picture
I meant LED light

I meant LED light

richieetorres
richieetorres's picture
I have this under commands ->

I have this under commands -> starup 

for i in 2 3 8 9 12 13 15 16 17 18 ; do gpio enable $i ; done
sleep 1
for i in 14 15 ; do gpio disable $i ; done
sleep 1
et robowr 0x0 0x18 0x1ff
et robowr 0x0 0x18 0x0
et robowr 0x0 0x1a 0x0
sleep 1

all of my lights are off, it's pitch black

mikeloeven
mikeloeven's picture
Anyone know if its possible

Anyone know if its possible to bind scripts for lights on and lights off to the hardware led switch how it was on the original netgear FW?

Xeroeth
Xeroeth's picture
Bit old thread, but I have

Bit old thread, but I have the same same question. I have used the command lines posted above, but I get the error unknown "do". Anyone can help with that?