acpi_call icon indicating copy to clipboard operation
acpi_call copied to clipboard

Cannot write value to EC

Open olcc opened this issue 5 years ago • 0 comments

Hello,

When I run echo "\_SB.PCI0.SBRG.EC.AC1 60" | sudo tee /proc/acpi/call, the value of AC1 is not changed... Isn't it supposed to change?

If I acces directly the port of the Embedded Controller (outb(ADR_AC1, EC_DATA), with ADR_AC1=0x08 in my case, and EC_DATA=0x62), I manage to change the value.

Olivier (Linux 5.9.0-4-amd64, Debian 5.9.11-1, x86_64 GNU/Linux)

olcc avatar Dec 27 '20 23:12 olcc