Up Board three LEDs always on, how to turn them off?
Willis
New Member Posts: 1 ✭
How do I turn off the three colored LEDs on the the up board and make it remain after reboot? When I first got these boards, these LEDs weren't on, but after a BIOS upgrade, all of my boards have these very bright LEDs on all of the time.
Answers
-
Hi @Willis,
I am not sure if you can turn the LEDs off but you could try to work on /sys/class/leds/
That directory must contain the brightness control and mayb doing an echo 0 over some register you could get it.Cheers!