Contribute
Register

Catalina audio with ALC1150 on 100 series motherboard

Status
Not open for further replies.

PFG

Joined
Dec 15, 2016
Messages
99
Motherboard
Gigabyte Z170X-UD3
CPU
i7-6700K
Graphics
Vega 64
Mac
  1. iMac
  2. MacBook Air
Mobile Phone
  1. iOS
Does anyone have this combination working?

Mojave works fine with AppleALC and Lilu only

Thanks
 
Add the latest Lilu and AppleALC kext into Clover and directly into the /library/extensions folder.
Then run these commands and reboot

sudo chmod -Rf 755 /S*/L*/E*

sudo chmod -Rf 755 /L*/E*

sudo chown -Rf 0:0 /S*/L*/E*

sudo chown -Rf 0:0 /L*/E*


sudo kextcache -i /
 
It worked for me on Catalina 15.3 only when putting also AppleHDA.kext into both locations before fixing folder permissions ::headbang:

sudo chmod -R 755 /Library/Extensions
sudo chown -R root:wheel /Library/Extensions
sudo kextcache -i /

Reboot

check the other forum...
 
Add the latest Lilu and AppleALC kext into Clover and directly into the /library/extensions folder.
Then run these commands and reboot

sudo chmod -Rf 755 /S*/L*/E*

sudo chmod -Rf 755 /L*/E*

sudo chown -Rf 0:0 /S*/L*/E*

sudo chown -Rf 0:0 /L*/E*


sudo kextcache -i /


I am a Clover user and all my kexts are saved into EFI/kexts/Other. I tried the commands above, but it didn't work for me.
 
I've been trying everything here to get the audio and/or a second monitor to work (which did work with one combination) but with no luck.

I currently have the 3 kexts listed, downloaded into both locations 10.15 and 'other'
 
Status
Not open for further replies.
Back
Top