Kexts

What kexts do you need?

The kext that is absolutely required

VirtualSMC.kext (Or FakeSMC.kext) is as aforementioned essential. This kext is what tells macOS "Yes this is a real mac", emulating the functionality of the SMC on real mac's (from there the name). Without it, no Hackintosh.

Where can I find these kexts?

All the kexts shown here are available for download on the kext repo provided and maintained by Goldfish64. All these kexts are automagically built when a new kext update is commited.

Ethernet

USB

  • USBInjectAll.kext - best explained by the creator of the kext himself: In 10.11+ Apple has changed significantly the way the USB drivers work. In the absense of a port injector, the drivers use ACPI to obtain information about which ports are active. Often, this information is wrong. Instead of correcting the DSDT, a port injector can be used (just as Apple did for their own computers)

  • GenericUSBXHCI.kext - this kext is often needed for USB 3 support, especially on FX.

Graphics

  • Whatevergreen.kext - this kext fixes a lot of GPU related issues.

  • Lilu.kext - this kext acts as a loader for other kexts. More specifically it can patch kexts, processes and libraries.

WiFi and Bluetooth

(I myself don't use bluetooth nor WiFi so I don't have knowledge in that, but here is some information on the subject by CorpNewt. Check Credits for more info) Apple is pretty minimal with their WiFi support, so I'll only cover the two main chipsets I'm familiar with. I've used a BCM94360CD + PCIe adapter, and BCM94352HMB/BCM94352Z in my Hackintoshes. The BCM94360CD worked OOB with no extras as it's a native card. For the BCM94352 flavors, I've been using AirportBrcmFixup.kext and the companion Lilu.kext for WiFi setup and BrcmBluetoothInjector.kext (on 10.13.6+) or BrcmPatchRAM2.kext alongside BrcmFirmwareData.kext - all of the Brcm* kexts are from RehabMan's OS-X-BrcmPatchRAM repo.

Audio

  • VoodooHDA.kext - a jack of all trades master of none solution to audio. Required on FX, but has better alternatives on Ryzen.

  • If you are on Ryzen and have a supported codec we will be using native audio, this will be setup later on. This has a better quality than VoodooHDA along with other improvements.

Misc

Extra

Depending on what hardware you have in your machine you might need some other kexts. This list is more to be used to give you a general idea, you will probably have to do some google-fu.

Last updated