public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Malte Doersam <malte.d-hi6Y0CQ0nG0@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: Yu-w7oI5at0b/4@public.gmane.org,
	Luming <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: ACPI Sleep gone in 2.5.66? And is my Bios Windows only?
Date: Thu, 17 Apr 2003 16:37:19 +0200	[thread overview]
Message-ID: <200304171637.19390.malte.d@gmx.net> (raw)

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

                 reply	other threads:[~2003-04-17 14:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200304171637.19390.malte.d@gmx.net \
    --to=malte.d-hi6y0cq0ng0@public.gmane.org \
    --cc=Yu-w7oI5at0b/4@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox