This is my backup clover config and kext that I use for macOS 10.14.3 Mojave build 18D109 on Acer V3-471G. I do not yet understand about dsdt and ssdt patching, so I think it still needs more patch further, but for my daily use now I think it's enough.
- The model of the sound card is
Realtek ALC269
, which is driven byAppleALC
on layout-id 3 (Testing | speaker : good sound, headphone : good); injection information is located in/CLOVER/config.plist
.
- Native Bluetooth is [not working well], disabled.
- The model is
i5-2450M
2.5 GHz. In my old device temp is high 70-85 (sad). Maybe I try to replace my thermal paste.
- The model name is
Intel HD Graphics 3000
, renamed GFX0 -> IGPU in /CLOVER/config.plist. - The discrete graphics' name is
NVIDIA GeForce GT 630M
, disabled by-wegnoegpu
because macOS doesn't support Optimus technology. - Native brightness support.
- External vga and hdmi not tested yet
- Normal with
VoodooPS2Controller
- My device use 2x 500GB HDD work correctly. replaced cdrom with HDD more useful for me.
- Normal with
VoodooPS2Controller
- The wireless model is
Atheros AR9462
. Enabled byATH9KInjector
andATH9KFixup
- Mac App Store, iMessage fix, change SMBIOS from MacBookPro8,1 -> MacBookAir5,1 Ref
- copy really need kext in CLOVER/kext/other
- copy config.plist and generate new serial number to fix iMessege
for installing 3rd party kext, I use this guide.
Open Terminal.app, move to path you clone/download master
cd /move/to/path
copy all kext in path before, and enter your password
sudo cp -R *.kext /Library/Extensions
rebuild kext cache
sudo kextcache -i /
for install to System/Library/Extensions, I use kext installer like kextwizard
-
Apple for macOS
-
Thanks to Acidanthera for providing AppleALC, Lilu, and WhateverGreen.
-
Thanks to apianti, blackosx, blusseau, dmazar, and slice2009 for providing Clover.
-
Thanks to chunnann and black-dragon74 for providing ATH9KFixup.
-
Thanks to RehabMan for providing ACPIBatteryManager, OS-X-Clover-Laptop-Config, Realtek RTL8111 Network Driver, and VoodooPS2Controller.