Closed ruanformigoni closed 2 years ago
any update? i have same model. what is causing this error?
any update? i have same model. what is causing this error?
The fan is not detected by the lm_sensors
package. I suspect there is no kernel support.
I have done some investigation, and it seems that somewhere since the 8th gen Intel processors, they have also updated the associated HW, and AFC does not work for these and newer processors. AMD processors do not work inherently since they have completely different CPU-associated HW.
I have updated some repository files (including readme) to reflect these findings.
Hello everyone,
First of all thank you for the package and your it was very clear and easy to install !
I have almost the save configuration and I'am getting the same error, it's sad that it doesn't work on this configuration. Does any one of you found an alternative ? The fan is kicking at full speed at 38°C it's quite unbearable (I am on dual boot with windows).
I tried other other methods (tlp, vitals, xsensors, ...) but all of them can't seem to detect the fan speed. Then fan speed is showing in the bios but there are no settings regarding cooling/fan options. I found this post https://www.asus.com/support/FAQ/1015064 and selected the quite option but nothing changes.
OS: Ubuntu 20.04.4 LTS x86_64
Host: ZenBook UX425EA_UX425EA 1.0
Kernel: 5.13.0-39-generic
DE: GNOME
WM: Mutter
WM Theme: Adwaita
CPU: 11th Gen Intel i7-1165G7 (8) @
GPU: Intel Device 9a49
Memory: 3262MiB / 31802MiB ```
Environment asus-fan-control version: 3.12
Basic configuration If only temperatures were set and they worked, add output of:
sudo asus-fan-control get-temps
:acpi call failed with 'Error: AE_NOT_FOUND'
sudo asus-fan-control model-info
:It does not work If neither configuration was working for your device, community involvement is required. Please provide some information so the community can build on something. Why does asus-fan-control not work? What have you tried?
I've followed the instructions to install gitpack and asus-fan-control afterwards, installed the kernel module, loaded with
modprobe acpi-call
. The output ofsudo asus-fan-control
isacpi call failed with 'Error: AE_NOT_FOUND'
.