Contribute
Register

Haswell HDMI Audio

Status
Not open for further replies.
None. Not sure what was attached, suggest MaciASL for dsdt editing.

Sorry it was not clear at all. It was an IOReg dump. I'm now attaching 2 ioreg dumps, one with my custom DSDT and one without. In both cases, no HDMI audio in sys prefs.
View attachment Archive.zip

In both cases I confirmed they're loaded as SSDT-6 by extracting them with MaciASL (which is what I use for DSDT edits).

On a separate note, any idea why I can't boot while using drop ssdts? Will my PWM ssdt still work (it get's loaded as SSDT-5)?
 
In both cases, no HDMI audio in sys prefs.
On a separate note, any idea why I can't boot while using drop ssdts? Will my PWM ssdt still work (it get's loaded as SSDT-5)?
The ssdt is working, what HDMI device is attached?
unedited dsdt has no effect, not needed.
PM ssdt is working
No idea why 9 series cannot drop tables.
 
The ssdt is working, what HDMI device is attached?
unedited dsdt has no effect, not needed.
PM ssdt is working
No idea why 9 series cannot drop tables.

I was playing dropping individual tables, unfortunately I left my results on a sticky note at home, I'll get them up soon.

IGPU is disabled, GTX 760 is set as primary. No HDMI devices are hooked up (monitor is DVI only, but I can plug it TV to test) however that shouldn't stop the interfaces from showing up in system preferences right?

Also just to clarify, I'm using vanilla AppleHDA since I don't need onboard audio (using USB).
 
No. No HDMI connected, no HDMI choice in Preferences.

Oh I was unaware of that, I'll test asap.

I can confirm, upon plugging in an HDMI screen 1) HDMI out shows up in system preferences 2) audio plays over HDMI device's speakers.
 
no hdmi!
OSX 10.9.3, GA Z87N WIFI, I7 4770K MINI ITX, EVGA GTX 760, CRUCIAL SSD 128GB, SEAGATE BARRACUDA 1TB HD.

Guide Haswell Hdmi audio dsdt or ssdt v1.3
-8 series HDMI audio enabling techniques selected:
-1. series HDMI Audio dsdt (with dsdt edit)
-1. Installation - 8 series hdmi audio dsdt
-1.-7. no errors:-8. installed dsdt
-9. rebuild kernel,
-10.restart
-11. NO HDMI

Trouble Shooting: system info.,no hdmi, ioreg: GFX@2


I TRASHED ACCIDENTLY THE EDITED DSDT
 

Attachments

  • snowganz’s Mac Pro.ioreg
    2.4 MB · Views: 121
Missed an edit in audio_cloverHDMI/config-hdmi_hd4600-92/ACPI/DropTables/SaSsdt
Add the following to config.plist:
Code:
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>SaSsdt </string>
                <key>Comment</key>
                <string>HD4600+ HDMI Audio, copy/paste 2 properties</string>
            </dict>
        </array>

Hello toleda,

I have a short question. Is the space after SaSsdt correct? Thanks.
 
Ah, ok. :) I was unsure, because there is no information about the space in your guide on https://github.com/toleda/audio_CloverHDMI

3. ssdt injection 1. Clover/config.plist
1. ACPI/SSDT/DropTables/SaSsdt
2. HDMI audio edited ssdt
1. Installation EFI/Clover/ACPI/patched/SSDT-1.aml (-1 as
 
Status
Not open for further replies.
Back
Top