Contribute
Register

AppleHDA HDMI Audio [Guide]

@toleda there is something wrong with SKL framebuffer patch. Normally I am using AppleALC.kext for sound. But I want to try this audio_cloverHDMI-130_v0.8.command. First I removed AppleALC.kext then start command patch. My system has just Intel HD530 graphics I choose just that options say no to AMD/Nvidia and as you say removed HDAS-HDEF from my ACPI/patch from config.plist and restart. But my sound is gone and every boot I starting to get the signal loss this loss just for a second. But I can boot. When I remove SKL framebuffer patch signal loss gone. Do I want to ask you this why is this signal loss happening?

I forgot this I am using IntelGraphicsFixup.kext should I remove this and use inject Intel and ig-platform-id?
 
Expected, sound will not return until cloverHDMI runs and installs the ssdts
Which ssdts are you mention? Hdas-hdef and 530HDMI? I already run this command audio_cloverHDMI-130_v0.8.command two ssdts already installed but no sound and extra signal loss came.
 
I have followed the guide, my device-id is b0 0f 00 00 and ioname pci10DE, fb0 - my card is 980ti evga

change id device in ssdt

Device (HDAU)
{
Name (_ADR, One) // _ADR: Address
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
Store (Package (0x0C)
{
"built-in",
Buffer (One)
{
0x00
},

"device-id",
Buffer (0x04)
{
0xB0, 0x0F, 0x00, 0x00
},

"AAPL,slot-name",
Buffer (0x07)
{
"Slot-1"
},

"device_type",
Buffer (0x16)
{
"Multimedia Controller"
},

"name",
Buffer (0x1D)
{
"NVIDIA High Definition Audio"
},

"hda-gfx",
Buffer (0x0A)
{
"onboard-2"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
}

add appleALC 1.2.4 and lilu 1.2.2 in clover kext and add clover kextstopatch find: DE100B0E replace: DE100FB0

no work dp sound, in 10.13.3 working ok with another id ..... what am I doing wrong ? thanks in advance




@toleda sorry , SOLVED, clover writing error replace: DE10B00F is ok now.
 
Last edited:
I lost sound of Display Port from installation of 10.13.4

Get my sound back by Workaround 1 in Post #2.

Nvidia HDMI Audio/10.13.4
Workarounds (select one):
  1. Backup 10.13.3/AppleHDA.kext_v280.12 prior 10 10.13.4 Update, install with kext installer to 10.13.4

If any of you need AppleHDA.kext_v280.12 (extracted from OS 10.13.3), see attachment.

My steps are:
1. After installation of OS 10.13.4, install [AppleHDA.kext_v280.12], restart
2. Install [Realtek ALC1150] and [100 / 200 / 300 Series Audio Support] by MultiBeast (Version 10.2.0), restart
3. Try plug in cable to different Display Ports on the graphic card, one of them worked for me.
 

Attachments

  • AppleHDA.kext.zip
    1.7 MB · Views: 768
See Post #1/Problem Reporting; attach all requested files
  1. No Sound and Signal Loss on boot,
  2. 10.13.4/Asus Z170-A/3703/6700k/HD530
  3. CloverHDMI
  4. Attached.
  5. Attached.
  6. Screenshots
    1. Attached.
    2. Attached.
    3. Attached.
  7. Attached.
  8. Attached.
  9. Attached.
  10. Clover (if installed)
    1. Attached.
    2. Attached.
    3. Attached.
    4. Attached.

 

Attachments

  • Archive.zip
    2.7 MB · Views: 88
Back
Top