On Tue, Nov 20, 2007 at 08:35:13PM +0100, Adalbert Prokop wrote:
> I'd like to signal certain states of my Asus WL500GP without having to 
> login into it first. I thought about someting like blinking the power LED 
> (or any other LED...) Can it be done? I could not find any hints on the 
> net.

You could simply use some shell script like the following:

| LED=/proc/diag/led/power
| while true; do
|       echo 1 >$LED
|       sleep 1
|       echo 0 >$LED
|       sleep 1
| done

Greetings, Phil
_______________________________________________
freewrt-users mailing list
freewrt-users@freewrt.org
https://www.freewrt.org/lists/listinfo/freewrt-users

Reply via email to