Contribute
Register

<< Solved >> Catalina easy update and sound fix

Status
Not open for further replies.
Joined
May 7, 2016
Messages
8
Motherboard
Intel NUC
CPU
i5-5250U
Graphics
HD 6000
Mobile Phone
  1. iOS
Hello, all
Updated 2 machines from Mojave like real Mac (i3-5010/i5-5250, HD5500/HD6000)

1. Update Clover to Clover UEFI Boot Mode v2.4k r4961
info.plist from working Mojave - no changes
2. Download and install update from AppStore
3. All works fine except sound
Steps to fix sound (works on both machines):
1. Turn off sound hacks in Clover
2. Delete Voodoo from /Library/Extensions
3. Download latest AppleALC.kext and Lilu.kext and put them into /Library/Extensions
4. Search vanila AppleHDA.kext (I found from Mojave) if there is no such file and put into /Library/Extensions
5. The new files unable to work even after the kext rebuild because of the permissions, fix it
Code:
sudo chmod -R 755 /Library/Extensions
sudo chown -R root:wheel /Library/Extensions
6. kext cache rebuild
Code:
sudo kextcache -i /

Good luck )
 
Thanks! Your solution work to me.
I fix my ALC887 sound in Gigabyte H310M M.2 motherboard.
 

Attachments

  • Captura de Tela 2019-10-09 às 02.07.20.png
    Captura de Tela 2019-10-09 às 02.07.20.png
    1.8 MB · Views: 1,716
  • Captura de Tela 2019-10-09 às 02.07.47.png
    Captura de Tela 2019-10-09 às 02.07.47.png
    121.7 KB · Views: 1,673
Also, I've reformulated your solution a bit.
English is not my native language, so I write as I can ))

Uploaded files were downloaded from GitHub projects (AppleALC.kext, Lilu.kext)
AppleALC
Lilu


AppleHDA.kext was taken from working Mojave.
In addition, maybe remount root partition is required, but that step do all, who uses hachintosh, after the installation, so I missed it.
Code:
sudo mount -uw /

4. Move Voodoo.kext from /Library/Extensions to another folder (as a back-up) if applicable

This is a third-party sound driver that do not work on Catalina, there is no sense to backup it.
 
Last edited:
This worked for me! Thank you!!!
 
This is really good
its worked for me
Thanks!
 

Attachments

  • after.png
    after.png
    65.7 KB · Views: 962
  • before .png
    before .png
    50.8 KB · Views: 1,013
its worked for me:ASUS H97M-E/i5-4460/Realtek ALC887
Thanks a lot!
 

Attachments

  • 截圖 2019-10-17 上午9.48.20.png
    截圖 2019-10-17 上午9.48.20.png
    3.4 MB · Views: 418
English is not my native language, so I write as I can ))

Uploaded files were downloaded from GitHub projects (AppleALC.kext, Lilu.kext)
AppleALC
Lilu


AppleHDA.kext was taken from working Mojave.
In addition, maybe remount root partition is required, but that step do all, who uses hachintosh, after the installation, so I missed it.
Code:
sudo mount -uw /



This is a third-party sound driver that do not work on Catalina, there is no sense to backup it.

Actually, it still works for some machines. My laptop works great with this (HP Probook G1). The speakers are weak and I set the boost level to 3 in the info.plist and I can hear the audio better than the stock settings.

Catalina has done some strange things with the Audio and some video ports on Hackintosh.
 
Status
Not open for further replies.
Back
Top