All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maciej Rutecki <maciej.rutecki@gmail.com>
To: Pieter De Wit <Pieter.DeWit@vodacom.co.za>
Cc: linux-acpi@vger.kernel.org
Subject: Re: Fan speeds on HP nc6400 and nc8430
Date: Fri, 19 Jan 2007 18:32:16 +0100	[thread overview]
Message-ID: <45B100A0.40305@gmail.com> (raw)
In-Reply-To: <C3FA62B1A90D7440B9B6C7C31895994F0366363A@zadbn02100.vodacom.corp>

[-- Attachment #1: Type: text/plain, Size: 2022 bytes --]

Pieter De Wit napisał(a):
> Hi Luming,
> 
> This module was build into the kernel. After make it a module and making
> sure it's not loaded, I still see the problem. Here is a more detailed
> problem:
> 
> If I leave ACPI to manage the system, thermal zone TZ4 stays around 80
> C. The moment I turn on fan C318, this zone *shoots* up to 100 C and
> stays there, no matter what. This fan I can't turn off again.
> 
> Here is a cat of fans, thermal_zone status and temp.
> 
> status:                  on
> status:                  off
> status:                  on
> status:                  on
> status:                  on
> status:                  on
> status:                  on
> state:                   active[2]
> state:                   ok
> state:                   ok
> state:                   ok
> state:                   ok
> temperature:             65 C
> temperature:             61 C
> temperature:             54 C
> temperature:             30 C
> temperature:             100 C
> 
> This was taken during the compile of gcc. While not doing anything, the
> second zone drops to 54 C (currently at 61)

Show:
cat /proc/acpi/thermal_zone/TZ0/trip_points

or change TZ0 to TZ1

For many HP notebooks first trip point is to low. To change manually,
for example:

echo "105:100:100:78:70:60:50" > /proc/acpi/thermal_zone/TZ0/trip_points
echo 10  > /proc/acpi/thermal_zone/TZ0/polling_frequency

Then I have:
maciek@rutek:~$ cat /proc/acpi/thermal_zone/TZ0/trip_points
critical (S5):           105 C
active[0]:               78 C: devices=0xcf7aea40
active[1]:               70 C: devices=0xcf7ae9dc
active[2]:               60 C: devices=0xcf7ae98c
active[3]:               50 C: devices=0xcf7ae93c

maciek@rutek:~$ cat /proc/acpi/thermal_zone/TZ0/polling_frequency
polling frequency:       10 seconds

-- 
Maciej Rutecki <maciej.rutecki@gmail.com>
http://www.unixy.pl
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/wiki/)


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3265 bytes --]

  parent reply	other threads:[~2007-01-19 17:32 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-19 11:29 Fan speeds on HP nc6400 and nc8430 Pieter De Wit
2007-01-19 14:23 ` Alexey Starikovskiy
2007-01-19 14:41   ` emisca
2007-01-24  4:19     ` Luming Yu
2007-01-24  4:38       ` Bjorn Helgaas
2007-01-24 14:54         ` Luming Yu
2007-01-24 16:54         ` Bjorn Helgaas
2007-01-26 16:31           ` emisca
2007-02-05 18:59           ` Thomas Renninger
2007-02-05 19:49             ` Dmitry Torokhov
2007-02-09  6:42               ` Dmitry Torokhov
2007-02-10 10:37                 ` Rafael J. Wysocki
2007-03-04 16:56                   ` emisca
2007-03-05 14:46                     ` Dmitry Torokhov
2007-02-06 11:58             ` Luming Yu
2007-02-06 15:04               ` Peter Clifton
2007-01-19 17:32 ` Maciej Rutecki [this message]
2007-01-29  9:13   ` Pieter De Wit
2007-01-30 20:22     ` emisca
  -- strict thread matches above, loose matches on Subject: below --
2007-01-19  7:50 Pieter De Wit
2007-01-19  8:14 ` Luming Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45B100A0.40305@gmail.com \
    --to=maciej.rutecki@gmail.com \
    --cc=Pieter.DeWit@vodacom.co.za \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.