Contribute
Register

Gigabyte z87x-ud5h - gtx 780

Status
Not open for further replies.
Joined
Aug 3, 2010
Messages
113
Motherboard
Gigabyte Z370 AORUS GAMING 7
CPU
i7 8700K
Graphics
GTX 1080 ti
Mac
  1. iMac
  2. MacBook Pro
  3. Mac mini
Mobile Phone
  1. Android
Need the help from the gurus again...
can`t compile my dsdt because of the error:
4096 - Syntax Error, Unexpected PARSEOP_ARG0.

I don`t use onboard audio nor gpu.

Only need the GTX 780 HDMI audio, wich I was using successfully prior to haswell (z68 + 2600K), made the edits with MACIAsl and toleda repository.
 

Attachments

  • Captura de Tela 2013-11-01 às 22.03.36.png
    Captura de Tela 2013-11-01 às 22.03.36.png
    83.3 KB · Views: 709
  • z87x-ud5h.zip
    31.3 KB · Views: 187
can`t compile my dsdt because of the error:
4096 - Syntax Error, Unexpected PARSEOP_ARG0.
Code:
native:
    Method (ADBG, 1, Serialized)
    {
        If (CondRefOf (MDBG))
        {
            Return (MDBG)
            Arg0
        }


        Return (Zero)
    }


patched:
    Method (ADBG, 1, Serialized)
    {
        If (CondRefOf (MDBG))
        {
            Store (Arg0, MDBG)          
            Return
        }
        Return (Zero)
    }
 
Thank you toleda.

That error is gone now, but
I`ve been reading more onto the subject and realized that I was extracting the dsdt with the older 4.0 ACPI, now im on 5.0.
So that brought 3 more errors:

External (_SB_.PCI0.PEG0)
External (_SB_.PCI0.PEG0.GFX0)
External (_SB_.PCI0.PEG1)
External (_SB_.PCI0.PEG2)


Could not find anything about these errors.
Thank you again!
 

Attachments

  • Captura de Tela 2013-11-03 às 13.01.25.jpg
    Captura de Tela 2013-11-03 às 13.01.25.jpg
    201.3 KB · Views: 629
  • z87x-ud5h.zip
    33.4 KB · Views: 155
I have the same MB and I think you don't need DSDT for this MB. I'd install 10.9 using Unibeast and multi best DSDT free

MultiBeast Configuration - 2014-01-02 12:44:03 -----------------------------------------------------------------
Quick Start > DSDT Free
Drivers > Audio > Realtek ALCxxx > Without DSDT > ALC898
Drivers > Audio > Realtek ALCxxx > Without DSDT > HDAEnabler
Drivers > Disk > 3rd Party SATA
Drivers > Misc > FakeSMC v5.3.820
Drivers > System > AppleRTC Patch for CMOS Reset Bootloaders > Chimera v2.2.1
Customize > Boot Options > Basic Boot Options Customize > Boot Options > Generate CPU States Customize > Boot Options > Hibernate Mode - Desktop Customize > Boot Options > Use KernelCache Customize > System Definitions > Mac Pro > Mac Pro 3,1 Customize > Themes > tonymacx86 Black

I didn't ty if sound in GTX 780 work.. sorry but

All works fine; but I need star whith USB.
I hope you fine too
I'm a noob
Thanks
 
Hi Toleda,

I'm currently in the process of building my own Hackintosh based on GA-Z87MX-D3H + MSI GTX 770.
I just wanted to say that your contribution to fix this DSDT was also useful for my configuration.
The only error I had is gone now.

So Thank You for that and for your daily job on HDMI Audio.

Guillaume
 
Deleted the lines and everything is working as it should!

Thank you again!

Good night I'm making the same mistake in my DSDT how do I tidies not understand the toleda explanation.
:crazy:
2uz4421.png
Sorry my english google
 
One would remove these errors in my DSDT?
2vkc1kw.png


:crazy:
 

Attachments

  • DSDT.aml.zip
    17.8 KB · Views: 129
Status
Not open for further replies.
Back
Top