-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fans detected by asuswmisensors-isa-0000 are uncontrolable #46
Comments
Hi there, At the moment the driver does not have the ability to set fan speeds, the only thing I can suggest is setting fan curves in the UEFI. The WMI interface contains some clearly named methods for reading sensor statuses, and then a load of methods with generic names. There is nothing obvious to set fan speeds. (see below) I think there is a possibility that these generic methods are used by the Windows AISuite software, however we would need to discover which method to use. My attempts at determining what AISuite does by attaching a debugger and watching what API calls it makes have so far been unsuccessful. The other option would be attempting to fix up the out of tree it87 driver to work correctly on current kernels. I had hoped that someone might have managed to do this, but I don't believe anyone has done it yet.
|
If I can help you running any tests, feel free to contact me. |
Hello, any update on this? I am on an Asus ROG Strix B450-F Gaming and I believe I am encountering this same issue. When I run sensors-detect I get a warning telling me that "ITE IT8665E Super IO Sensors" doesn't have a driver in the kernel, which I believe might be the device capable of addressing the pwm values in the motherboard. This led me to the it87 module which I tried to load after removing the asus_wmi_sensors one, but without success since it outputs an error saying that there is no device for that module |
I looked for solutions everywhere, but couldn't find it.
My Motherboard is the Asus X470-F, running third gen Ryzen, with bios version 5406
Linux 5.4.6-2-MANJARO
Here is the output for sensors -u and pwmconfig
Any ideas ?
The text was updated successfully, but these errors were encountered: