dominiksalvet / asus-fan-control

Fan control for ASUS devices running Linux
MIT License
320 stars 37 forks source link

Unexpected AE_NOT_FOUND error #154

Closed KShivendu closed 6 months ago

KShivendu commented 6 months ago

Environment AFC Version: 3.15.0 OS: Ubuntu

Description

➜  sudo asus-fan-control
acpi call failed with 'Error: AE_NOT_FOUND'

➜  sudo acpidump # however this works fine
SSDT @ 0x0000000000000000
    0000: 53 53 44 54 39 01 00 00 01 06 41 4D 44 00 00 00  SSDT9.....AMD...
    0010: 41 6D 64 54 61 62 6C 65 01 00 00 00 49 4E 54 4C  AmdTable....INTL
    0020: 13 09 12 20 10 44 11 5C 2E 5F 53 42 5F 50 43 49  ... .D.\._SB_PCI
    0030: 30 5B 82 16 50 30 31 30 08 5F 41 44 52 0C 00 00  0[..P010._ADR...
    0040: 01 00 08 5F 53 54 41 0A 0B 5B 82 16 50 30 32 30  ..._STA..[..P020
    0050: 08 5F 41 44 52 0C 00 00 02 00 08 5F 53 54 41 0A  ._ADR......_STA.
    0060: 0B 5B 82 16 50 30 38 30 08 5F 41 44 52 0C 00 00  .[..P080._ADR...
...
...
KShivendu commented 6 months ago

My Apologies. Looks like it's a common issue. Please comment if you have any suggestions. Otherwise, I'm closing this one.

Btw, I found that https://github.com/Karmel0x/AsusFanControl works like charm on windows. It uses a .dll provided by Asus team inside MyASUS Windows application. https://github.com/Karmel0x/AsusFanControl/blob/master/AsusFanControl/AsusWinIO64.dll (see its usage here)

I wonder if reversing this DLL might be the ultimate way to resolve the fan issue for all models.