I would appreciate if there was an option to keep the green LED on while the device is in sleep mode, that way I would be able to know if its turned off or just in sleep mode.
2 Likes
Due to the way the kernel currently runs on these devices this cannot happen unfortunately.
The power LED cannot stay on during sleep because sleep mode powers down the parts of the system that control the LED. Since these devices use the Linux mem sleep state and do not have a working S3 suspend mode or a separate always-on LED controller, the kernel cannot keep sending power/control signals to the LED while the device is suspended.
1 Like