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





--- Comment #8 from Corentin CHARY <corenti...@iksaif.net>  2010-02-21 10:46:14 
---
(In reply to comment #6)
> a couple of observations
> 
> 1) adding acpi_osi=Linux to the kernel boot parameters seems to fix this issue
> 2) eeepc_laptop module is loaded
> 3) the same issue happens on the console as well

Without acpi_osi=Linux, I don't think eeepc-laptop was loaded.

We can find this in the dsdt:
                        Method (_STA, 0, NotSerialized)
                        {
                            If (LGreaterEqual (MSOS (), MSW7))
                            {
                                Return (Zero)
                            }
                            Else
                            {
                                Return (0x0F)
                            }
                        }

See http://dev.iksaif.net/projects/acpi4asus/wiki/Eeepc-wmi for more
information.

-- 
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.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to