How to turn off Ayaneo LED blinking while sleep
Hi! After the bios update, sleep on Ayaneo works fine. However the LED will kept blinking when put it on sleep. Which is quite annoying.
Afaik LED driver for Ayaneo devices is this: https://github.com/ShadowBlip/ayaneo-platform
It mentioned by modifying
suspend_mode
file, it can set LED off while sleeping. However when I check the directory, suspend_mode
file doesn't exist.
I assume the driver in Bazzite is outdated? Or are there some issues with this feature?GitHub
GitHub - ShadowBlip/ayaneo-platform: Linux drivers for AYANEO x86 h...
Linux drivers for AYANEO x86 handhelds providing RGB control. - ShadowBlip/ayaneo-platform
3 Replies
In testing branch the driver was updated. RGB control through HHD is not implemented but using HueSync it works fine. I guess this issue is solved.
It is implemented
But updating the driver probably broke it
Which is why we hadn't updated it
As long as I can control it via decky plugin then it's fine for me.