When I dissassemle I get this error message:
Compiler aborting due to parser-detected syntax error(s)
dsdtmod.dsl 3979: If (CondRefOf (FPED))
Error 6126 - ^ syntax error, unexpected PARSEOP_IF
dsdtmod.dsl 28292:
Error 6126 - syntax error, unexpected PARSEOP_METHOD, expecting $end and premature End-Of-File
ASL Input: dsdtmod.dsl - 28292 lines, 917450 bytes, 11191 keywords
I fixed this error " syntax error, unexpected PARSEOP_IF" by comment
//If (CondRefOf (FPED))
//{
FPED ()
//}
but i got another error
FPED() syntax error, unexpected PARSEOP_NAMESEG
I dissassemle in windows 7 so i don't have MaciASL.
Please help me to fix this error by hand.
My dsdt file:
View attachment dsdt.rar
Sorry for my poor english.