Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#732 - D-Link DIR-615 D2 (ramips rt305x) Wireless LED Not Flashing Solid Green #8109

Closed
openwrt-bot opened this issue Apr 24, 2017 · 3 comments
Labels

Comments

@openwrt-bot
Copy link

francisuk1989:

I have a D-Link DIR-615 D2 (dir-615-d-squashfs-factory.bin), Its all working fine however the LED for the wireless light dosnt flash nor show activity to show is been used as it shows a solid green WiFi light. LANs from 1-4 all flash perfectly so no issue here.

@openwrt-bot
Copy link
Author

francisuk1989:

I have fixed this myself editing under /etc/config/system
Now the WAN LED and WiFi LED flashes if traffic is been used

config led 'led_wifi_led'
option name 'WiFi'
option trigger 'netdev'
option mode 'link tx rx'
option dev 'wlan0'
option default '0'
option sysfs 'rt2800soc-phy0::radio'

config led
option default '0'
option name 'WAN LED'
option sysfs 'dir-615-d:green:wan'
option trigger 'netdev'
option dev 'eth0.2'
option mode 'link tx rx'

(Optional) This will make the WPS flash Red when br-lan has traffic

config led
option default '0'
option name 'WPS Red (br lan Traffic)'
option sysfs 'dir-615-d:blue:wps'
option trigger 'netdev'
option dev 'br-lan'
option mode 'tx rx'

@openwrt-bot
Copy link
Author

adrianschmutzler:

Just stumbled over this and created a Pull Request here:
#3181

@openwrt-bot
Copy link
Author

adrianschmutzler:

Fixed in 42dc5c2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant