Jump to content

Errors when trying to dissasemble my DSDT.aml file


flexmcmurphy
 Share

3 posts in this topic

Recommended Posts

Hello,
 
I am following this section of the Opencore guide https://dortania.github.io/Getting-Started-With-ACPI/Laptops/trackpad-methods/manual.html#finding-the-acpi-path and trying to dissasemble my DSDT.aml file to make my own SSDT-GPI0.dsl
 
I got the DSDT.aml file using the SSDTTime python script.
 
When I use the command
# iasl DSDT.aml
 
I get the error:
iASL Warning: There were 6 external control methods found during disassembly, but only 0 were resolved (6 unresolved). Additional ACPI tables may be required to properly disassemble the code.
 
When I use the command:
# iasl -e SSDT*.aml -d DSDT.aml
 
I get the error:
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190509/psobject-264)
 
Each time when I open the produced DSDT.dsl file I cannot search and find the string: Device (GPI0).
 
Any idea what I am doing wrong?
 
Cheers!
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
On 6/13/2021 at 9:33 PM, flexmcmurphy said:
Hello,
 
I am following this section of the Opencore guide https://dortania.github.io/Getting-Started-With-ACPI/Laptops/trackpad-methods/manual.html#finding-the-acpi-path and trying to dissasemble my DSDT.aml file to make my own SSDT-GPI0.dsl
 
I got the DSDT.aml file using the SSDTTime python script.
 
When I use the command
# iasl DSDT.aml
 
I get the error:
iASL Warning: There were 6 external control methods found during disassembly, but only 0 were resolved (6 unresolved). Additional ACPI tables may be required to properly disassemble the code.
 
When I use the command:
# iasl -e SSDT*.aml -d DSDT.aml
 
I get the error:
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190509/psobject-264)
 
Each time when I open the produced DSDT.dsl file I cannot search and find the string: Device (GPI0).
 
Any idea what I am doing wrong?
 
Cheers!

You might find it easier to use maciASL (check for latest version) and pull in any desired patches specific to your hardware.

 

https://github.com/acidanthera/MaciASL

 

DSDT extraction from linux:
cd ~/Desktop
sudo cat /sys/firmware/acpi/tables/DSDT > DSDT.aml

 

 

Edited by HenryV
add info
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...