From: Robert Hancock <hancockrwd@gmail.com>
To: "\"J.A. Magallón\"" <jamagallon@ono.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: Useless thermal acpi driver ?
Date: Wed, 09 Dec 2009 19:00:44 -0600 [thread overview]
Message-ID: <4B20483C.6090309@gmail.com> (raw)
In-Reply-To: <20091209232608.25aed4ca@werewolf.home>
On 12/09/2009 04:26 PM, J.A. Magallón wrote:
> Hi all...
>
> I have a couple boxes where the thermal acpi driver gives this:
>
> bran:~> sensors
> acpitz-virtual-0
> Adapter: Virtual device
> temp1: +26.8°C (crit = +100.0°C)
>
> bran:~> acpi -t
> No support for device type: battery
> Thermal 1: ok, 27.0 degrees C
>
> It stays _always_ the same, there is no difference if I run some number
> crunchin, or even if one of them is overclocked from 2.8 to 3.0 GHz.
There are systems where an ACPI thermal zone exists but isn't really
hooked up to anything and just reports some dummy temperature value. My
old system reported 40 degrees C no matter what. (I think it's something
like the thermal zone support is part of the standard ACPI DSDT template
the mobo maker got from the BIOS developer and they effectively disabled
it by putting in the dummy temperature.)
> They are 1U supermicro boxes, ventilation is good, but I don't trust this
> measures...
> It looks like the system is using some kind of 'generic' acpi TZ driver,
> but as I'm used to good-ol' sensors modules, I don't know where to look.
>
> Previously I used the w83627hf module from sensors.
I'm assuming the kernel is preventing that module from loading since the
ACPI DSDT has operation regions that refer to the device registers.
There's no guarantee that this means the BIOS actually accesses the
device, or if it does, that there's a way to get it to report what it
sees other than to itself. If the BIOS doesn't actually access the
device then you can use the acpi_enforce_resources=lax to allow it. The
problem is this might be totally unsafe and the kernel has no way to
tell if it is or isn't.
next prev parent reply other threads:[~2009-12-10 1:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-09 22:26 Useless thermal acpi driver ? J.A. Magallón
2009-12-10 1:00 ` Robert Hancock [this message]
2009-12-11 6:25 ` Len Brown
2009-12-11 8:45 ` J.A. Magallón
2009-12-15 3:00 ` Len Brown
2009-12-15 22:46 ` J.A. Magallón
2009-12-16 5:21 ` Len Brown
2009-12-22 1:06 ` Robert Hancock
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=4B20483C.6090309@gmail.com \
--to=hancockrwd@gmail.com \
--cc=jamagallon@ono.com \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox