Re: [ACPI-sppt] Asus M3N / ACPI overload

Karsten Schölzel <[email protected]>
Newsgroups gmane.linux.acpi.support
Message-ID <[email protected]>
Use the instructions on
http://acpi.sourceforge.net/wiki/index.php/HowToOverrideTable
and instead of step 3 use
patch < dsdt.dsl.patch
there dsdt.dsl.patch is the attachment.
It disables some part of the Thermal Handling, which seems to be
the problem causing keventd to use all cpu.
Second there are some compile fixes, which I didn't investigate
what they change functionally.
dsdt.dsl.patch (text/plain, 1.7 KB)
--- dsdt.dsl	Tue Jul  1 18:20:20 2003
+++ dsdt.dsl-patched	Tue Jul  1 18:18:51 2003
@@ -3531,6 +3531,7 @@
                     }
                 }
 
+/*
                 Scope (\_GPE)
                 {
                     Method (_L00, 0, Serialized)
@@ -3539,6 +3540,7 @@
                         Notify (\_TZ.THRM, 0x80)
                     }
                 }
+*/
 
                 Scope (\_TZ)
                 {
@@ -7234,29 +7236,20 @@
         }
     }
 
-    If (SS1)
-    {
         Name (\_SB.PCI0._S1D, 0x02)
         Name (\_SB.PCI0.P0P1._S1D, 0x02)
         Name (\_SB.PCI0.USB1._S1D, 0x02)
         Name (\_SB.PCI0.USB2._S1D, 0x02)
         Name (\_SB.PCI0.USB3._S1D, 0x02)
-    }
 
-    If (SS3)
-    {
         Name (\_SB.PCI0._S3D, 0x02)
         Name (\_SB.PCI0.P0P1._S3D, 0x02)
         Name (\_SB.PCI0.USB1._S3D, 0x02)
         Name (\_SB.PCI0.USB2._S3D, 0x02)
         Name (\_SB.PCI0.USB3._S3D, 0x02)
-    }
 
-    If (SS4)
-    {
         Name (\_SB.PCI0._S4D, 0x02)
         Name (\_SB.PCI0.P0P1._S4D, 0x02)
-    }
 
     Method (_PTS, 1, NotSerialized)
     {
@@ -7291,8 +7284,6 @@
         0x00, 
         0x00
     })
-    If (SS1)
-    {
         Name (_S1, Package (0x04)
         {
             0x02, 
@@ -7300,10 +7291,7 @@
             0x00, 
             0x00
         })
-    }
 
-    If (SS3)
-    {
         Name (_S3, Package (0x04)
         {
             0x05, 
@@ -7311,10 +7299,7 @@
             0x00, 
             0x00
         })
-    }
 
-    If (SS4)
-    {
         Name (_S4, Package (0x04)
         {
             0x06, 
@@ -7322,7 +7307,6 @@
             0x00, 
             0x00
         })
-    }
 
     Name (_S5, Package (0x04)
     {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.