linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Kernel 2.6.22.9 wanted dmidecode of my Acer Aspire 5102WLMi laptop, so here it is...
       [not found]   ` <479B0E8D.8030404@gmail.com>
@ 2008-02-03 19:26     ` Len Brown
  0 siblings, 0 replies; only message in thread
From: Len Brown @ 2008-02-03 19:26 UTC (permalink / raw)
  To: Juho; +Cc: linux-kernel

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



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

only message in thread, other threads:[~2008-02-03 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <470E0BD3.3050803@gmail.com>
     [not found] ` <200801182326.31913.lenb@kernel.org>
     [not found]   ` <479B0E8D.8030404@gmail.com>
2008-02-03 19:26     ` Kernel 2.6.22.9 wanted dmidecode of my Acer Aspire 5102WLMi laptop, so here it is Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).