WLAN and WAN LED are not working
Posted: Mon Feb 17, 2014 11:10 am
Have Gargoyle-1.5.10 installed on a D-Link DIR-615 v.C1
Neither the WAN (internet or WLAN (wifi activity) LED lights are working.
After reading open-wrt-wiki-led pages, this is where I am :
So far verified that Gargoyle has in /sys/class/leds
d-link:blue:wps d-link:green:wan
d-link:green:wlan d-d-link
wan d-d-link:green:status d-d-link:green:wancpu d-d-link
status
Than I have verified from their 'trigger' files that available "trigger" options are same for all of them:
[none] switch0 default-on timer phy0rx phy0tx phy0assoc phy0radio
phy0tpt netdev usbdev
Based on an example mentioned, I added a following extra script into /etc/config/system file to make WLAN LED work:
config 'led' 'wlan_led'
option 'name' 'WLAN'
option 'sysfs' 'd-link:green:wlan'
option 'trigger' 'netdev'
option 'dev' 'wlan0'
option 'mode' 'link tx rx'
Unfortunately, did not worked, WLAN LED remains off all the time !
I would appreciate any suggestion to solve this problem.
Thanks!
Neither the WAN (internet or WLAN (wifi activity) LED lights are working.
After reading open-wrt-wiki-led pages, this is where I am :
So far verified that Gargoyle has in /sys/class/leds
d-link:blue:wps d-link:green:wan
d-link:green:wlan d-d-link
Than I have verified from their 'trigger' files that available "trigger" options are same for all of them:
[none] switch0 default-on timer phy0rx phy0tx phy0assoc phy0radio
phy0tpt netdev usbdev
Based on an example mentioned, I added a following extra script into /etc/config/system file to make WLAN LED work:
config 'led' 'wlan_led'
option 'name' 'WLAN'
option 'sysfs' 'd-link:green:wlan'
option 'trigger' 'netdev'
option 'dev' 'wlan0'
option 'mode' 'link tx rx'
Unfortunately, did not worked, WLAN LED remains off all the time !
I would appreciate any suggestion to solve this problem.
Thanks!