Hi I'm wondering is it possible, to write such script: Cisco led (G v 3.1) is off and it turns on when someone access WRT54G WWW interface (for ex. 192.168.x.x)
Possible It may be possible to write such a script; maybe not the Cisco LED but the Power or DMZ LEDs are possible. Here is OpenWRT's documentation on the WRT54G LEDs: http://wiki.openwrt.org/wrtLEDCodes I haven't tried this so I'm not sure if /proc/sys/diag exists in DD-WRT but since it is partially based on OpenWRT, it might be available.
Oh, that's cool!! I saw the source code for gpio on the OpenWRT site but wasn't sure if the system calls were implemented in the DD-WRT kernel. gpio should make scripting easy. Is there documentation for the command anywhere (WRT wiki ?? :cry: )
http://linksysinfo.org/modules.php?name=Forums&file=viewtopic&t=5589 Unfortunatly it still doesn't work for me (G v3.1)
Are you sure? I also have a 3.1 with DD-WRT v23 (10/27/05) and I can perfectly enable/disable leds. Some examples: Turn on Orange Cisco Led: gpio disable 3 Turn on DMZ led: gpio disable 7 etc ...
It may be because I'm using v22. Tomorrow I'll install gpio manually and check everything one more time.