linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Mirco Jeske <m.jeske@web.de>
Cc: linux-acpi@vger.kernel.org
Subject: Re: active[0] being ignored
Date: Fri, 23 Mar 2007 12:06:13 -0400	[thread overview]
Message-ID: <200703231206.13236.lenb@kernel.org> (raw)
In-Reply-To: <46018B9A.7060106@web.de>

On Wednesday 21 March 2007 15:46, you wrote:
> Hi all,
> I have an asus A3G with opensuse 10.2 running. My trip points are
> 
> critical (S5):           99 C
> passive:                 60 C: tc1=2 tc2=10 tsp=100 devices=0xdffec504
> active[0]:               75 C: devices=0xdffe157c
> 
> I do not have an active[1] point. My cooling_mode is active. Therefore I
> would expect the fan to start cooling as soon as the temperature
> reaches  the 75C mark. Instead, the fan runs even if the temperature is
> like 45C. Sometimes the fan goes on and off several times within a short
> period of time so it starts to be annoying.
> 
> Is there a way to force the fan to only run at 75C?

Probably not.

Every system is different in this area, and some of them
simply over-ride the trip points you set,
but the picture above shows that passive throttling is
supposed to kick in at 60C, and  the active fan at 75C.

75C is pretty hot.  It is possible that there are other
fan controls -- perhaps lower speeds -- done by microcontroller
before  you hit this level, and the device at 75C may refer to top speed.

See if you can have any effect on this at all

echo 99:98:75:40 > trip_points

and in theory, if temperature is above 40, the fan should turn on.
If it does, then look at trip_points and see if the BIOS overwrites them.

As the fan is doing things below the 75C above already, I predict
that you have little control over it with these methods.
If you really want to dig into it, you'll need to dis-assemble your DSDT
to see what the AML for this box does with temperature events --
but your description above suggests that will not show you the whole
picture.  See also if there are any options in BIOS setup related
to active and passive cooling.

cheers,
-Len

  reply	other threads:[~2007-03-23 16:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-21 19:46 active[0] being ignored Mirco Jeske
2007-03-23 16:06 ` Len Brown [this message]
2007-03-24 16:22   ` Mirco Jeske
2007-03-28  5:21 ` Mirco Jeske

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=200703231206.13236.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=m.jeske@web.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).