Contribute
Register

AppleHDA HDMI Audio [Guide]

I just restart my computer and HDMI missed from output devices list!
 
Last edited:
audio controller
Chip in the TV for HDMI audio, volume control is one of the chip's functions.
I tested on TOSHIBA TV too, Volume controller disabled in both
HDMI audio is a digital signal, no volume control at the source; by design.
Toshiba/Samsung convert digital signal into sound, volume is controlled at the device making the sound;
use the Toshiba/Samsung remotes.
Search for 3rd party solutions if the TV remote is unacceptable for volume control.
Off topic.
 
HDMI device (SAMSUNG / TOSHIBA) missed after rebooting.

Code:
$ioreg -rxn IOHDACodecDevice | grep VendorID
      "IOHDACodecVendorID" = 0x10de0072
  |   "IOHDACodecVendorID" = 0x10ec0900
 

Attachments

  • HDMI-NEW.zip
    2.5 MB · Views: 131
HDMI device (SAMSUNG / TOSHIBA) missed after rebooting.

Code:
$ioreg -rxn IOHDACodecDevice | grep VendorID
      "IOHDACodecVendorID" = 0x10de0072
  |   "IOHDACodecVendorID" = 0x10ec0900

Finally Fixed:

I tested a lot and I didn't find reason of the random missing HDMI devices in output devices list, So I think the following changes fixed my issue. I wish it help others with same issue:

I restored original AppleHDA.kext in S/L/E and moved Lilu and WhatEverGreen kexts to /L/E
and:
Code:
$ sudo chmod -R 755 /Library/Extensions
$ sudo chown -R root:wheel /Library/Extensions
$ sudo touch /System/Library/Extensions && sudo kextcache -u /

I attached Original AppleHDA.kext of macOS 10.13.6 (17G65)
 

Attachments

  • AppleHDA.kext-Original-10.13.6(17G65).zip
    1.7 MB · Views: 117
Last edited:
I have the same issue as @vahids . The HDA device randomly appears and disappears everytime I switch on my computer. When it appears, I can happily listen to audio - working flawlessly.
I have whatevergreen.kext and lilu.kext installed in EFI/CLOVER/kexts/Other. Does it make any difference compared to /L/E?
 
Last edited:
HDA device randomly appears and disappears everytime I switch on my computer.
See Post #1/IV. Problem Reporting; attach all requested files
Include:
  1. HDMI audio working files
  2. HDMI audio not working files
 
See Post #1/IV. Problem Reporting; attach all requested files
Include:
  1. HDMI audio working files
  2. HDMI audio not working files

Thanks for helping. I wasn't really reporting a problem, but more like asking a question :)
Could you please just tell me whether it makes any difference if I install whatevergreen.kext and lilu.kext in /L/E compared to /E/C/O?
 
See Post #1/IV. Problem Reporting; attach all requested files
Include:
  1. HDMI audio working files
  2. HDMI audio not working files

  1. Description of HDMI audio problem: The HDA device randomly appears and disappears everytime I switch on my computer. When it appears, I can happily listen to audio - working flawlessly.
  2. HS 10.13.6(17G65)/ASUS Z370-F/1601/8700K/GTX 1080Ti
  3. Guide followed more than a year ago with many modifications afterwards: www.insanelymac.com/forum/topic/330677-successguide-glasgoods-high-sierra-coffeelake-asus-strix-z370-g-i7-8700-gtx1080ti-uhd/
  4. working.zip - HDA working files - notice that here I had all kexts (including AppleALC) in E/C/O/
  5. not-working.zip - HDA not working files - notice that here I installed all kexts (including AppleALC) to L/E/ and removed everything from E/C/O/ except VirtualSMC.
  6. List of kexts:
AppleALC.kext IntelMausiEthernet.kext SMCProcessor.kext USBMap.kext WhateverGreen.kext
CodecCommander.kext Lilu.kext SMCSuperIO.kext VirtualSMC.kext

Thank you for your help!
 
Last edited:
Guide followed more than a year ago with many modifications afterwards
Not supported on this site
Audio is not correct.
  • Acpi / Fixes / FixHDA = True (checked)
Set to False
HDMI audio is not mentioned, what HDMI audio guide?
removed everything from E/C/O/ except VirtualSMC.
Why?
 
Last edited:
Back
Top