« T43 under Fedora Core 4 | Main | How to restart a printer »

T 43 fan control daemon

As I mentioned earlier, one of the more annoying properties of the Thinkpad T43 is that its fan is running almost constantly, even whe the device is basically cold.

This daemon controls the fan: When a certain temperature is exceeded, the fan is turned on. When fan speed drops below a certain threshold, it's turned off. The daemon tries to be safe by turning on the fan when it is killed or otherwise encounters an error. If that doesn't happen, there's an emergency broadcast through syslog.

WARNING: Turning off the fan might lead to overheating of your machine. Use at your own risk. This daemon may have bugs that could lead to this situation.

TrackBack

TrackBack URL for this entry:
http://log.does-not-exist.org/mt/mt-tb.cgi/1435

Comments (2)

Sylwester:
hello. unfortunetly I did'n test this deamon yet, since I back to fan noise ocasionally, but if U will apply checking teperature of miniPCI and GPU then it will be more safe. smth I have ' # # miniPCI # temp=$(cat /proc/acpi/ibm/thermal | awk {'print $3'}) test $temp -gt $SWITCHTEMP && fan=yes # # GPU # temp=$(cat /proc/acpi/ibm/thermal | awk {'print $5'}) test $temp -gt $gpuSWITCHTEMP && fan=yes ' with different maxtemperature of gpu, miniPCI, processor. best
What the daemon actually does is to go through *all* the values in /proc/acpi/ibm/thermal and take the highest temperature there.

About

This page contains a single entry from the blog posted on August 13, 2005 8:46 AM.

The previous post in this blog was T43 under Fedora Core 4.

The next post in this blog is How to restart a printer.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by
Movable Type 3.35