* DSDT Problems with Acer Aspire 1691WLMi
@ 2005-06-02 11:18 Daniel Solsona
[not found] ` <1117711110.7363.9.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
0 siblings, 1 reply; 13+ messages in thread
From: Daniel Solsona @ 2005-06-02 11:18 UTC (permalink / raw)
To: ACPI
Hi all, I just buyed an acer aspire 1691WLMi and I'm having some
problems with the acpi.
I donwloaded the custom dsdt table from acpi.sourceforge.net and the
iasl compiler version 20050513 [Jun 1 2005]
I'm having problems compiling the dsdt, those are the errors I get:
Unknown resource descriptor type [ERRORNODE]
dsdt.dsl 950: 0x0100, 0x00,,)
Error 1094 - ^ Missing
ResourceSource string (required)
........
........
........
dsdt.dsl 1063: , AddressRangeMemory, TypeStatic)
Error 1094 - Missing ResourceSource string (required) ^
dsdt.dsl 1070: , AddressRangeMemory, TypeStatic,
ResourceSource)
Error 1037 - syntax error, unexpected ',', expecting ')' ^
ASL Input: dsdt.dsl - 6918 lines, 243620 bytes, 3165 keywords
Compilation complete. 18 Errors, 0 Warnings, 0 Remarks, 1116
Optimizations
I have two diferent errors, the first one and the 17 others are the
same.
After reading James Sparenberg problem, and the fix that Bruno Ducrot
told him, I tried to eliminate all the ResourceSourceIndex but on my
dsdt there is no ResourceSourceIndex.
I have too some errors on syslog:
Jun 2 12:59:25 localhost kernel: ACPI-0352: *** Error: Looking up
[Z00B] in namespace, AE_NOT_FOUND
Jun 2 12:59:25 localhost kernel: search_node dfa2c1a0 start_node
dfa2c1a0
return_node 00000000
Jun 2 12:59:25 localhost kernel: ACPI-1138: *** Error: Method
execution failed [\_SB_.BAT1._BST] (Node dfa2cf80), AE_NOT_FOUND
Jun 2 12:59:26 localhost kernel: ACPI-0352: *** Error: Looking up
[Z00B] in namespace, AE_NOT_FOUND
Jun 2 12:59:26 localhost kernel: search_node dfa2c1a0 start_node
dfa2c1a0
return_node 00000000
Jun 2 12:59:26 localhost kernel: ACPI-1138: *** Error: Method
execution failed [\_SB_.BAT1._BST] (Node dfa2cf80), AE_NOT_FOUND
Thanks for the help
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <1117711110.7363.9.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2005-06-02 14:09 ` DJAX
[not found] ` <429F1315.80600-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 13+ messages in thread
From: DJAX @ 2005-06-02 14:09 UTC (permalink / raw)
To: ACPI
Daniel Solsona a écrit :
>Hi all, I just buyed an acer aspire 1691WLMi and I'm having some
>problems with the acpi.
>
>I donwloaded the custom dsdt table from acpi.sourceforge.net and the
>iasl compiler version 20050513 [Jun 1 2005]
>
>I'm having problems compiling the dsdt, those are the errors I get:
>
>Unknown resource descriptor type [ERRORNODE]
>dsdt.dsl 950: 0x0100, 0x00,,)
>Error 1094 - ^ Missing
>ResourceSource string (required)
>........
>........
>........
>dsdt.dsl 1063: , AddressRangeMemory, TypeStatic)
>Error 1094 - Missing ResourceSource string (required) ^
>
>dsdt.dsl 1070: , AddressRangeMemory, TypeStatic,
>ResourceSource)
>Error 1037 - syntax error, unexpected ',', expecting ')' ^
>
>ASL Input: dsdt.dsl - 6918 lines, 243620 bytes, 3165 keywords
>Compilation complete. 18 Errors, 0 Warnings, 0 Remarks, 1116
>Optimizations
>
>I have two diferent errors, the first one and the 17 others are the
>same.
>
>After reading James Sparenberg problem, and the fix that Bruno Ducrot
>told him, I tried to eliminate all the ResourceSourceIndex but on my
>dsdt there is no ResourceSourceIndex.
>
>I have too some errors on syslog:
>
>Jun 2 12:59:25 localhost kernel: ACPI-0352: *** Error: Looking up
>[Z00B] in namespace, AE_NOT_FOUND
>Jun 2 12:59:25 localhost kernel: search_node dfa2c1a0 start_node
>dfa2c1a0
>return_node 00000000
>Jun 2 12:59:25 localhost kernel: ACPI-1138: *** Error: Method
>execution failed [\_SB_.BAT1._BST] (Node dfa2cf80), AE_NOT_FOUND
>Jun 2 12:59:26 localhost kernel: ACPI-0352: *** Error: Looking up
>[Z00B] in namespace, AE_NOT_FOUND
>Jun 2 12:59:26 localhost kernel: search_node dfa2c1a0 start_node
>dfa2c1a0
>return_node 00000000
>Jun 2 12:59:26 localhost kernel: ACPI-1138: *** Error: Method
>execution failed [\_SB_.BAT1._BST] (Node dfa2cf80), AE_NOT_FOUND
>
>
>Thanks for the help
>
>
I notice that the ACER-Aspire_1691WLMi-S3C11-custom.asl compile
errorfree with the version 20050309:
----------------8<----------------
Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20050309 [May 3 2005]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0
ASL Input: ACER-Aspire_1691WLMi-S3C11-custom.asl - 6918 lines, 243604
bytes, 3165 keywords
AML Output: DSDT.aml - 27193 bytes 669 named objects 2496 executable opcodes
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1111 Optimizations
---------------->8----------------
But produce 18 errors with version 20050513
----------------8<----------------
Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20050513 [Jun 2 2005]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0
dsdt.20050507.dsl 978: 0x0100, 0x00,,)
Error 1094 - Missing ResourceSource string (required) ^
dsdt.20050507.dsl 985: , TypeStatic)
Error 1094 - Missing ResourceSource string (required) ^
dsdt.20050507.dsl 993: , TypeStatic)
Error 1094 - Missing ResourceSource string (required) ^
dsdt.20050507.dsl 1000: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1007: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1014: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1021: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1028: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1035: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1042: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1049: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1056: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1063: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1070: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1077: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1084: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1091: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
dsdt.20050507.dsl 1098: , AddressRangeMemory,
TypeStatic)
Error 1094 - Missing ResourceSource string
(required) ^
ASL Input: dsdt.20050507.dsl - 6945 lines, 244248 bytes, 3203 keywords
Compilation complete. 18 Errors, 0 Warnings, 0 Remarks, 1121 Optimizations
---------------->8----------------
I get the same behaviour with the DSDT for an Acer Aspire 1694 WLMi
Does the version 20050513 of iasl produce cleaner ASM than 20050309?
Best regards,
Didier
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <429F1315.80600-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
@ 2005-06-02 15:04 ` Thomas Renninger
[not found] ` <429F1FE0.9080208-l3A5Bk7waGM@public.gmane.org>
2005-06-03 9:35 ` Daniel Solsona
1 sibling, 1 reply; 13+ messages in thread
From: Thomas Renninger @ 2005-06-02 15:04 UTC (permalink / raw)
To: DJAX; +Cc: ACPI, dani-fQczH/8Hd3rnGZpH1ro7E16hYfS7NtTn
DJAX wrote:
> Daniel Solsona a écrit :
>
>>Hi all, I just buyed an acer aspire 1691WLMi and I'm having some
>>problems with the acpi.
>>
>>I donwloaded the custom dsdt table from acpi.sourceforge.net and the
>>iasl compiler version 20050513 [Jun 1 2005]
>>
>>I'm having problems compiling the dsdt, those are the errors I get:
>>
>>Unknown resource descriptor type [ERRORNODE]
>>dsdt.dsl 950: 0x0100, 0x00,,)
>>Error 1094 - ^ Missing
>>ResourceSource string (required)
>>........
>>........
>>........
>>dsdt.dsl 1063: , AddressRangeMemory, TypeStatic)
>>Error 1094 - Missing ResourceSource string (required) ^
>>
>>dsdt.dsl 1070: , AddressRangeMemory, TypeStatic,
>>ResourceSource)
>>Error 1037 - syntax error, unexpected ',', expecting ')' ^
>>
>>ASL Input: dsdt.dsl - 6918 lines, 243620 bytes, 3165 keywords
>>Compilation complete. 18 Errors, 0 Warnings, 0 Remarks, 1116
>>Optimizations
>>
>>I have two diferent errors, the first one and the 17 others are the
>>same.
>>
>>After reading James Sparenberg problem, and the fix that Bruno Ducrot
>>told him, I tried to eliminate all the ResourceSourceIndex but on my
>>dsdt there is no ResourceSourceIndex.
>>
>>I have too some errors on syslog:
>>
>>Jun 2 12:59:25 localhost kernel: ACPI-0352: *** Error: Looking up
>>[Z00B] in namespace, AE_NOT_FOUND
>>Jun 2 12:59:25 localhost kernel: search_node dfa2c1a0 start_node
>>dfa2c1a0
>>return_node 00000000
>>Jun 2 12:59:25 localhost kernel: ACPI-1138: *** Error: Method
>>execution failed [\_SB_.BAT1._BST] (Node dfa2cf80), AE_NOT_FOUND
>>Jun 2 12:59:26 localhost kernel: ACPI-0352: *** Error: Looking up
>>[Z00B] in namespace, AE_NOT_FOUND
>>Jun 2 12:59:26 localhost kernel: search_node dfa2c1a0 start_node
>>dfa2c1a0
>>return_node 00000000
>>Jun 2 12:59:26 localhost kernel: ACPI-1138: *** Error: Method
>>execution failed [\_SB_.BAT1._BST] (Node dfa2cf80), AE_NOT_FOUND
>>
>>
>>Thanks for the help
>>
>>
> I notice that the ACER-Aspire_1691WLMi-S3C11-custom.asl compile
> errorfree with the version 20050309:
> ----------------8<----------------
> Intel ACPI Component Architecture
> ASL Optimizing Compiler / AML Disassembler version 20050309 [May 3 2005]
> Copyright (C) 2000 - 2005 Intel Corporation
> Supports ACPI Specification Revision 3.0
>
> ASL Input: ACER-Aspire_1691WLMi-S3C11-custom.asl - 6918 lines, 243604
> bytes, 3165 keywords
> AML Output: DSDT.aml - 27193 bytes 669 named objects 2496 executable opcodes
>
> Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 1111 Optimizations
> ---------------->8----------------
> But produce 18 errors with version 20050513
> ----------------8<----------------
> Intel ACPI Component Architecture
> ASL Optimizing Compiler / AML Disassembler version 20050513 [Jun 2 2005]
> Copyright (C) 2000 - 2005 Intel Corporation
> Supports ACPI Specification Revision 3.0
>
> dsdt.20050507.dsl 978: 0x0100, 0x00,,)
> Error 1094 - Missing ResourceSource string (required) ^
>
> dsdt.20050507.dsl 985: , TypeStatic)
> Error 1094 - Missing ResourceSource string (required) ^
>
> dsdt.20050507.dsl 993: , TypeStatic)
> Error 1094 - Missing ResourceSource string (required) ^
>
> dsdt.20050507.dsl 1000: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1007: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1014: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1021: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1028: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1035: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1042: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1049: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1056: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1063: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1070: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1077: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1084: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1091: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> dsdt.20050507.dsl 1098: , AddressRangeMemory,
> TypeStatic)
> Error 1094 - Missing ResourceSource string
> (required) ^
>
> ASL Input: dsdt.20050507.dsl - 6945 lines, 244248 bytes, 3203 keywords
> Compilation complete. 18 Errors, 0 Warnings, 0 Remarks, 1121 Optimizations
>
> ---------------->8----------------
> I get the same behaviour with the DSDT for an Acer Aspire 1694 WLMi
>
> Does the version 20050513 of iasl produce cleaner ASM than 20050309?
>
> Best regards,
> Didier
>
>
This problem has been discussed some days ago on this list
(Subject - Re: [ACPI] question of appropriateness):
I forward the suggestions from Bruno Ducrot:
_________________________________________________________________________
> But I'm wondering what iasl are you using? It seems totally broken
> to me.
Actually I am wrong here. Later iasl (20050513) is now more
restrictive. When the ResourceSourceIndex exist, then ResourceSource
must exist.
2 solutions if you want to compile:
1- patch iasl in order to restore old behaviour (but this is out of
spec somehow)
or
2- eliminate all the ResourceSourceIndex when there is no ResourceSource.
For point 2, here is an incremental patch to your asl:
--- dsdt.dsl 2005/05/30 17:20:33 1.1
+++ dsdt.dsl 2005/05/30 18:21:40
@@ -740,188 +742,188 @@
0x0000, // Address Range Minimum
0x00FF, // Address Range Maximum
0x0000, // Address Translation Offset
- 0x0100, 0x00,,)
+ 0x0100, ,,)
...
...
...
___________________________________________________________________________
As you have so many error hits, maybe you should get a bit older iasl compiler.
If this is a common problem on many machines maybe the compiler should be a bit less restricted
at this point?
Thomas
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <429F1FE0.9080208-l3A5Bk7waGM@public.gmane.org>
@ 2005-06-02 15:14 ` Bruno Ducrot
0 siblings, 0 replies; 13+ messages in thread
From: Bruno Ducrot @ 2005-06-02 15:14 UTC (permalink / raw)
To: Thomas Renninger; +Cc: DJAX, ACPI, dani-fQczH/8Hd3rnGZpH1ro7E16hYfS7NtTn
On Thu, Jun 02, 2005 at 05:04:00PM +0200, Thomas Renninger wrote:
> If this is a common problem on many machines maybe the compiler should be a bit less restricted
> at this point?
>
Not supported :)
--- acpica-unix-20050513/compiler/aslrestype2.c 2005/05/30 18:26:54 1.1
+++ acpica-unix-20050513/compiler/aslrestype2.c 2005/05/30 18:29:01
@@ -329,7 +329,7 @@ RsDoDwordIoDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
@@ -543,7 +543,7 @@ RsDoDwordMemoryDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
@@ -755,7 +755,7 @@ RsDoDwordSpaceDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
@@ -1428,7 +1428,7 @@ RsDoQwordIoDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
@@ -1637,7 +1637,7 @@ RsDoQwordMemoryDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
@@ -1844,7 +1844,7 @@ RsDoQwordSpaceDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
@@ -2032,7 +2032,7 @@ RsDoWordIoDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
@@ -2232,7 +2232,7 @@ RsDoWordBusNumberDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
@@ -2429,7 +2429,7 @@ RsDoWordSpaceDescriptor (
* Not a valid ResourceSource, ResourceSourceIndex must also
* be invalid
*/
- else if (ResSourceIndex)
+ else if (0)
{
AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
InitializerOp, NULL);
--
Bruno Ducrot
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: DSDT Problems with Acer Aspire 1691WLMi
@ 2005-06-02 16:18 Moore, Robert
[not found] ` <971FCB6690CD0E4898387DBF7552B90E01B0B514-sBd4vmA9Se5Qxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 13+ messages in thread
From: Moore, Robert @ 2005-06-02 16:18 UTC (permalink / raw)
To: Bruno Ducrot, Thomas Renninger
Cc: DJAX, ACPI, dani-fQczH/8Hd3rnGZpH1ro7E16hYfS7NtTn
This is a case where we tightened up the compiler to conform more
closely to the ACPI specification, and a few machines (apparently) have
code that goes against the spec.
I'd like to see these DSDTs just to make sure, however.
Bob
> -----Original Message-----
> From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
> admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Bruno Ducrot
> Sent: Thursday, June 02, 2005 8:15 AM
> To: Thomas Renninger
> Cc: DJAX; ACPI; dani-fQczH/8Hd3rnGZpH1ro7E16hYfS7NtTn@public.gmane.org
> Subject: Re: [ACPI] DSDT Problems with Acer Aspire 1691WLMi
>
> On Thu, Jun 02, 2005 at 05:04:00PM +0200, Thomas Renninger wrote:
> > If this is a common problem on many machines maybe the compiler
should
> be a bit less restricted
> > at this point?
> >
>
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <971FCB6690CD0E4898387DBF7552B90E01B0B514-sBd4vmA9Se5Qxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2005-06-02 17:16 ` James Sparenberg
0 siblings, 0 replies; 13+ messages in thread
From: James Sparenberg @ 2005-06-02 17:16 UTC (permalink / raw)
To: ACPI
On Thu, 2005-06-02 at 09:18 -0700, Moore, Robert wrote:
> This is a case where we tightened up the compiler to conform more
> closely to the ACPI specification, and a few machines (apparently) have
> code that goes against the spec.
>
> I'd like to see these DSDTs just to make sure, however.
>
> Bob
Should we send them (the non compiling versions) directly to you or via
the list?
James
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: DSDT Problems with Acer Aspire 1691WLMi
@ 2005-06-02 17:20 Moore, Robert
0 siblings, 0 replies; 13+ messages in thread
From: Moore, Robert @ 2005-06-02 17:20 UTC (permalink / raw)
To: James Sparenberg, ACPI
Please send to me; don't bother to compress.
> -----Original Message-----
> From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
> admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of James Sparenberg
> Sent: Thursday, June 02, 2005 10:16 AM
> To: ACPI
> Subject: RE: [ACPI] DSDT Problems with Acer Aspire 1691WLMi
>
> On Thu, 2005-06-02 at 09:18 -0700, Moore, Robert wrote:
> > This is a case where we tightened up the compiler to conform more
> > closely to the ACPI specification, and a few machines (apparently)
have
> > code that goes against the spec.
> >
> > I'd like to see these DSDTs just to make sure, however.
> >
> > Bob
>
> Should we send them (the non compiling versions) directly to you or
via
> the list?
>
> James
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit
http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: DSDT Problems with Acer Aspire 1691WLMi
@ 2005-06-02 17:21 Moore, Robert
0 siblings, 0 replies; 13+ messages in thread
From: Moore, Robert @ 2005-06-02 17:21 UTC (permalink / raw)
To: Moore, Robert, James Sparenberg, ACPI
Even better, if you can snag the binary file, please do.
> -----Original Message-----
> From: Moore, Robert
> Sent: Thursday, June 02, 2005 10:20 AM
> To: 'James Sparenberg'; ACPI
> Subject: RE: [ACPI] DSDT Problems with Acer Aspire 1691WLMi
>
> Please send to me; don't bother to compress.
>
>
> > -----Original Message-----
> > From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:acpi-devel-
> > admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of James Sparenberg
> > Sent: Thursday, June 02, 2005 10:16 AM
> > To: ACPI
> > Subject: RE: [ACPI] DSDT Problems with Acer Aspire 1691WLMi
> >
> > On Thu, 2005-06-02 at 09:18 -0700, Moore, Robert wrote:
> > > This is a case where we tightened up the compiler to conform more
> > > closely to the ACPI specification, and a few machines (apparently)
> have
> > > code that goes against the spec.
> > >
> > > I'd like to see these DSDTs just to make sure, however.
> > >
> > > Bob
> >
> > Should we send them (the non compiling versions) directly to you or
via
> > the list?
> >
> > James
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by Yahoo.
> > Introducing Yahoo! Search Developer Network - Create apps using
Yahoo!
> > Search APIs Find out how you can build Yahoo! directly into your own
> > Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-
> q22005
> > _______________________________________________
> > Acpi-devel mailing list
> > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/acpi-devel
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <429F1315.80600-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
2005-06-02 15:04 ` Thomas Renninger
@ 2005-06-03 9:35 ` Daniel Solsona
[not found] ` <1117791345.7363.18.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
1 sibling, 1 reply; 13+ messages in thread
From: Daniel Solsona @ 2005-06-03 9:35 UTC (permalink / raw)
To: ACPI
Ok, I got a version of iasl taht compiled with no errors the custom dsdt
that I got from acpi.sourceforge
I put it on initrd as I read somewhere and restarted computer after
changing grub menu to get the new initrd.
But there is no change, I have the same problems as before. There is any
way I can confirm that the new dsdt is loaded correctly? maybe getting
dsdt from /proc/acpi/dsdt, decompiling and seeing if its the same as the
custom dsdt?
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <1117791345.7363.18.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2005-06-03 11:34 ` DJAX
[not found] ` <42A0404F.4040207-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 13+ messages in thread
From: DJAX @ 2005-06-03 11:34 UTC (permalink / raw)
To: ACPI; +Cc: Daniel Solsona
Daniel Solsona a écrit :
>Ok, I got a version of iasl taht compiled with no errors the custom dsdt
>that I got from acpi.sourceforge
>
>I put it on initrd as I read somewhere and restarted computer after
>changing grub menu to get the new initrd.
>
>
You must have ACPI_INITRD=y in your /usr/src/linux/.config ( or
/proc/config.gz if you have enable CONFIG_IKCONFIG_PROC=y)
I put my DSDT.aml in my initrd.img that way:
----------------8<----------------
DSDT=/boot/DSDT.aml
cp initrd.img-2.6.11 initrd.img-2.6.11-ACPI
echo -n "INITRDDSDT123DSDT123" >> initrd.img-2.6.11-ACPI
cat $DSDT >> initrd.img-2.6.11-ACPI
echo -n "INITRDDSDT321DSDT321" >> initrd.img-2.6.11-ACPI
---------------->8----------------
In a verbose dmsg, you get something like:
----------------8<----------------
ACPI: Looking for DSDT in initrd... found (at offset 4788244)!
found customized DSDT with 27352 bytes!
---------------->8----------------
CONFIG_ACPI_DEBUG has to be enable to have this message.
Else I know that it's my DSDT when I can see the battery state.
>But there is no change, I have the same problems as before. There is any
>way I can confirm that the new dsdt is loaded correctly? maybe getting
>dsdt from /proc/acpi/dsdt, decompiling and seeing if its the same as the
>custom dsdt?
>
>
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <42A0404F.4040207-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
@ 2005-06-03 13:47 ` Thomas Renninger
[not found] ` <42A05F70.6040907-l3A5Bk7waGM@public.gmane.org>
0 siblings, 1 reply; 13+ messages in thread
From: Thomas Renninger @ 2005-06-03 13:47 UTC (permalink / raw)
To: DJAX; +Cc: ACPI, Daniel Solsona
DJAX wrote:
> Daniel Solsona a écrit :
>
>>Ok, I got a version of iasl taht compiled with no errors the custom dsdt
>>that I got from acpi.sourceforge
>>
>>I put it on initrd as I read somewhere and restarted computer after
>>changing grub menu to get the new initrd.
>>
>>
> You must have ACPI_INITRD=y in your /usr/src/linux/.config ( or
> /proc/config.gz if you have enable CONFIG_IKCONFIG_PROC=y)
>
> I put my DSDT.aml in my initrd.img that way:
> ----------------8<----------------
> DSDT=/boot/DSDT.aml
>
> cp initrd.img-2.6.11 initrd.img-2.6.11-ACPI
> echo -n "INITRDDSDT123DSDT123" >> initrd.img-2.6.11-ACPI
> cat $DSDT >> initrd.img-2.6.11-ACPI
> echo -n "INITRDDSDT321DSDT321" >> initrd.img-2.6.11-ACPI
> ---------------->8----------------
>
> In a verbose dmsg, you get something like:
> ----------------8<----------------
> ACPI: Looking for DSDT in initrd... found (at offset 4788244)!
> found customized DSDT with 27352 bytes!
> ---------------->8----------------
>
> CONFIG_ACPI_DEBUG has to be enable to have this message.
>
> Else I know that it's my DSDT when I can see the battery state.
>
>>But there is no change, I have the same problems as before. There is any
>>way I can confirm that the new dsdt is loaded correctly? maybe getting
>>dsdt from /proc/acpi/dsdt, decompiling and seeing if its the same as the
>>custom dsdt?
>>
Be aware that this won't work with a plain vanilla kernel.
You'll need the DSDT in initrd patches from:
http://gaugusch.at/kernel.shtml
Your distribution may already contain this patch.
Which distribution are you using that already contains the patch?
Thanks,
Thomas
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <42A05F70.6040907-l3A5Bk7waGM@public.gmane.org>
@ 2005-06-03 14:32 ` Daniel Solsona Moratiel
2005-06-03 19:36 ` Daniel Solsona Moratiel
1 sibling, 0 replies; 13+ messages in thread
From: Daniel Solsona Moratiel @ 2005-06-03 14:32 UTC (permalink / raw)
To: Thomas Renninger; +Cc: DJAX, ACPI, Daniel Solsona
>> You must have ACPI_INITRD=y in your /usr/src/linux/.config ( or
>> /proc/config.gz if you have enable CONFIG_IKCONFIG_PROC=y)
I'll need to check that, I'm not sure if I have that enabled
>> I put my DSDT.aml in my initrd.img that way:
>> ----------------8<----------------
>> DSDT=/boot/DSDT.aml
>>
>> cp initrd.img-2.6.11 initrd.img-2.6.11-ACPI
>> echo -n "INITRDDSDT123DSDT123" >> initrd.img-2.6.11-ACPI
>> cat $DSDT >> initrd.img-2.6.11-ACPI
>> echo -n "INITRDDSDT321DSDT321" >> initrd.img-2.6.11-ACPI
>> ---------------->8----------------
Yes, I did that.
>>
>> In a verbose dmsg, you get something like:
>> ----------------8<----------------
>> ACPI: Looking for DSDT in initrd... found (at offset 4788244)!
>> found customized DSDT with 27352 bytes!
>> ---------------->8----------------
>>
>> CONFIG_ACPI_DEBUG has to be enable to have this message.
Will check it too.
> Be aware that this won't work with a plain vanilla kernel.
> You'll need the DSDT in initrd patches from:
Yes, I'm using kubuntu hoary, and I read that it has the patches on the
kernel already.
Thanks all for the help, gonna check that when I have some time.
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: DSDT Problems with Acer Aspire 1691WLMi
[not found] ` <42A05F70.6040907-l3A5Bk7waGM@public.gmane.org>
2005-06-03 14:32 ` Daniel Solsona Moratiel
@ 2005-06-03 19:36 ` Daniel Solsona Moratiel
1 sibling, 0 replies; 13+ messages in thread
From: Daniel Solsona Moratiel @ 2005-06-03 19:36 UTC (permalink / raw)
To: ACPI
Ok, tried all what you guys told me and now I can see battery status on
laptop. Thats working well.
But now, and before was the same, the fan does not work when I boot with
acpi.
I have nothing inside /proc/acpi/fan and no errors on syslog.
Where can I start to look to solve that?
Thanks.
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2005-06-03 19:36 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-02 11:18 DSDT Problems with Acer Aspire 1691WLMi Daniel Solsona
[not found] ` <1117711110.7363.9.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2005-06-02 14:09 ` DJAX
[not found] ` <429F1315.80600-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
2005-06-02 15:04 ` Thomas Renninger
[not found] ` <429F1FE0.9080208-l3A5Bk7waGM@public.gmane.org>
2005-06-02 15:14 ` Bruno Ducrot
2005-06-03 9:35 ` Daniel Solsona
[not found] ` <1117791345.7363.18.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2005-06-03 11:34 ` DJAX
[not found] ` <42A0404F.4040207-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
2005-06-03 13:47 ` Thomas Renninger
[not found] ` <42A05F70.6040907-l3A5Bk7waGM@public.gmane.org>
2005-06-03 14:32 ` Daniel Solsona Moratiel
2005-06-03 19:36 ` Daniel Solsona Moratiel
-- strict thread matches above, loose matches on Subject: below --
2005-06-02 16:18 Moore, Robert
[not found] ` <971FCB6690CD0E4898387DBF7552B90E01B0B514-sBd4vmA9Se5Qxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2005-06-02 17:16 ` James Sparenberg
2005-06-02 17:20 Moore, Robert
2005-06-02 17:21 Moore, Robert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox