Hello everyone! I am having some difficulty turning off the blue 5 GHz LED. I would like it to remain off after radio1 is brought up from cron. I have both radios set to turn off using the following cron information:
00 23 * * * wifi down radio0
00 10 * * * wifi up radio0
00 22 * * * wifi down radio1
00 04 * * * wifi up radio1
I have edited the following files to see if I could permanently turn the LED files:
/etc/board.d/01_leds
wndr3700v4 | \
wndr4300)
ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0.2"
ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1"
ucidef_set_led_wlan "wlan2g" "WLAN2G" "netgear:green:wlan2g" "phy0tpt"
ucidef_set_led_wlan "wlan5g" "WLAN5G" "netgear:blue:wlan5g" "0"
/etc/config/system
config led 'led_wlan5g'
option name 'WLAN5G'
option sysfs 'ath9k-phy1'
option default '0'
option trigger 'none'
This is not working. sad
I have a WNDR3800 with Arokh's DD build# r48233 installed. Any ideas would be appreciated.