Contribute
Register

Audio - HDMI Audio AppleHDA [Guide]

Status
Not open for further replies.
4. Copy of IORegistryExplorer:
File Attached
No IOReg
Missed:
Post #1/cloverHDMI
6. Notes
3. Skylake/HD 5x0, remove config.plist (if present)
• ACPI/DSDT/Patches/Item ? (Rename HDAS to HDEF)​
 
No IOReg
Missed:
Post #1/cloverHDMI
6. Notes
3. Skylake/HD 5x0, remove config.plist (if present)
• ACPI/DSDT/Patches/Item ? (Rename HDAS to HDEF)​


Sorry about that, I'll upload the file tomorrow! I'll hold off making any changes until then. Thanks!
 
Fix config.plist first
Restart
Verify HDMI audio
Reply with all requested new files

What exactly do I need to do to the config.plist?
 
Problem Reporting
  1. No Sound from HDMI and not there in output.
  2. macOS Sierra version 10.12.6 /ASUS P8Z77-V PRO BIOS version 2104/i7 3770k/Intel HD4000
  3. UNIBEAST, MULTIBEAST (audio ACL892) and the clover script for HDMI audio for HD4000
Please let me know if you need anything else.

Regards
Hey toleda

You didnt respond, did i do something wrong?
 
No Sound from HDMI
Apologies, missed your post
Script output missing
Patched Port 0x7 for DP, native HDMI is correct.
Remove config.plist/KernelAndKextPatches/KextsToPatch/Item 1 (t2-10.10-10.11-Capri-Port _0x7-HDMI2DP)
Save, Install, Restart
Reply with new files
 
Apologies, missed your post
Script output missing
Patched Port 0x7 for DP, native HDMI is correct.
Remove config.plist/KernelAndKextPatches/KextsToPatch/Item 1 (t2-10.10-10.11-Capri-Port _0x7-HDMI2DP)
Save, Install, Restart
Reply with new files
No worries.

So I mounted EFI and opened config.plist and I found this lines

Code:
<dict>
                <key>Comment</key>
                <string>t2-10.10-10.11-Capri-Port _0x7-HDMI2DP</string>
                <key>Find</key>
                <data>
                BAYAAAAIAAAGAAAA
                </data>
                <key>Name</key>
                <string>AppleIntelFramebufferCapri</string>
                <key>Replace</key>
                <data>
                BAYAAAAEAAAHAQAA
                </data>
            </dict>

So I have to delete this line only
Code:
<string>t2-10.10-10.11-Capri-Port _0x7-HDMI2DP</string>
or this
Code:
<key>Comment</key>
                <string>t2-10.10-10.11-Capri-Port _0x7-HDMI2DP</string>
                <key>Find</key>
                <data>
                BAYAAAAIAAAGAAAA
                </data>

I just found out that with clover configurator I could just click on disable it then save, would that be better?

I don't want to mess up and reinstall and all that.

thank you
 
Last edited:
Status
Not open for further replies.
Back
Top