[ltp] Fan Setup

Nils Faerber linux-thinkpad@linux-thinkpad.org
Tue, 26 Feb 2008 12:41:09 +0100


Lior Uzan schrieb:
> Hey all,
> I have a T61. How do i keep the fan running all the time instead of only
> when my pc passes a certain temp? (I don't remember if it was 50 or 52
> celsius)
> I don't like my CPU's temperature spiking whenever there's heavy load...
> I passed the thinkpad_acpi driver the control_fan=1 option, now what?

Look into /proc/acpi/ibm and do e.g.
	cat fan

You can set the level then (like on. off. auto), like
	echo "level 0" > fan
or
	echo "auto" > fan
or
	echo "level 1" > fan
	(lowest speed)

But be careful. If you manually set the level then the auto function is
disabled, i.e. if you set it to the lowest speed it will stay there
regardless of how hot your CPU gets.

> Alternately, how do i lower the temperature that the fan starts at?

Pitily those AFAIK cannot be controled.

Cheers
  nils faerber

-- 
kernel concepts GbR        Tel: +49-271-771091-12
Sieghuetter Hauptweg 48    Fax: +49-271-771091-19
D-57072 Siegen             Mob: +49-176-21024535
--