Jump to content

Errors in compiling DSDT with maciasl


Paologas91
 Share

3 posts in this topic

Recommended Posts

Hey there guys. It's my first time using DSDT editor (maciasl) and i read some guides about it in the forum. An user of insanelymac helped me applying some patches at my original DSDT (extracted with clover F4) and i put it in ACPI/patched. Now i am trying to edit this one to apply "brightness hotkeys patch" but when i try to compile i get some errors. Here the screenshot and my files. Thank u for ur help!

Archivio.zip

post-1374472-0-50343900-1440940842_thumb.png

Link to comment
Share on other sites

patchmatic is better to get dsdt/ssdt

https://github.com/RehabMan/OS-X-MaciASL-patchmatic

 

paste all dsdt.aml and ssdt-x.aml in a folder.

download iasl

https://bitbucket.org/RehabMan/acpica/downloads

open terminal in that folder (or cd /path-to-the-folder)

run iasl -da -dl *.aml

 

ever edit .dsl

 

if you still get error, you can add comment at begin of the line, ex:

line 71

  //  External (_SB_.PCI0.PEG0, UnknownObj)

 

good luck

Link to comment
Share on other sites

 Share

×
×
  • Create New...