Is there a way to control the fingerprint LED colors on AMD Ryzen™ 7040 devices?
Trying to set the LED color with ectool works only for auto, off and white. Setting it to different colors returns:
[nix-shell:~]$ sudo ectool led power red
EC result 3 (INVALID_PARAM)
[nix-shell:~]$ sudo ectool led power yellow
EC result 3 (INVALID_PARAM)
[nix-shell:~]$ sudo ectool led power auto
[nix-shell:~]$ sudo ectool led power off
[nix-shell:~]$ sudo ectool led power white
When I run ectool led power query, I get this. Does that mean that other colors aren’t supported at all?
Brightness range for LED 1:
red : 0x0
green : 0x0
blue : 0x0
yellow : 0x0
white : 0x64
amber : 0x0
Here’s my BIOS and EC firmware versions from framework_tool --versions:
So if I’m reading this right then the newer, more modern hardware supports less?
Why did you guys switch to a new, less capable EC controller?
I have also seen Windows flash the power/fingerprint LED white, something that seemingly doesn’t work on linux or with the fw-ectool.
Running a query using the ectool gives the following capabilities of the power led:
Brightness range for LED 1:
red : 0x0
green : 0x0
blue : 0x0
yellow : 0x0
white : 0x64
amber : 0x0
Meaning that it should at least support some diming?
I have yet to find a way to actually use this brightness range though, the LED seemingly can either be completely on or completely off.