1 Star 0 Fork 0

peakcar / hackintosh_DELL_Vostro_3267_i5-6400

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CustomizingWifi.md 2.42 KB
一键复制 编辑 原始数据 按行查看 历史

Configure Wi-Fi

In this system the unit is installed module DW1707. As far as I know, this is a combined Wifi + bluetooth module based on Qualcomm Atheros AR9565. Starting with some version of macOS, Apple refused to support Atheros modules, so in Mojave you need to take the element that is responsible for supporting Atheros modules from the previous version of macOS.

How to make it work in macOS AR9565 Mojave 10.14.x

There are several ways to do this, ranging from the most effective (in my opinion) and ending with the most automated. All these methods do about the same thing, only in different ways.

Method 1
  1. You need to download the patched kext ' AirPortAtheros40.kext ` for AR9565 for macOS Mojave (for example, user chunnann posted various versions of this kext here on the forum insanelymac)
  2. Then you need to put AirPortAtheros40.kext inside another kext in /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns (you will likely need to enable show hidden files and folders, for example, using the program ShowHiddenFiles)
  3. And rebuild the kernel cache/cache kexts (I've done it - just run the program KextUtility and wait until the "Quit" button will become active and click on it).
Method 2

Use a special script specifically for AR9565 module of the threads on insanelymac

Open the terminal, copy the code below line by line and press "Enter" after inserting each line

curl -O https://raw.githubusercontent.com/kalifans/Darwin/Driver/ar956x-drv-osx.tar.gz
tar zxvf ar956x-drv-osx.tar.gz
cd ar956x-drv-osx
./ar956x-inst.sh
Method 3

Use a special program for modules with Atheros forum insanelymac

Method 4

Use a special program from the social network Vkontakte: https://vk.com/wall-135785821_1712

After applying one of these methods, you need to restart your computer.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/peakcar/hackintosh_DELL_Vostro_3267_i5-6400.git
git@gitee.com:peakcar/hackintosh_DELL_Vostro_3267_i5-6400.git
peakcar
hackintosh_DELL_Vostro_3267_i5-6400
hackintosh_DELL_Vostro_3267_i5-6400
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891