a dual-fan laptop from Asus
Since it's an old one, I need to go with the DKMS kernel module called asus_fan, it's installed as asus-fan-dkms-git and ofc loaded with modprobe asus_fan.
In the step where I need to check if I have any control over both of the fans after loading the module, using : echo 255 > /sys/devices/platform/asus_fan/hwmon/hwmon[[:print:]]*/pwm1
I get this error message
bash: /sys/devices/platform/asus_fan/hwmon/hwmon[[:print:]]*/pwm1: No such file or directory
Any Ideas on how to go through this ?
would simply creating a file solve the issue ?
you cannot create the file. remove the [[:print:]] thing
the right directory is /sys/devices/platform/asus_fan/hwmon/hwmon2
Обсуждают сегодня