linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: dmidecode of FSC Amilo Pa 2510
       [not found] <200708121802.41426.crunchy@bitkipper.net>
@ 2008-01-19  3:12 ` Len Brown
  2008-01-19 18:35   ` Andreas Büsching
       [not found] ` <200801210011.20057.lenb@kernel.org>
  1 sibling, 1 reply; 3+ messages in thread
From: Len Brown @ 2008-01-19  3:12 UTC (permalink / raw)
  To: Andreas Büsching; +Cc: linux-acpi

On Sunday 12 August 2007 12:02, Andreas Büsching wrote:
> Hi,
> 
> A "nice" kernel message informed that I might get some help here ;-)
> 
> I'm trying get a Linux kernel verion 2.6.22 or higher to work on my notebook 
> (a FSC Amilo Pa 2510). It just stops the boot process with the message that I 
> should try to append the option acpi_osi=Linux. That did not help.
> 
> I've tried the kernel versions 2.6.22 and a 2.6.23rc2 with several 
> combinations of kernel options like (not that I really knew what I'm doing 
> there ;-):
> 
> acpi_osi=Linux
> acpi_osi=!Linux
> 
> I've also tried to update the BIOS from 1.04 to 1.06 but that didn't help.
> 
> Currently I'm running kernel verison 2.6.18 (based on the Debian Etch kernel).
> 
> Any help is appreciated. If you need any further information just ask.  I've 
> attached the dmidecode output and the kernel config.
> 
> I've not subscribed to the list, so please add me in CC if you reply to this 
> message.

Andreas,
have you got past the booting problem on this box?
if 2.6.18 boots but the latest kernel doesn't, that is something
we need to figure out....

Re: OSI(Linux)...

System Information
	Manufacturer: FUJITSU SIEMENS
	Product Name: AMILO Pa 2510
	Version: 20
	Serial Number: 12345678
	UUID: 006581C7-5E2A-DB11-B7FE-D1AD14F053E9
	Wake-up Type: Power Switch
	SKU Number: 12345678
	Family: AMILO

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
	Manufacturer: FUJITSU SIEMENS
	Product Name: F37     

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)

Also, please send me the output from acpidump.

thanks,
-Len

ps
If you don't have acpidump, you can get it from pmtools here:
http://www.lesswatts.org/projects/acpi/utilities.php

-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dmidecode of FSC Amilo Pa 2510
  2008-01-19  3:12 ` dmidecode of FSC Amilo Pa 2510 Len Brown
@ 2008-01-19 18:35   ` Andreas Büsching
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Büsching @ 2008-01-19 18:35 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

Hi Len,

On Fri, 2008-01-18 at 22:12 -0500, Len Brown wrote:
> Andreas,
> have you got past the booting problem on this box?

Yes, I'm currently running a 2.6.24-rc8 and it works great. I do not
remember exactly which kernel was the first that worked for me, but I
think it was something like kernel >= 2.6.23.8.

Do you still need the requested information?

crunchy

-- 
Andreas Büsching                               http://www.bitkipper.net/
crunchy@bitkipper.net

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dmidecode of FSC Amilo Pa 2510
       [not found]   ` <1200942295.26290.169.camel@coin.buesching.local>
@ 2008-01-22  3:58     ` Len Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Len Brown @ 2008-01-22  3:58 UTC (permalink / raw)
  To: Andreas Büsching; +Cc: linux-acpi

Thanks for the acpidump


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

LINX is written, but never read --a NOP
TPOS is compared to 0x40 (vista) in the SATA AML,
which OSI(Linux) will break
OSTB is compard to 0x40 (vista), which OSI(Linux) will break,
apparently disabling video notifies.

So I recommend that we continue to disable OSI(Linux) on this
box, unless you find that SATA or the video driver work
better without it.

thanks,
-Len


                    Method (_Q10, 0, NotSerialized)
                    {
                        If (LEqual (\_SB.OSTB, 0x40))
                        {
                            Notify (\_SB.PCI0.AGP.VGA.LCD, 0x86)
                        }
                        Else
                        {
                            If (LLess (\_SB.PCI0.LCDL, 0x07))
                            {
                                Increment (\_SB.PCI0.LCDL)
                                Store (\_SB.PCI0.LCDL, BKLG)
                            }
                        }
                    }
                    Method (_Q11, 0, NotSerialized)
                    {
                        If (LEqual (\_SB.OSTB, 0x40))
                        {
                            Notify (\_SB.PCI0.AGP.VGA.LCD, 0x87)
                        }
                        Else
                        {
                            If (\_SB.PCI0.LCDL)
                            {
                                Decrement (\_SB.PCI0.LCDL)
                                Store (\_SB.PCI0.LCDL, BKLG)
                            }
                        }
                    }
System Information
        Manufacturer: FUJITSU SIEMENS
        Product Name: AMILO Pa 2510
        Version: 20
        Serial Number: 12345678
        UUID: 006581C7-5E2A-DB11-B7FE-D1AD14F053E9
        Wake-up Type: Power Switch
        SKU Number: 12345678
        Family: AMILO

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
        Manufacturer: FUJITSU SIEMENS
        Product Name: F37

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-22  3:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200708121802.41426.crunchy@bitkipper.net>
2008-01-19  3:12 ` dmidecode of FSC Amilo Pa 2510 Len Brown
2008-01-19 18:35   ` Andreas Büsching
     [not found] ` <200801210011.20057.lenb@kernel.org>
     [not found]   ` <1200942295.26290.169.camel@coin.buesching.local>
2008-01-22  3:58     ` 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).