LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   dsdt debug (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/dsdt-debug-488732/)

edgjerp 10-02-2006 10:14 AM

dsdt debug
 
anoone know how to fix errors in a dsdt? this is what iasl gives out when trying to compile.
Code:

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20050930 [Mar 15 2006]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0

dsdt.dsl  2506:                            If (LNot (LEqual (\_PR.CPU0._PPC, 0x00)))
Error    1061 -                                      Object does not exist ^  (\_PR.CPU0._PPC)

dsdt.dsl  2508:                                Store (0x00, \_PR.CPU0._PPC)
Error    1061 -                                    Object does not exist ^  (\_PR.CPU0._PPC)

dsdt.dsl  2516:                            If (LLess (\_PR.CPU0._PPC, Local1))
Error    1061 -                              Object does not exist ^  (\_PR.CPU0._PPC)

dsdt.dsl  2518:                                Store (Local1, \_PR.CPU0._PPC)
Error    1061 -                                      Object does not exist ^  (\_PR.CPU0._PPC)

dsdt.dsl  2528:                        If (LNot (LEqual (\_PR.CPU0._PPC, 0x00)))
Error    1061 -                                  Object does not exist ^  (\_PR.CPU0._PPC)

dsdt.dsl  2530:                            Store (0x00, \_PR.CPU0._PPC)
Error    1061 -                                Object does not exist ^  (\_PR.CPU0._PPC)

dsdt.dsl  3010:                Z007,
Error    1061 -                    ^ Object does not exist (Z007)

dsdt.dsl  3011:                Z007,
Error    1061 -                    ^ Object does not exist (Z007)

dsdt.dsl  3387:    Method (_WAK, 1, NotSerialized)
Warning  2078 -                ^ Reserved method must return a value (_WAK)

ASL Input:  dsdt.dsl - 3467 lines, 121167 bytes, 1564 keywords
Compilation complete. 8 Errors, 1 Warnings, 0 Remarks, 540 Optimizations

the computer is an acer 3004wlmi, 3a32 bios


All times are GMT -5. The time now is 07:48 AM.