Is there any way to make the power leds near ports 1 and fade in/out (“soft blink”) when the laptop is suspended?
That would be great when using the laptop in clam shell connected to an external display, to know if it is sleeping or not.
I know some Lenovo laptops have a way to control the LEDs in Linux, but I’ve not found anything like that for the FW16.
I don’t think you can let it blink as that logic would need dedicated code in the embedded controller.
However you should be able to use an operating system hook to set the LED to a solid color when going into suspend.
It is true that AMD 7000 series chips do not support S3 standby
They are designed for S2 sleep.
The EC chip is awake during S2 sleep, so it could blink the Side Power LEDs if you wanted it to.
My work around for not knowing if the FW16 is asleep or not is to disable wake on lid open.
That way, I can open the lid and still see the top power led blinking. I then press the power button to wake from sleep.
The s2 in s2idle does not signify S2 mode. s2idle is S0 aka “Modern Standby”. In this mode the Linux kernel is even running (an idle loop).
So theoretically the kernel could blink the LED through the normal driver. But the effort to make it work and the additional power usage is probably not worth it.