- Joined
- May 7, 2016
- Messages
- 8
- Motherboard
- Intel NUC
- CPU
- i5-5250U
- Graphics
- HD 6000
- Mobile Phone
-
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
6. kext cache rebuild
Good luck )
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
Code:
sudo kextcache -i /
Good luck )