You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For exactly this model (Raspberry Pi 3 Model B Rev 1.2) not boot.txt entries are available to disable the LAN LEDs of the LAN port. Power LED and Activity LED can be deactivated per boot.txt entries.
# Disable the PWR LED
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
# Disable the Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For exactly this model (Raspberry Pi 3 Model B Rev 1.2) not boot.txt entries are available to disable the LAN LEDs of the LAN port. Power LED and Activity LED can be deactivated per boot.txt entries.
Now there is a little utility out there, which helps deactivating these LEDS: https://github.com/dumpsite/lan951x-led-ctl
It can be compiled in the SSH session of the docker build after adding packages:
However, the sys file system is read only in the docker session. Hence, the command fails.
Would it be possible to add this command in the OS subsystem and have an option for the Raspberry PI 3 model to turn off the LAN leds thereby?
Beta Was this translation helpful? Give feedback.
All reactions