Contribute
Register

GA Z77X-UP5 TH can´t Compile DSDT

Status
Not open for further replies.
Joined
Aug 28, 2010
Messages
112
Motherboard
Gigabyte Aorus Z390 Pro
CPU
i9-9900KF
Graphics
RX 580 Nitro 8GB
Mac
  1. MacBook Pro
  2. Mac mini
Classic Mac
  1. Power Mac
  2. PowerBook
Mobile Phone
  1. iOS
Hi !

I´m trying to make my own DSDT for my "GA Z77X-UP5 TH" MB Bios F12j using MaciASL.
After applying PJALMs UP5 TH patch & the Intel HD4000 patch i got several warnings
& can´t compile the DSDT.

Code 6088, Object is not accessible from this scope

What is this ?

Help please !
 

Attachments

  • Bildschirmfoto 2015-11-24 um 09.50.08.png
    Bildschirmfoto 2015-11-24 um 09.50.08.png
    540.7 KB · Views: 190
Use ssdtPRGen, which contains a command line tool 'iasl' in its subfolder 'Tools'. You can search ssdtPRGen in google, and download its latest version from github.

To compile a 'dsl' file into an 'aml file:

./iasl -oa FILE.DSL (here -oa means no optimisation)

To decompile a 'aml' file into a 'dsl' file:

./iasl -d FILE.aml

Generally, you must extract your original DSDT at first, using Clover. Before you boot into OS X, go into Clover/options/dsdt and find an option 'debug', check it and then boot into OS X. And mount your EFI partition, the original DSDT will lie down in EFI/CLOVER/ACPI/origin (with a name 'DSDT-or.aml'). Then you can do many things with your DSDT with 'iasl' command.
 
Thank You !
That works, now my Bluetooh, USB3 & Audio is working under ElCapitan !

... but i skipped the step decompiling with "ssdtPRGen" and did it with MaciASL itself.
(simply opened a new document in MaciASL, loaded the DSDT-or.aml from Clover/acpi folder
and after this i´ve applied the patches)

so what is "ssdtPRGen" good for ?
 
Thank You !
That works, now my Bluetooh, USB3 & Audio is working under ElCapitan !

... but i skipped the step decompiling with "ssdtPRGen" and did it with MaciASL itself.
(simply opened a new document in MaciASL, loaded the DSDT-or.aml from Clover/acpi folder
and after this i´ve applied the patches)

so what is "ssdtPRGen" good for ?

https://github.com/Piker-Alpha/ssdtPRGen.sh

Power Management.
 
hi !

I´m trying to make my own dsdt for my "ga z77x-up5 th" mb bios f12j using maciasl.
After applying pjalms up5 th patch & the intel hd4000 patch i got several warnings
& can´t compile the dsdt.

Code 6088, object is not accessible from this scope

what is this ?

Help please !

hi,drwhy
i used ga-z77-up5 th ,my i get your dsdt?
My email:[email protected]
thanks
 
Status
Not open for further replies.
Back
Top