|
NAMEacerhdf —
Acer Aspire One fan control
DESCRIPTIONTheacerhdf driver allows you to control the fans of
some of the Acer Aspire One netbook models, so that they are not constantly
running. Other netbooks might be supported as well. See
SUPPORTED DEVICES for more
details. It is a port of the Linux kernel module with the same name.
SYSCTL VARIABLES
SUPPORTED DEVICESacerhdf was tested on an Acer Aspire One A150 running
FreeBSD 12.0 only. The FreeBSD port will most likely support the same range of
devices as the original Linux version. This is entirely untested however.
EXAMPLESTo enableacerhdf make sure it is installed in
/boot/modules and add the following settings to your
/boot/loader.conf:
acerhdf_load="YES" and your /etc/sysctl.conf: dev.acerhdf.0.enabled=1 You may want to adjust the fan-on and fan-off thresholds as well. BUGSThe system needs to have a hard drive installed, otherwiseacerhdf will not work correctly and the system will
automatically power down after some time. This behavior is enforced by the
BIOS and there is no known workaround. This bug is present in the Linux
version as well.
SEE ALSOkenv(1), loader.conf(5), sysctl.conf(5)AUTHORSacerhdf was ported from Linux to FreeBSD by
Tobias Kortkamp
<t@tobik.me>.
The original Linux version of this module was written by: Peter Feuerer <peter@pie.net> and Borislav Petkov <bp@alien8.de>.
Visit the GSP FreeBSD Man Page Interface. |