Contribute
Register

AppleHDA HDMI Audio [Guide]

I need some help.
Nvidia discrete graphics card 10de13c2 found on PEG0@1/GFX0@0

Trying this method to install audio for Display port but this is the output I'm getting from terminal:
Nvidia discrete graphics card 10de1c03 found on PEG0@1/GFX0@0

Try to change code 10de XXXX in kexttopatch
 

Attachments

  • Schermata 2018-04-01 alle 08.32.55.png
    Schermata 2018-04-01 alle 08.32.55.png
    40.7 KB · Views: 411
Seems I don’t have that in my config.plist anyway. :roll2:
you must insert / write on the config.plist as in the picture I posted in the previous post, instead of my own "10DEF010"

Code:
<dict>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
               DE100B0E 
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>com.apple.driver.AppleHDAController</string>
                <key>Replace</key>
                <data>
                DE101C03
                </data>
            </dict>
 
Last edited:
you must insert / write on the config.plist as in the picture I posted in the previous post, instead of my own "10DEF010"

OK adding the code you posted didn't work, should I be using the reference to my card? (10de1c03)? I just copied and pasted what you posted.

Nvidia discrete graphics card 10de1c03 found on PEG0@1/GFX0@0
 
The process that enabled all Nvidia HDMI audio codecs has been disabled in 10.13.4 AppleHDAController.kext
Hi Toleda,
Not issue - just my 10.13.4 feedback : upgrade did not break HDMI audio (using DVI to HDMI adapter)
I use : NvidiaGraphicsFixup.kext 1.2.2; Lilu.kext 1.2.2; AppleALC.kext 1.2.2
NvidiaGraphicsFixup.kext 1.2.2 still enable HDMI audio (if removed no more HDMI audio sound)
 

Attachments

  • LGSioreg.ioreg
    3.1 MB · Views: 114
Last edited:
If u want this is the 10.13.4 file , i extract with pacifist from the .app file :D
 

Attachments

  • AppleHDA.kext
    0 bytes · Views: 131
Back
Top