http://bugzilla.kernel.org/show_bug.cgi?id=8842


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Power-Thermal               |BIOS




------- Comment #10 from [EMAIL PROTECTED]  2007-08-07 15:17 -------
> bus-0201 [-411] bus_set_power : Device `[PNP0C0B:00]' is not power manageable
> ACPI: Unable to turn cooling device [c18dc9dc] 'on'

       Device (FAN)
        {
            Name (_HID, EisaId ("PNP0C0B"))
            Method (_INI, 0, NotSerialized)
            {
                Store (TP1H, CTOS)
                Store (TP1L, CTHY)
            }
        }

I've searched my library of DSDT's for fan devices
which are missing _PR0 and found two others that
are broken like this one. (shuttle nforce2, and soyo via)
and both of them are from this BIOS vendor -- Award.

Hmmm, what "Award" should we give this BIOS writer?:-)

This means that the active trip points are worthless
on this machine, as the BIOS is not filling in the hooks
we need to actually control the fan.  Presumably the
fan control you've got is entirely SMM /hardware based.

This means also that the former method of over-riding
the active trip-points on this machine had no effect,
other than giving the operator the impression that they were
in control when they were not...

So how high are you able to drive the temperature
with the patch applied and the passive trip point disabled?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to