Hi,
I installed 9.0-RELEASE on Dell Inspiron n5010 and downloaded sources to build 9-STABLE. While building the world the laptop is shut down by FreeBSD for reaching high CPU operating temperature.
I added:
in /etc/rc.conf, did
but with no effect.
What am I missing? Is there a possibility to control a CPU fan speed in FreeBSD?
I installed 9.0-RELEASE on Dell Inspiron n5010 and downloaded sources to build 9-STABLE. While building the world the laptop is shut down by FreeBSD for reaching high CPU operating temperature.
I added:
Code:
powerd_enable="YES"
powerd_flags="-a maximum -b adaptive -i 85 -r 60 -p 100"
Code:
# /etc/etc/powerd restart
What am I missing? Is there a possibility to control a CPU fan speed in FreeBSD?