CUDY WR3000s LED configuration

this Cudy WR3000s is a disco machine :slight_smile:
Does anybody know how I can change these stupid flashing LEDs?
I think in standard firmware there was a menu item like "LED off - only on when error occurs" or similar, but how is that working in LuCI?
I see some LEDs are directly accessible but not LAN1-4 and would also be great to change it like only error display or similar.

Found also a comment in github and tried that but failing installing mdio-tools

perhaps the part you should focus on ?

Some infos here.

Hmmmm, quick answer but doesn't help!

I wrote that I followed the instructions there but I cannot start mdio neither install mdio-tools.
So therefore I asked here for further help.
Sorry to say but don't like that kind of help, when I cannot help I better say nothing!

Was able to solve the issue.
Just the status LED is solid on.

Solution:
LEDs besides WAN, LAN1-4 can be controlled via LuCI System>LED config
LEDs for WAN, LAN1-4 are controlled using the terminal

  • Open terminal
  • opkg update
  • opkg install mdio-tools
  • mdio mt7530-0 0:0x1f raw 0x21 0x0008 (to switch off LEDs Wan, LAN1-4)
  • mdio mt7530-0 0:0x1f raw 0x21 0x000b (to switch on LEDs Wan, LAN1-4)
  • To make it permanent add that command via SSH into /etc/rc.local
    and for e.g. WLAN LED click "default status" in LuCI

In case of error the LEDs come on automatically to state an error, at least I got that info in Github

1 Like