Hi
I just installed openwrt on my linksys WRT1200AC router and everything seems to work fine except the LEDs on the front.
power,wifi and so on are totally dark while the ports seem okay if I plug in something.
(The LEDs worked fine with linksys fw and DD-WRT )
Any hints why? Tried to play around with the LED settings but could not get them working.
Thanks in advance,
Michael
You don't mention, were the LEDs in question listed in the LED settings section?
If so, what "playing around" did you do?
On a lot of devices, OpenWrt allows [custom] configuration of some LEDs.
Sorry for being unclear.
I followed the following document about LED configuration.
My webgui shows:
Example:
root@OpenWrt:~# ls /sys/class/leds/
caiman:white:power pca963x:caiman:amber:wan pca963x:caiman:white:usb2 pca963x:caiman:white:usb3_2 pca963x:caiman:white:wlan_2g pca963x:caiman:white:wps
caiman:white:sata pca963x:caiman:amber:wps pca963x:caiman:white:usb3_1 pca963x:caiman:white:wan pca963x:caiman:white:wlan_5g
root@OpenWrt:~# cat /sys/class/leds/caiman:white:power/
brightness device/ max_brightness subsystem/ trigger uevent
root@OpenWrt:~# cat /sys/class/leds/caiman:white:power/brightness
1
root@OpenWrt:~# cat /sys/class/leds/caiman:white:power/trigger
[none] timer disk-activity disk-read disk-write heartbeat default-on netdev ata1 ata2 usbport mv88e6xxx-0:00:link mv88e6xxx-0:00:1Gbps mv88e6xxx-0:00:100Mbps mv88e6xxx-0:00:10Mbps mv88e6xxx-0:01:link mv88e6xxx-0:01:1Gbps mv88e6xxx-0:01:100Mbps mv88e6xxx-0:01:10Mbps mv88e6xxx-0:02:link mv88e6xxx-0:02:1Gbps mv88e6xxx-0:02:100Mbps mv88e6xxx-0:02:10Mbps mv88e6xxx-0:03:link mv88e6xxx-0:03:1Gbps mv88e6xxx-0:03:100Mbps mv88e6xxx-0:03:10Mbps mv88e6xxx-0:04:link mv88e6xxx-0:04:1Gbps mv88e6xxx-0:04:100Mbps mv88e6xxx-0:04:10Mbps phy0rx phy0tx phy0assoc phy0radio phy1rx phy1tx phy1assoc phy1radio
root@OpenWrt:~# echo "default-on" > /sys/class/leds/caiman:white:power/trigger
root@OpenWrt:~# cat /sys/class/leds/caiman:white:power/trigger
none timer disk-activity disk-read disk-write heartbeat [default-on] netdev ata1 ata2 usbport mv88e6xxx-0:00:link mv88e6xxx-0:00:1Gbps mv88e6xxx-0:00:100Mbps mv88e6xxx-0:00:10Mbps mv88e6xxx-0:01:link mv88e6xxx-0:01:1Gbps mv88e6xxx-0:01:100Mbps mv88e6xxx-0:01:10Mbps mv88e6xxx-0:02:link mv88e6xxx-0:02:1Gbps mv88e6xxx-0:02:100Mbps mv88e6xxx-0:02:10Mbps mv88e6xxx-0:03:link mv88e6xxx-0:03:1Gbps mv88e6xxx-0:03:100Mbps mv88e6xxx-0:03:10Mbps mv88e6xxx-0:04:link mv88e6xxx-0:04:1Gbps mv88e6xxx-0:04:100Mbps mv88e6xxx-0:04:10Mbps phy0rx phy0tx phy0assoc phy0radio phy1rx phy1tx phy1assoc phy1radio
Shouldn't this make the power LED show something?
B.t.w using OpenWrt 25.12.3 r32912-6639b15f62 / LuCI openwrt-25.12 branch 26.128.23199~e5f2fb1
- Where's the power LED configuration?
- For WAN LED, set the trigger to the following 3:
Test and report your results. Use the web GUI.
BTW, I'm not sure what (or why) you're attempting here.