Hi!
I am able to disable the Power and SD Card LED on my Raspberry Pi 2/3 running LibreELEC with
Code
echo 0 > /sys/class/leds/led0/brightness
echo 0 > /sys/class/leds/led1/brightness
echo none > /sys/class/leds/led0/trigger
echo none > /sys/class/leds/led1/trigger
in autostart.sh.
What I am not able to do is disabling the LAN / Ethernet LEDs.
It would be great to disable all LEDs natively from with LibreELEC.
Thanks.