A way to disable blinking red led?

You might be able to override it using the /sys/class/leds subsystem. I think the one you want is under /sys/class/leds/chg_en but it might also be under /sys/class/leds/red:status too. I’d have to play around with it to be sure. I don’t know the potential risk of messing something up so proceed at your own caution.

Side note: I’m able to make the LED yellow while charging by running the command $ echo 255 > /sys/class/leds/green\:status/brightness and was able to undo it with $ echo 0 > /sys/class/leds/green\:status/brightness.

Resources:

1 Like