daringer / asus-fan

Kernel module to get/set (both) fan speed(s) on ASUS Zenbooks
GNU General Public License v2.0
95 stars 26 forks source link

Support for Asus FX505DU (dual fan) #71

Open otaj opened 4 years ago

otaj commented 4 years ago

Hi, would it be possible to get support for Asus FX505DU (not a zenbook, I know). It is a dual fan notebook, however I have not been able to detect second fan.

sudo modprobe asus_fan fails with modprobe: ERROR: could not insert 'asus_fan': No such device

I am running Arch Linux, if it's any help. I am willing to get my hands dirty and help with debugging, however I do not know much about kernel (and kernel modules) development.

daringer commented 4 years ago

I have not too much hope that non-Zenbooks might work. Have you tried force=1 loading the module? Furthermore my might play around with this perl script as most of my early and other reverse engineered information originate from the observation of the ACPI values in realtime, while trying to come up with relations between fan speed(s) and the changing numbers.

I intentionally leave the huge #44 thread open because it is packed to the max with details on what and how to do to investigate ACPI, especially fan stuff on the Zenbooks, so feel free to get inspired :smile:

daringer commented 4 years ago

btw. you could try afc-scout in order to get some ACPI hints...