> > Notebook fan runs all the time after suspend to ram. > 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))) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html