Audio Device Not Detected
mircoianese opened this issue · 5 comments
Hello! First of all thanks for the amazing work done here.
I installed OSX 10.15.4 on my 2018 Matebook X Pro. Got almost everything working except for audio.
Under Settings - Sound
there are no output / input devices. From IORegistryExplorer I see that AppleALC is loading correctly.
I also tried to change layout-ids in Clover but with no luck.
I have not changed anything from the default config.plist provided in this repo.
Any idea?
Thank you
AppleALC.kext v1.4.8 doesn't work. The latest one that works for me is v1.4.7
AppleALC.kext v1.4.8 doesn't work. The latest one that works for me is v1.4.7
Still no luck. Replaced AppleALC-m8.kext with the 1.4.7 AppleALC.kext.
Still no audio device
What have / haven't you tried?
What have / haven't you tried?
This is what I tried so far:
-Checked that the Device Path is correct (and it is):
-Tried to change Apple ALC kext in Clover/kexts/other
-Made sure that the Kext is loading, and it seems to:
-Tried different layout-ids (5, 11, 13, 14, 21, 22, 28, 56, 57, 66, 97)
And the result is that no sound card is detected at all (so I'm not totally sure this is a layout-id issue):
Another thing I noticed is that Clover is adding at boot params that I did not specified in the config (for example -v). If I try to delete that param by pressing "O" at boot, it still boots in verbose mode. So I'm not totally sure if this can be related.
I will also attach my Clover folder.
Thank you for your help
Solved! Noticed that VoodooHDA was also present in the Kexts folder (not sure why). Removing that fixed the issue.
Was able to get audio working with layout-id 97 and AppleHDA 1.4.7!
Thanks once again