Skip to content

Instantly share code, notes, and snippets.

@Razuuu
Created November 9, 2025 17:49
Show Gist options
  • Select an option

  • Save Razuuu/845c9202e5343e9519cce53cbc039f40 to your computer and use it in GitHub Desktop.

Select an option

Save Razuuu/845c9202e5343e9519cce53cbc039f40 to your computer and use it in GitHub Desktop.
Turn off LEDs on the Raspberry Pi 4B (Paste this at the end of the file)
> /boot/firmware/config.txt
# Disable the PWR LED
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=on
# Disable the Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# Disable ethernet port LEDs
dtparam=eth_led0=4
dtparam=eth_led1=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment