R7000P Turn of Lights

2 posts / 0 new
Last post
bugislive
bugislive's picture
R7000P Turn of Lights

How do I turn off the Lights on the the router?

 I have tried this and it didnt work:

#!/bin/sh
#
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

 

Please help. 

bugislive
bugislive's picture
when I run that command I get

when I run that command I get this error "sh: eval: line 7: syntax error: unexpected end of file (expecting "done")"