Re: Laptop hot under linux
Jim Carter <jimc <at> math.ucla.edu>
2004-09-14 00:34:12 GMT
On Mon, 13 Sep 2004, Miguel A. Garrido. wrote:
> Hi, I have a problem with my laptop under linux. When it runs in Windows XP,
> the fan increase speed in case the cpu warm but with any distro (currently
> I'm using debian) the fan operates at the same speed and therefore it isn't
> capable to cool the processor and the laptop finishes turning off
> (fortunately ;) )
> It is not a common laptop trademark, but it has a Wistron motherboard with a
> PIV 2.4 proccessor.
The symptom you describe is very strange. I have a Dell Inspiron 4100 with
SuSE Linux v9.1 (kernel 2.6.5), and I've never had a problem with cooling.
In fact, my previous Inspiron 3800 (kernel 2.2.17) also could run its fan
at high speed.
The Inspiron has two fan speeds. Even though in Los Angeles we're in the
middle of a heat wave (max temperature 39 C) the machine maintains a max
CPU temperature of 49 C by periodically running the fan at low speed.
If I took it outside in the sun, I imagine it would need the high speed,
but so far the only time it's put the fan on high speed was when I
deliberately blocked the air duct to see if high speed worked.
The Inspiron does not like ACPI. The fan still works, but the temperature
and fan readouts are useless. So I still use APM. If you start apmd and
prevent acpid from starting, you might find that the machine behaves
better. Then again, there might be no improvement. If your distro does
something like loading the ACPI modules at boot time and you can't make it
stop doing it, try adding acpi=off to your boot parameters (kernel command
line), but normally that isn't necessary; the first power management scheme
to be started prevents the other one from initializing.
(Continue reading)