You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello,
When I run
echo "\_SB.PCI0.SBRG.EC.AC1 60" | sudo tee /proc/acpi/call
, the value ofAC1
is not changed... Isn't it supposed to change?If I acces directly the port of the Embedded Controller (
outb(ADR_AC1, EC_DATA)
, withADR_AC1=0x08
in my case, andEC_DATA=0x62
), I manage to change the value.Olivier (Linux 5.9.0-4-amd64, Debian 5.9.11-1, x86_64 GNU/Linux)
The text was updated successfully, but these errors were encountered: