Repository URL to install this package:
Version:
0.2.8-3 ▾
|
.. |
Makefile |
README.md |
clevofan.c |
dkms.conf |
dmi_info_dump |
model.sh |
Kernel module that provides fan control for various Clevo mainboards via standard hwmon interfaces (to use with generic fan control softwares like lm-sensors, pwmconfig, fancontrol, ...).
W35_37ET: supported and completely tested W350SS: not tested P170SM: not tested
Up to 3 fans supported
FAN Speed Reading
Fan Speed Control
This module executes write operations on the mainboard's Embedded Controller (EC). Thus reading is totally secure, issuing fan speed commands can teoretically put EC in a bad state until system is rebooted. This is caused by the nature of fan speed command, because is splitted in two different calls to EC: first one specifies the fan, second one the speed. If another module/acpi stuffs issues a command between those two calls, EC response/action is unpredictable.
make make install
modprobe clevofan
Advices and pull requests are welcome. You can contact me at pilia.simone96@gmail.com