Contribute
Register

No Audio Devices - AppleHDA Realtek Audio

No Available Output
Boot Log:
Code:
0:100  0:000  Starting Clover revision: 4497 on American Megatrends EFI
Clover 4497 disables audio, downgrade to previous version.
 
Clover 4497 disables audio, downgrade to previous version.

Downgraded to Clover Bootloader 4458 (don't remember even updating it, need to keep a log). Restarted and Sound! Thank you very much!!!!!
 
Boot Log:
Code:
0:100  0:000  Starting Clover revision: 4497 on American Megatrends EFI
Clover 4497 disables audio, downgrade to previous version.
That was the missing link that I forgot, the update to 4497 but I was able to get sound back as I described.
 
After the update to Clover 4497, I've lost audio and I cannot get it back :(
OS: 10.13.4
Gigabyte GA-Z87MX-D3H
Audio Codec ALC892

Later Edit: Downgraded to Clover Bootloader 4458 and sound is back!
Thank you!
 
Last edited:
For the people having problems with audio with Clover 4497 the fix is super simple:

The audio config in 4458 and before...

<key>Audio</key>
<dict>
<key>Inject</key>
<string>1</string>
</dict>

must be in this new Clover version 4497+

<key>Audio</key>
<dict>
<key>Inject</key>
<integer>1</integer>
</dict>

And that's all you have to do to use Clover 4497 and newer versions.
This is what I have with audio working and Clover v4497:
<key>Audio</key>
<dict>
<key>Inject</key>
<string>1</string>
<key>ResetHDA</key>
<true/>

I wonder why this is.
 
Clover Kaby Lake patch is not working
Try Quick Fix: Z370/200/X299/ Series Kaby Lake Audio/Method 2

Progress!
I used kextbeast to install FakePCIID.kext and FakePCIID_Intel_HDMI_Audio.kext to /Library/Extensions per linked fix method 2. (Unfortunately, I was careless and had left AppleHDA.kext on the desktop, so that also went into /L/E. I had kernel panics at boot before booting from recovery, checking /L/E, and rming AppleHDA.kext. Booted fine after that.)
I now see the Realtek device in DPCIManager but it is not present in System Information or System Preferences. I'm not sure how to proceed from here. Downgrade Clover? New files attached.
 

Attachments

  • No Realtek Device Problem Report Files-4.zip
    3 MB · Views: 52
Hi all of a sudden I lost audio, I tried reinstalling with audio_cloverALC method but nothing changed. I had a working build for several months without issues
Im on 10.13.4 (17E202)
MB Gigabyte GA-Z170X-Gaming 3-EU (ALC1150) biosV F22f
Intel I5-6600K, Radeon R280X
Used the audio_cloverALC method
Attached files as described in first post.
Can you help me? It drives me nuts!!

I rolled back to previous Clover and audio working again
 
Last edited:
For the people having problems with audio with Clover 4497 the fix is super simple:
Wrong. Fix, do not install 4497. Fixed in 4500.
Do not edit config.plist/.../Inject/Type
 
Last edited:
Attach files do not show MultiBeast installed patches
Likely, the wrong EFI partition was mounted for MultiBeast audio install.
I used EFI Mounter v3. The options I get to install the EFI partition are disk0S1, disk2S1, & disk3S1. Boot disk is disk1S1, see attached screenshot.
 

Attachments

  • Screen Shot 2018-05-29 at 4.34.23 PM.png
    Screen Shot 2018-05-29 at 4.34.23 PM.png
    39.1 KB · Views: 82
Back
Top