-
Notifications
You must be signed in to change notification settings - Fork 1
Pi LED lights off
kreisklasse edited this page May 13, 2018
·
1 revision
Sources:
https://kofler.info/on-board-leds-des-raspberry-pi-steuern/
https://www.jeffgeerling.com/blogs/jeff-geerling/controlling-pwr-act-leds-raspberry-pi
https://raspberrypi.stackexchange.com/questions/70593/turning-off-leds-on-raspberry-pi-3
Red LED = led0
Green LED = led1
-
Overwrite standard settings
sudo sh -c 'echo none > /sys/class/leds/led0/trigger'
sudo sh -c 'echo none > /sys/class/leds/led1/trigger'
-
switching off Red powerd LED (on PI2 & 3)
sudo sh -c 'echo 0 > /sys/class/leds/led1/brightness'
#DNS #DoT #DoH #openVPN #Raspi #debian