Re: dmidecode - FSC AMILO Pi 1556

2008-01-18 Thread Len Brown
On Saturday 13 October 2007 13:29, Virus Q wrote:
> System Information
>         Manufacturer: FUJITSU SIEMENS
>         Product Name: AMILO Pi 1556
>         Version: Not Applicable
>         Serial Number: 5311A8AF
>         UUID: 00278868-CD63-0010-9AC8-B203A3B3CC32
>         Wake-up Type: Power Switch
>         SKU Number: Not Specified
>         Family: Not Specified
> 
> Handle 0x0002, DMI type 2, 8 bytes.
> Base Board Information
>         Manufacturer: FUJITSU SIEMENS
>         Product Name: AMILO Pi 1556

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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: dmidecode - FSC AMILO Pi 1556

2008-01-20 Thread Len Brown
On Saturday 19 January 2008 15:26, Virus Q wrote:
> Hi, Len!
> 
> 19.01.08, 07:33, Len Brown ([EMAIL PROTECTED]):
> 
> > On Saturday 13 October 2007 13:29, Virus Q wrote:
> > > System Information
> > >         Manufacturer: FUJITSU SIEMENS
> > >         Product Name: AMILO Pi 1556
> > >         Version: Not Applicable
> > >         Serial Number: 5311A8AF
> > >         UUID: 00278868-CD63-0010-9AC8-B203A3B3CC32
> > >         Wake-up Type: Power Switch
> > >         SKU Number: Not Specified
> > >         Family: Not Specified
> > > 
> > > Handle 0x0002, DMI type 2, 8 bytes.
> > > Base Board Information
> > >         Manufacturer: FUJITSU SIEMENS
> > >         Product Name: AMILO Pi 1556
> > Thanks for the dmidecode output.
> ...
> > Also, please send me the output from acpidump.
> 
> Send you a file with the output from acpidump.

Thanks for the acpidump -- it shows that OSI(Linux)
is a NOP on this box b/c the results of the test for
it are immediately over-written anyway.

-Len
--
Scope (_SB)
{
Method (_INI, 0, NotSerialized)
{
If (DTSE)
{
TRAP (0x47)
}

Store (0x07D0, OSYS)
If (CondRefOf (_OSI, Local0))
{
If (_OSI ("Linux"))
{
Store (0x03E8, OSYS)
}

If (_OSI ("Windows 2001"))
{
Store (0x07D1, OSYS)
}
...
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html