Contribute
Register

10.8 Stuck in: Edit layout-id and Edit (_ADR, 0x…

Status
Not open for further replies.
Joined
Mar 16, 2011
Messages
9
Motherboard
GIGABYTE GA-X58A-UD3R
CPU
i7-970
Graphics
RX 580
Hello, I am trying to follow the guide step by step but I got confused in this step for the Award bios:

Mountain Lion HDMI Audio - dsdt Edits

Edit Patch file - TextEdit
1. TextEdit/Open Desktop/.….._hdmi_audio_dsdt_editing_kit/hdmi_audio_award….txt
2. TextEdit/Edit layout-id/01 to 02 or 03
3. TextEdit/Edit (_ADR, 0x….. - if necessary
4. Verify edits
5. Save

Do I edit the #4 to look like this? (changed 0x01, 0x00, 0x00, 0x00)

Code:
# 4. Insert layout-id=1 into device HDEF 
into method label _DSM parent_adr 0x001B0000 remove_entry;
into device name_adr 0x001B0000 insert
begin
    Method (_DSM, 4, NotSerialized)\n
    {\n
        Store (Package (0x04)\n
 	     {\n
                "layout-id", \n
                Buffer (0x04)\n
                {\n
                    0x79, 0x03, 0x00, 0x00\n
                }, \n
                "PinConfigurations", \n
                Buffer (Zero) {}\n
            }, Local0)\n
        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
        Return (Local0)\n
    }\n
end


Or what exactly have to change in my case.
Also I am not sure what to put in the _ADR, 0x for the next step, I believe will get stuck there too.

Thanks in advance, I attached the IOReg and aml files so anyone can take a look.
 

Attachments

  • Lutechi.zip
    735.2 KB · Views: 82
Do I edit the #4 to look like this? (changed 0x01, 0x00, 0x00, 0x00)

Also I am not sure what to put in the _ADR, 0x for the next step, I believe will get stuck there too.
Before you start on HDMI audio, consider:
1. Update to 10.8.2
2. Install MultiBeast 5.1.3 or newer - Select/Drivers & Bootloaders/Drivers/Audio/Realtek ALC8xx/With DSDT/ALC889
3. if your 5870 has an HDMI connector, the Zonalis FB will not make HDMI audio; consider Uakari or Vervet. If your 5870 has only DP, Zonalis is fine.

For the HDMI audio edits (the edit file has been updated, download latest
ML_5-Series_Award_hdmi_audio_dsdt_editing_kit.zip)
1. No need to edit layout-id as the ML AppleHDA.kext uses layout-id:1 (Step 2 above)
2. Edit display address to
0x00030000 (2x)
 
Thanks Toleda for the tips, I follow your suggestion and upgraded to 10.8.2, did the small change to the display addresses and it works yay.

Also did it on my friend's hackintosh, we have 3 in total but 2 of them are identical and hers is similar. But I did exactly the same on hers and is working also, mainly was for hers I did the research because she got a new tv as monitor and it does not have analog input like the old one.

Thanks again, up to fix the last one which is same as mine so it should be easy.
 
Status
Not open for further replies.
Back
Top