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





------- Comment #25 from [EMAIL PROTECTED]  2008-05-10 15:53 -------
Aspire 9813WKMi
On cold boot fan stop ~1-2 seconds after Grub and after that start(~54°C) and
stop(~42°C) OK. After suspend to ram fan spin full speed all the time.

After boot:
TZ00 = 42°C (fan off) or 54°C (fan on).
TZ01 = 41...51°C.

After suspend:
TZ00 = 27°C.
TZ01 = ~35...40°C.

acpi_osi="!Windows 2006|Windows 2001 SP2|Windows 2001 SP2|Windows 2001
SP1|Windows 2001" no effect.

Does not effect if CONFIG_ACPI_THERMAL or CONFIG_ACPI_FAN is set or not.

Workaround

Original DSDT >
http://aceracpi.googlecode.com/svn/trunk/dsdt/acer/aspire/9810.dsl

Normalize behavior of fan on cold boot and wakeup:
Store (0x46, SMIF)
Store (0x00, TRP0)
But in _WAK is:
If (LAnd (DTSE, MPEN))
and that is not true.

--- a/dsdt.dsl
+++ b/dsdt.dsl
@@ -462,11 +462,11 @@
         Store (0x00, PO80)
         If (LEqual (Arg0, 0x03))
         {
-            If (LAnd (DTSE, MPEN))
-            {
+            // If (LAnd (DTSE, MPEN))
+            // {
                 Store (0x46, SMIF)
                 Store (0x00, TRP0)
-            }
+            // }
         }

         If (LOr (LEqual (Arg0, 0x03), LEqual (Arg0, 0x04)))

But if the temperature falls below 40°C before wakeup:
TZ00 > 65°C.
TZ01 = ~35-40°C.
and fan spin full speed.
If TZ01 now reaches 54-degree temperature:
TZ00 is the same as after boot (42°C or 54°C).
Fan behaviour will be normal.

EmbeddedController
acer_ec.pl > http://aceracpi.googlecode.com/svn/trunk/acer_ec/acer_ec.pl

# ./acer_ec.pl ?= 9C            same as TZ01.
# ./acer_ec.pl ?= CE            NVIDIA ambient temperature (maybe).
# ./acer_ec.pl ?= 9F            NVIDIA critical temperature (108°C).
# ./acer_ec.pl := 9F 0x00       immediately shutdown (S5).
# ./acer_ec.pl := CE 0x6c       immediately shutdown (S5).
# ./acer_ec.pl := 9C 0x6d       immediately shutdown (S5).


-- 
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 the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to