gnodipac886 / MatebookXPro-hackintosh

Hackintosh Solution for the Huawei Matebook X Pro
https://www.tonymacx86.com/threads/guide-matebook-x-pro-2018-using-hotpatch-vituralsmc-10-14-x.278730/
257 stars 57 forks source link

Audio Device Not Detected #105

Closed mircoianese closed 4 years ago

mircoianese commented 4 years ago

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

Chatbox1024 commented 4 years ago

AppleALC.kext v1.4.8 doesn't work. The latest one that works for me is v1.4.7

mircoianese commented 4 years ago

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

Chatbox1024 commented 4 years ago

What have / haven't you tried?

mircoianese commented 4 years ago

What have / haven't you tried?

This is what I tried so far:

-Checked that the Device Path is correct (and it is):

image

-Tried to change Apple ALC kext in Clover/kexts/other

-Made sure that the Kext is loading, and it seems to:

image

-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):

image

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.

CLOVER.zip

Thank you for your help

mircoianese commented 4 years ago

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