Is there any way to disable the Rpi LEDs with LibreElec? I tried adding the command to config.txt with no luck. My Rpi is mounted behind my TV so LEDs are of no use to me, but my wife wants to know why there is a 'disco light show' behind our TV at night. Any help is appreciated.
Rpi LEDs
-
pezboy -
October 22, 2016 at 2:21 PM -
Thread is Unresolved
-
-
- Official Post
Put some black duct tape over them or its casing.
-
- Official Post
-
Thanks for the quick reply. I'm using an Rpi3, I should have been more specific in my post. Unfortunately, it seems the LED control was removed from Rpi3.
-
- Official Post
Back to the duct tape, I say.
-
- Official Post
Thanks for the quick reply. I'm using an Rpi3, I should have been more specific in my post. Unfortunately, it seems the LED control was removed from Rpi3.
Are you sure? did you try the commands? I only have my RPi2 to test right now but I would think it would be the same
-
Are you sure? did you try the commands? I only have my RPi2 to test right now but I would think it would be the same
Yes, I tried autostart.sh with no luck. Googled, found this:
Missign control for RED "Power LED" · Issue #1332 · raspberrypi/linux · GitHub
[hr]
Back to the duct tape, I say.Yup, good ol' duct tape: Solving all the 'fixes' engineers have created since 1940.
-
You can try: add 2 lines to config.txt, it works for my rpi2:
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=offSave and reboot
Sent from my iPhone using Tapatalk
-
You can try: add 2 lines to config.txt, it works for my rpi2:dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=offSave and reboot
Sent from my iPhone using Tapatalk
Tried this first, before posting here. No luck.