public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* ACPI Sleep gone in 2.5.66? And is my Bios Windows only?
@ 2003-04-17 14:37 Malte Doersam
  0 siblings, 0 replies; only message in thread
From: Malte Doersam @ 2003-04-17 14:37 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Yu-w7oI5at0b/4, Luming

Hi everybody,

I have a Thinkpad R31 which has some really annoying APM bugs, so I just tried 
ACPI:

Using 2.4.21-pre3 [1] I got almost everything working when I used pci=noacpi 
as a kernel argument. Even Sleep worked, though the onboard e100 didn't wake 
up. (Using the Intel driver or the "original" kernel driver didn't matter.) 
Here is my dmesg [2] and my dsdt [3].

I tried 2.5.66 [4] and hoped, that the pci=noacpi would not be necessary 
anymore. But all of a sudden the /proc/acpi/sleep isn't there anymore, which 
is pitty. My dmesg [5] and my dsdt [6] for 2.5.66.

I modified my DSDT as described here: 
http://home.fhtw-berlin.de/~s0502837/r31/

What I asked myself, studying my DSDT: could it be, that certain features only 
work with MS operating systems?


--snip--
        If (LEqual (Arg0, 0x04))
        {
            If (OSCP (\_OS, "Microsoft Windows"))
            {
                Store (0x00, OSTP)
            }
            Else
            {
                If (OSCP (\_OS, "Microsoft Windows NT"))
                {
                    Store (0x01, OSTP)
                }
                Else
                {
                    If (OSCP (\_OS, "Microsoft WindowsME: Millennium 
Edition"))
                    {
                        Store (0x02, OSTP)
                    }
                    Else
                    {
                        Store (0x07, OSTP)
                    }
                }
            }
--snap--

So I tried modifying the Else to Store (0x00, OSTP) but it didn't change 
anything.


Questions over questions, maybe someone can bring some light into this... :-)

cheers Malte

[1] http://home.fhtw-berlin.de/~s0502837/linux.kernel/2.4.21-pre3.config
[2] http://home.fhtw-berlin.de/~s0502837/linux.kernel/2.4.21-pre3.dmesg
[3] http://home.fhtw-berlin.de/~s0502837/linux.kernel/2.4.21-pre3.dsdt
[4] http://home.fhtw-berlin.de/~s0502837/linux.kernel/2.5.66.config
[5] http://home.fhtw-berlin.de/~s0502837/linux.kernel/2.5.66.dmesg
[6] http://home.fhtw-berlin.de/~s0502837/linux.kernel/2.5.66.dsdt


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-17 14:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-17 14:37 ACPI Sleep gone in 2.5.66? And is my Bios Windows only? Malte Doersam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox