* Re: ACPI, Acer Aspire 1700 series and Kernel 2.6
@ 2004-02-06 22:35 Henny Wilbrink
2004-02-07 16:33 ` gava-7azNGskkaze/k5lE4H/icg
0 siblings, 1 reply; 3+ messages in thread
From: Henny Wilbrink @ 2004-02-06 22:35 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
>> * thermal module can't be loaded
>> if thermal module is started automatically get a system shutdown cause a
>> 255c CPU themp was retreived.
I have an Acer Aspire 1703 and also experience your 255C CPU
temperature shutdown at boot
but only if a enable:
Device Drivers > Plug and Play support > Plug and Play BIOS support
in xconfig.
Your dmesg shows that you have enabled Plug and Play BIOS support so
give it a try without Plug and Play BIOS support.
Regards,
Henny Wilbrink
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Re: ACPI, Acer Aspire 1700 series and Kernel 2.6
2004-02-06 22:35 ACPI, Acer Aspire 1700 series and Kernel 2.6 Henny Wilbrink
@ 2004-02-07 16:33 ` gava-7azNGskkaze/k5lE4H/icg
[not found] ` <00d101c3ed98$3a226390$21b35452-0YB+lduMvyg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: gava-7azNGskkaze/k5lE4H/icg @ 2004-02-07 16:33 UTC (permalink / raw)
To: Henny Wilbrink, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Thank's very much Henny,
it works!!
i suggesto also to Praveen C (mesasage [ACPI] acpi on r40e) to vrify if he
has
P&P support enable on kernel configuration
Regards
kolja
----- Original Message -----
From: "Henny Wilbrink" <wsdwhw-ek1Qb6IBo2Pz+pZb47iToQ@public.gmane.org>
To: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Sent: Friday, February 06, 2004 11:35 PM
Subject: [ACPI] Re: ACPI, Acer Aspire 1700 series and Kernel 2.6
> Hi,
>
> >> * thermal module can't be loaded
> >> if thermal module is started automatically get a system shutdown
cause a
> >> 255c CPU themp was retreived.
>
> I have an Acer Aspire 1703 and also experience your 255C CPU
> temperature shutdown at boot
>
> but only if a enable:
>
> Device Drivers > Plug and Play support > Plug and Play BIOS support
>
> in xconfig.
>
> Your dmesg shows that you have enabled Plug and Play BIOS support so
> give it a try without Plug and Play BIOS support.
>
>
> Regards,
> Henny Wilbrink
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 3+ messages in thread
* _OSI and _OS DSDT methods
[not found] ` <00d101c3ed98$3a226390$21b35452-0YB+lduMvyg@public.gmane.org>
@ 2004-02-07 21:04 ` Huw Rogers
0 siblings, 0 replies; 3+ messages in thread
From: Huw Rogers @ 2004-02-07 21:04 UTC (permalink / raw)
To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
The _OSI method is used in my DSDT in addition to the OS name returned
by the _OS method (http://www.microsoft.com/whdc/hwdev/tech/onnow/_OSI-method.mspx).
The results influence the behaviour of many other methods in the DSDT,
including sleep/wake methods. This OSFL() method is called and if/else
blocks depend on the return value:
Name (OSVR, Ones)
Method (OSFL, 0, NotSerialized) {
If (LNot (LEqual (OSVR, Ones))) {
Return (OSVR)
}
Store (0x01, OSVR)
If (MCTH (\_OS, "Microsoft Windows NT")) {
If (LEqual (OSVR, 0x01)) {
If (CondRefOf (_OSI, Local0)) {
If (\_OSI ("Windows 2001")) {
Store (0x04, OSVR)
}
} Else {
Store (0x00, OSVR)
}
}
} Else {
If (MCTH (\_OS, "Microsoft WindowsME: Millennium Edition")) {
Store (0x02, OSVR)
}
}
Return (OSVR)
}
What should Linux return for _OS and _OSI? Should 2.6 mimic Windows XP?
Does it?
-Huw
--
Huw Rogers <count0-tC47gz4GrgtWk0Htik3J/w@public.gmane.org>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-02-07 21:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-06 22:35 ACPI, Acer Aspire 1700 series and Kernel 2.6 Henny Wilbrink
2004-02-07 16:33 ` gava-7azNGskkaze/k5lE4H/icg
[not found] ` <00d101c3ed98$3a226390$21b35452-0YB+lduMvyg@public.gmane.org>
2004-02-07 21:04 ` _OSI and _OS DSDT methods Huw Rogers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox