How can I completely turn off all LEDs on the Fritzbox 7530?
Pull the power ?
You can configured the LEDs.
But when the box resynchronizes, an LED still flashes and doesn't go off again.
You may fill the feature request for "night mode" or whatever it is called.
I dont undestand ...
There is no "turn off all leds" button anywhere.
There are LED controls in /etc/config/system for LEDs that are controlled by the kernel through GPIO pins. But usually some of the LEDs are directly connected to hardware other than GPIOs and there is no provision in OpenWrt to control them.
Workarounds include black tape and wire cutters.
I'd pay for shipping if they replaced them with these and the router is in the theater room...
I would not want noise from the cut LEDs to affect Tx&Rx...
I'm serious: I need his leg I'm thinking this through.
This works fine:
config led 'led_dsl'
option name 'DSL'
option sysfs 'green:fon'
option trigger 'netdev'
option dev 'off'
config led 'led_wlan'
option name 'WLAN'
option sysfs 'green:wlan'
option trigger 'netdev'
option dev 'off'
config led
option name 'Power'
option sysfs 'green:power'
option trigger 'netdev'
option dev 'off'
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.