public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Juho <angelusx@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Kernel 2.6.22.9 wanted dmidecode of my Acer Aspire 5102WLMi laptop, so here it is...
Date: Sun, 3 Feb 2008 14:26:24 -0500	[thread overview]
Message-ID: <200802031426.25083.lenb@kernel.org> (raw)
In-Reply-To: <479B0E8D.8030404@gmail.com>

On Saturday 26 January 2008 05:42, you wrote:
> I booted to kernel 2.6.24 (patched with TuxOnIce 3.0 RC5) with parameter 
> acpi_osi=Linux.
> 
> System was pretty stable and nothing special errors happened while 
> surfing, reading mail & watching movies.
> But when I suspended: Kernel crashed when waking from suspend
> 
> When booted normally with acpi_osi=!Linux no problems at all, suspend 
> works etc.
> 
> Is this information enough? I would like to send more info when needed.
> 
> - Juho
> 
> Len Brown wrote:
> > On Thursday 11 October 2007 07:41, Juho wrote:
> >> System Information
> >>         Manufacturer: Acer
> >>         Product Name: Aspire 5100
> >>         Version: V3.05A
> >>         Serial Number: LXABH05039632066BD1601
> >>         UUID: 36323361-3930-3335-6237-0016D41742AF
> >>         Wake-up Type: Power Switch
> >>         SKU Number: Not Specified
> >>         Family: Not Specified
> >>
> >> Handle 0x0002, DMI type 2, 8 bytes
> >> Base Board Information
> >>         Manufacturer: Acer
> >>         Product Name: Navarro
> > 
> > Thanks for the dmidecode output.
> > 
> > Do you notice any functional difference when booting with
> > 
> > "acpi_osi=Linux"        (default for 2.6.22 and earlier)
> > vs.
> > "acpi_osi=!Linux"       (default for 2.6.23 and later)
> > 

Thanks for the acpidump and the testing.

                    If (\_OSI ("Windows 2006"))
                    {
                        Store (0x40, ^OSTB)
                        Store (0x40, ^TPOS)
                    }

                    If (\_OSI ("Linux"))
                    {
                        Store (0x01, LINX)
                        Store (0x80, ^OSTB)
                        Store (0x80, ^TPOS)
                    }

// LINX is a NOP
// OSTB is compard only to >= 4, so setting it to x80 has no effect
// OSTP() return value is never checked

However, TPOS is compared to 0x40 in several places, so
OSI(Linux) will cause changes there.
In particular OSI(Linux) will turn off some AML code
associated with ATA -- _STM and _PS0 code.
That may be the reason you see resume issues with acpi_osi=Linux.
(or frankly, it may be some other random problem)

But in any case, we've blacklisted all of Acer going forward.

thanks,
-Len



           reply	other threads:[~2008-02-03 19:26 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <479B0E8D.8030404@gmail.com>]

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=200802031426.25083.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=angelusx@gmail.com \
    --cc=linux-kernel@vger.kernel.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