Contribute
Register

H67MA-UD2H-B3 F8 Fixed

Status
Not open for further replies.
Joined
Jul 20, 2011
Messages
311
Motherboard
GA-H67MA-UD2H-B3
CPU
i5 2400
Graphics
Saphire 6850
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. iOS
H67MA-UD2H-B3 F8 Fixed (UPDATED)

UPDATED w/ AUDIO FIX

This DSDT also has the Pin Configuration Updated to work with the new AppleHDA 10.8.2 Found in multi beast. Thanks to PJALM for helping me get it working.

any one that wants it i made a correction to the dsdt that was causing drives to show external and messing up the dvd player on mountain lion also the eject button works on keyboard now after this edit without kext role back

someone else posted about this fix on insanley mac so i take no credit for it i just Mearly added it to this dsdt

This is the original
Code:
Device (SATA)
            {
                Name (_ADR, 0x001F0002)
                OperationRegion (PCI, PCI_Config, 0x40, 0x20)
                Field (PCI, DWordAcc, NoLock, Preserve)
                {
                    ITM0,   16, 
                    ITM1,   16, 
                    SIT0,   4, 
                    SIT1,   4, 
                    Offset (0x08), 
                    UDC0,   2, 
                    UDC1,   2, 
                    Offset (0x0A), 
                    UDT0,   8, 
                    UDT1,   8, 
                    Offset (0x14), 
                    ICF0,   2, 
                    ICF1,   2, 
                        ,   6, 
                    WPPE,   1, 
                        ,   1, 
                    FAS0,   2, 
                    FAS1,   2
                }
and this is what it was modified two
Code:
Device (SATA)            {
                Name (_ADR, 0x001F0002)
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x02)
                        {
                            "device-id", 
                            Buffer (0x04)
                            {
                                 0x81, 0x26, 0x00, 0x00
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
                OperationRegion (PCI, PCI_Config, 0x40, 0x20)
                Field (PCI, DWordAcc, NoLock, Preserve)
                {
                    ITM0,   16, 
                    ITM1,   16, 
                    SIT0,   4, 
                    SIT1,   4, 
                    Offset (0x08), 
                    UDC0,   2, 
                    UDC1,   2, 
                    Offset (0x0A), 
                    UDT0,   8, 
                    UDT1,   8, 
                    Offset (0x14), 
                    ICF0,   2, 
                    ICF1,   2, 
                        ,   6, 
                    WPPE,   1, 
                        ,   1, 
                    FAS0,   2, 
                    FAS1,   2
                }
 

Attachments

  • DSDT.aml
    16.6 KB · Views: 274
Hi, I used your DSDT file and its working perfect for 10.8
The upgrade to 10.8.2 is causing trouble. My second install seems do work now but I had to install the AHCI kext from multibeast.
By the way: sleep is now working again and when I shut down I have not to wait until the PC is finally off. Thank you!

But could you please post your configuration and what you did select in multibeast?
 
Status
Not open for further replies.
Back
Top