Wifi Kext For Mac



Back in its glory days, the ASUS WL-138g V2 was the choice wireless adapter for anybody in the Hackintosh community who wanted to have WiFi on Mac OS X Leopard. The WL-138G V2 has become less relevant since then, as users have found newer and faster adapters for their computers. Link Thanks for watching Wifi slow on new version hackintosh 10.12.x need to update code.

Most of the notebooks that are releasing today are equipped with intel dual-band wireless cards. As they are not so costly as compared to their counterparts and perform really well in terms of speed and range, they became a perfect choice for notebook manufacturers. However till now, apple macOS doesn’t support these cards natively and also unlike windows, intel doesn’t make drivers for macOS which lefts no choice but to replace the intel wireless card with a supported one. But some manufactures impose wifi card whitelist in BIOS which makes the system un-bootable if the card replace is not whitelisted and also theses replacement cards don’t come with a cheap price tag. Which makes it a dealbreaker while making a Hackintosh notebook.

In 2016 a project was started to make intel wifi card compatible with macOS. The project created a lot of hope in the Hackintosh community however, due to some unknown reason the developer stopped working on the project and left unfinished.

Kext

Recently a developer zxystd (github) again started a project AppleIntelWifiAdapter in which he ported the Intel WiFi kext from OpenBSD Project, The kext was initially only working on macOS Catalina and some selected Intel WiFi models later the dev released another kext called itlwm which is working with all the released macOS versions post macOS sierra and added support for more Intel WiFi cards.

Load kext with sudo kextload -v AppleIntelWiFi.0131-1.kext/ This helped me see the WiFi in the settings menu and even scan for networks, but after 1 minute I get a restart which is common and affects everybody in the Chinese forum. So, it is progress but as @stevezhengshiqi said it is far from stable from now. I will keep following the topic. Call for contributors for an open source Intel WiFi Adapter Kext for Mac Os I know we are usually encouraged to buy compatible WiFi adapters for hackintoshing and yes, it makes sense. But what if I told you there's a group of contributors who have an open source project that you can contribute to? Fix the sierra wifi on mac's that have wifi cards that where removed from this OSX build because this build is not intended for those machines hence not supp.

Mac

As per the developers GitHub repo, the kexts supports the following Intel WiFi card models:

  • 3xxx: 3160, 3165, 3168
  • 7xxx: 7260, 7265
  • 9xxx9260, 9461, 9462, 9560
  • 22000ax200

The kext is currently in the development phase so some of the functions are broken like the wifi card appears as an ethernet connection in settings, so there is no WiFi icon on the toolbar. And also you cannot add new WiFi connections dynamically as the wifi connection details are hardcoded in the kext itself, so in future, after installing the kext if you change your wifi password or name you have to manually edit the wifi kext to make it connect again as of now.

See Also: Best wifi cards for Hackintosh laptop and PC.

Also, there are multiple issues reported by users in GitHub however, in my system the kext is working perfectly fine with intel ac7265

Kext

Wifi Kext

How to install Intel WiFi kext in macOS.

  1. Download the itlwm kext from here and also download plist editor if you don’t have already.
  2. Open the kext file by right mouse click and show contents.
  3. Open the info.plist file using plist editor.
  4. Then in IOKitPersonalities > itlwm > WIFIconfig > WIFI_1
  5. Add your wifi name and password. The kext as of now supports a maximum of 5 connections, you can add them in rest of the fields.
  6. . Run the following commands in terminal to load the kext:

The kext should load just fine and in settings > network tab, you will see a new ethernet connection, which is your wifi card.

Now you got your intel wifi card working on macOS however the above commands only loads the kext for the current session means whenever you shutdown or restart your system you have to enter the commands again to load the kext. To solve the issue you can add the kext into clover/kexts/others folder.

Wifi

Wifi Kext For Mac Os

Note: Just to be on the safer side you do not install the kext directly into library/extensions as it might break your system if not loaded correctly. Installing it into clover makes it easy to bypass the kext if an error occurred.