schlummerkissen n00b
Joined: 18 Jun 2005 Posts: 39 Location: Ludwigshafen am Rhein (Germany)
|
Posted: Fri Jul 15, 2005 11:00 am Post subject: [solved]DSDT Problems on Acer Travelmate 4101 WLMI [solved] |
|
|
i have a rarely new Acer Travelmate 4101wlmi. My problem is that i cant get acpi working.
i fixed some problems in the dsdt table but now i get new ones and dont know how to fix them.
" Quote: |
Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20050513 [Jul 14 2005]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0
dst.dsl.fix 585: If (LEqual (And (\_SB.PCI0.RP01.PDC1, 0x0A), 0x0A))
Error 1037 - ^ syntax error, unexpected PARSEOP_IF, expecting '{'
dst.dsl.fix 590: Else
Error 1037 - ^ syntax error, unexpected PARSEOP_ELSE
ASL Input: dst.dsl.fix - 6824 lines, 241443 bytes, 255 keywords
Compilation complete. 2 Errors, 0 Warnings, 0 Remarks, 0 Optimizations |
"
here are the lines in my dsdt table
Quote: | 580 Method (PNOT, 0, Serialized)
{
If (HTTE)
{
If (LEqual (And (PDC1, 0x0A), 0x0A))
585 If (LEqual (And (\_SB.PCI0.RP01.PDC1, 0x0A), 0x0A))
{
Notify (\_PR.CPU1, 0x80)
}
}
590 Else
{
Notify (\_PR.CPU0, 0x80)
Sleep (0x64)
Notify (\_PR.CPU0, 0x81)
595 }
} |
Last edited by schlummerkissen on Fri Jul 15, 2005 3:35 pm; edited 1 time in total |
|