Jump to content

DSDT Error


dimkagord
 Share

3 posts in this topic

Recommended Posts

I'm trying to compile my DSDT and I get this error:

 

8500, 6126, syntax error, unexpected PARSEOP_NAMESEG, expecting '('

 

I'm using latest aisl to disassmble the DSDT as well as latest version of MACiasl.

 

The other remaining error is:

 

8540, 6126, syntax error, unexpected PARSEOP_DEVICE, expecting $end and premature End-Of-File

 

 

I'm attaching a disassembled DSDT so you could try it out yourself.

DSDT.dsl.zip

Link to comment
Share on other sites

I'm trying to compile my DSDT and I get this error:

 

8500, 6126, syntax error, unexpected PARSEOP_NAMESEG, expecting '('

 

I'm using latest aisl to disassmble the DSDT as well as latest version of MACiasl.

 

The other remaining error is:

 

8540, 6126, syntax error, unexpected PARSEOP_DEVICE, expecting $end and premature End-Of-File

 

 

I'm attaching a disassembled DSDT so you could try it out yourself.

Hello there,

 

First of all, use search and you'll find solutions for a lot of your problems.

 

Your DSDT file is telling you that it wasn't disassembled correctly.

iASL Warning: There were 18 external control methods found during
disassembly, but only 9 were resolved (9 unresolved). Additional
ACPI tables may be required to properly disassemble the code. This
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods.

I would recommend re-extracting the DSDT from linux.

 

This thread can be considered as a DUPLICATE, because the problem was mentioned before in a another thread, link below.

 

Follow the instructions from the link below, post #2.

http://www.insanelymac.com/forum/topic/303588-help-with-syntax-error-in-dsdt/

Best regards.

Link to comment
Share on other sites

 Share

×
×
  • Create New...