Lan Barnes wrote:
On Sat, April 14, 2007 2:05 pm, DJA wrote:
snip
Keep in mind that laptop manufactures' BIOS writers seldom properly
follow ACPI and ACPICA (Intel) specs, so many models don't work as
expected when it comes to fan/CPU/heat management. In Linux, it's the
job of ACPI to compensate. It's a very tough whack-a-mole type problem.
But it's getting better fast.
snip
Wow! That makes sense. I just got it back after a second day of
diagnostics. They DID run it under windoze for that and it DID complete a
night of trouble-free CPU 100% running. They chacked the temp with an
external thermometer (the laser kind -- gotta get one of those). All was
well.
Result -- No HW probs that they can see.
I'm sitting here seeing it say it's at 30 C. If I push it, I'm betting
it'll say 68 C. If it doesn't shut itself off, and if I believe it's
really 30 - 40, do I care? That's a real question.
Here's a taste from the ACPI4Linux ML as to how tough this problem is:
************
On 4/15/07, Bjorn Helgaas <[EMAIL PROTECTED]> wrote:
> On Sunday 15 April 2007 03:41, Jean Delvare wrote:
> > On Fri, 13 Apr 2007 14:59:45 -0600, Bjorn Helgaas wrote:
> > > Of course, there are always BIOS defects. But if we could make a
> > > case that a BIOS that doesn't declare the resources used by the AML
> > > is defective, we could add quirks to reserve the undeclared
resources.
> >
> > Only realistic if the list of systems needing a quirk is small. Do you
> > think that would be the case?
>
> I don't know. I confess that I don't clearly understand the problem
> yet. It sounds like the sensor drivers want to talk to hardware that
> ACPI methods might also use.
Exactly.
> But I missed the details, such as the specific devices in question,
> which ports they use, how they are described in ACPI, which AML
> methods use those ports, and which non-ACPI drivers also use them.
The original report was about the temperature sensors of K8 cpus. It
happens that ACPI reads the sensors while the linux driver is using it
and gets garbage (and shut down the system). The problem is more
generic though, and applies to all hardware monitoring chips for which
a driver exists.
> It also sounds like the non-ACPI drivers provide much more
> functionality than ACPI exposes. I'd like to understand this,
> too, because an obvious way to solve the problem would be to
> drop the non-ACPI drivers.
Problem is that ACPI may access the sensors anyway (e.g. via SMM).
> Is this extra functionality available
> on Windows? If so, do we know whether Windows uses non-ACPI drivers
> or whether they have some smarter way to use ACPI?
Usually ACPI exposes 1 or 2 temperature readings (CPU and
motherboard), while the hw driver can also provide fans and voltages
measurements.
Vendors usually provides a monitoring utility for Win that also
exposes these information. It's not known whether there's a way to
avoid conflicting accesses between ACPI and the raw driver; it's
possible that it's vendor-specific and not documented.
Luca
************
--
Best Regards,
~DJA.
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list