* [lm-sensors] "echo 0 > pwm2" does NOT stop fan
@ 2009-01-11 20:44 Jens Gottstein
2009-01-12 5:59 ` David Hubbard
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Jens Gottstein @ 2009-01-11 20:44 UTC (permalink / raw)
To: lm-sensors
Hi there,
since many years I use fancontrol on many systems - its a great software - thanks a lot.
On my new system it does not stop my CPU-fan - just slows the fan down.
I have a ASUS p5k-v with a w83627ehf, Ubuntu 8.10 (and 8.04) with a intel boxed fan (4-pins on the cable to the fan),
uname -a :
Linux 2.6.27-9-generic SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux
I did:
cd /sys/devices/platform/w83627ehf.656/
echo 255 > pwm2
The fan is at full speed (cat fan2_input yields 2556)
echo 0 > pwm2
The fan does NOT stop, it just goes slow (cat fan2_input yields 1010)
pwmconfig and fancontrol have the same problem.
How can I stop the fan completely?
I also tried the "Thermal Cruise mode", but this does not stop the fan, too.
The content of the files in /sys/devices/platform/w83627ehf.656/
cat pwm2: 0
cat pwm2_enable: 1
cat pwm2_min_output: 1
cat pwm2_mode: 1
cat pwm2_stop_time: 1000
cat pwm2_target: 60000
cat pwm2_tolerance: 10000
I am looking forward to your answers
Thanks in advance
ruena
_______________________________________________________________________
Sensationsangebot verlängert: WEB.DE FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] "echo 0 > pwm2" does NOT stop fan
2009-01-11 20:44 [lm-sensors] "echo 0 > pwm2" does NOT stop fan Jens Gottstein
@ 2009-01-12 5:59 ` David Hubbard
2009-01-14 16:41 ` Jean Delvare
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: David Hubbard @ 2009-01-12 5:59 UTC (permalink / raw)
To: lm-sensors
Hi Jens,
On Sun, Jan 11, 2009 at 1:44 PM, Jens Gottstein <ruena@web.de> wrote:
> Hi there,
>
> since many years I use fancontrol on many systems - its a great software - thanks a lot.
>
> On my new system it does not stop my CPU-fan - just slows the fan down.
>
> I have a ASUS p5k-v with a w83627ehf, Ubuntu 8.10 (and 8.04) with a intel boxed fan (4-pins on the cable to the fan),
>
> uname -a :
> Linux 2.6.27-9-generic SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux
>
> I did:
> cd /sys/devices/platform/w83627ehf.656/
> echo 255 > pwm2
> The fan is at full speed (cat fan2_input yields 2556)
>
> echo 0 > pwm2
> The fan does NOT stop, it just goes slow (cat fan2_input yields 1010)
>
> pwmconfig and fancontrol have the same problem.
>
> How can I stop the fan completely?
>
> I also tried the "Thermal Cruise mode", but this does not stop the fan, too.
>
>
> The content of the files in /sys/devices/platform/w83627ehf.656/
>
> cat pwm2: 0
> cat pwm2_enable: 1
> cat pwm2_min_output: 1
> cat pwm2_mode: 1
> cat pwm2_stop_time: 1000
> cat pwm2_target: 60000
> cat pwm2_tolerance: 10000
>
> I am looking forward to your answers
>
> Thanks in advance
>
> ruena
You probably can't stop the fan completely. Can the BIOS stop the fan
completely? With a 4 pin fan, the fan does not depend on the output of
the sensors chip and can have a fixed minimum speed.
David
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] "echo 0 > pwm2" does NOT stop fan
2009-01-11 20:44 [lm-sensors] "echo 0 > pwm2" does NOT stop fan Jens Gottstein
2009-01-12 5:59 ` David Hubbard
@ 2009-01-14 16:41 ` Jean Delvare
2009-01-14 18:22 ` David Hubbard
2009-01-14 20:28 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2009-01-14 16:41 UTC (permalink / raw)
To: lm-sensors
Hi David, Jens,
On Sun, 11 Jan 2009 22:59:33 -0700, David Hubbard wrote:
> Hi Jens,
>
> On Sun, Jan 11, 2009 at 1:44 PM, Jens Gottstein <ruena@web.de> wrote:
> > Hi there,
> >
> > since many years I use fancontrol on many systems - its a great software - thanks a lot.
> >
> > On my new system it does not stop my CPU-fan - just slows the fan down.
> >
> > I have a ASUS p5k-v with a w83627ehf, Ubuntu 8.10 (and 8.04) with a intel boxed fan (4-pins on the cable to the fan),
> >
> > uname -a :
> > Linux 2.6.27-9-generic SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux
> >
> > I did:
> > cd /sys/devices/platform/w83627ehf.656/
> > echo 255 > pwm2
> > The fan is at full speed (cat fan2_input yields 2556)
> >
> > echo 0 > pwm2
> > The fan does NOT stop, it just goes slow (cat fan2_input yields 1010)
> >
> > pwmconfig and fancontrol have the same problem.
> >
> > How can I stop the fan completely?
FWIW, I observe the same on my Intel D865GSA, same monitoring chip
(Winbond W83627EHF.)
> > I also tried the "Thermal Cruise mode", but this does not stop the fan, too.
> >
> >
> > The content of the files in /sys/devices/platform/w83627ehf.656/
> >
> > cat pwm2: 0
> > cat pwm2_enable: 1
> > cat pwm2_min_output: 1
> > cat pwm2_mode: 1
> > cat pwm2_stop_time: 1000
> > cat pwm2_target: 60000
> > cat pwm2_tolerance: 10000
> >
> > I am looking forward to your answers
> >
> > Thanks in advance
> >
> > ruena
>
> You probably can't stop the fan completely. Can the BIOS stop the fan
> completely? With a 4 pin fan, the fan does not depend on the output of
> the sensors chip and can have a fixed minimum speed.
What does this have to do with 4-pin fans? This is indeed what I have,
but I can't see the relation. I thought that the 4th pin was simply
there to get proper speeds reported even when low PWM duty cycles were
used. If there more to it than that?
This is the only 4-pin fan I have and, as far as I know, the only
mainboard I have that support a 4-pin fan, so I can't do that many
tests.
Thanks,
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] "echo 0 > pwm2" does NOT stop fan
2009-01-11 20:44 [lm-sensors] "echo 0 > pwm2" does NOT stop fan Jens Gottstein
2009-01-12 5:59 ` David Hubbard
2009-01-14 16:41 ` Jean Delvare
@ 2009-01-14 18:22 ` David Hubbard
2009-01-14 20:28 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: David Hubbard @ 2009-01-14 18:22 UTC (permalink / raw)
To: lm-sensors
Hi Jean, Jens,
> FWIW, I observe the same on my Intel D865GSA, same monitoring chip
> (Winbond W83627EHF.)
>>
>> You probably can't stop the fan completely. Can the BIOS stop the fan
>> completely? With a 4 pin fan, the fan does not depend on the output of
>> the sensors chip and can have a fixed minimum speed.
>
> What does this have to do with 4-pin fans? This is indeed what I have,
> but I can't see the relation. I thought that the 4th pin was simply
> there to get proper speeds reported even when low PWM duty cycles were
> used. If there more to it than that?
>
> This is the only 4-pin fan I have and, as far as I know, the only
> mainboard I have that support a 4-pin fan, so I can't do that many
> tests.
I've seen it on a motherboard with an it87 driving an intel 4-pin fan
that came with the CPU. It seems to be circuitry inside the fan. (So,
replacing the fan might work, no guarantees.)
David
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] "echo 0 > pwm2" does NOT stop fan
2009-01-11 20:44 [lm-sensors] "echo 0 > pwm2" does NOT stop fan Jens Gottstein
` (2 preceding siblings ...)
2009-01-14 18:22 ` David Hubbard
@ 2009-01-14 20:28 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2009-01-14 20:28 UTC (permalink / raw)
To: lm-sensors
On Wed, 14 Jan 2009 11:22:59 -0700, David Hubbard wrote:
> > What does this have to do with 4-pin fans? This is indeed what I have,
> > but I can't see the relation. I thought that the 4th pin was simply
> > there to get proper speeds reported even when low PWM duty cycles were
> > used. If there more to it than that?
> >
> > This is the only 4-pin fan I have and, as far as I know, the only
> > mainboard I have that support a 4-pin fan, so I can't do that many
> > tests.
>
> I've seen it on a motherboard with an it87 driving an intel 4-pin fan
> that came with the CPU. It seems to be circuitry inside the fan. (So,
> replacing the fan might work, no guarantees.)
Ah, I get the idea now. On 4-pin fans, PWM is only a signal, not a
power source. This explains why the PWM response curve is very
different from what you get with a 3-pin fan: it's almost linear and
has a non-zero minimum, while usually you get a non-linear response
(upper half of PWM values has little effect) and PWM=0 stops the fan.
This indeed suggests some embedded electronics in the fan itself. And
it also means that each 4-pin fan can have its own max _and min_ speed
limit. I'll make sure to pay attention to this next time I must buy a
CPU fan.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-14 20:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-11 20:44 [lm-sensors] "echo 0 > pwm2" does NOT stop fan Jens Gottstein
2009-01-12 5:59 ` David Hubbard
2009-01-14 16:41 ` Jean Delvare
2009-01-14 18:22 ` David Hubbard
2009-01-14 20:28 ` Jean Delvare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.