94322在bigsur下完美驱动,opencore

折腾了好一阵子,94322用opencore,在bigsur下终于完美驱动了。

  1. 下载驱动:
    https://github.com/khronokernel/IO80211-Patches
    选择mojave版的,放到oc的kext目录;
    2.config.plist加载kext,代码贴上
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>IO80211Mojave.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/IO80211Mojave</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>IO80211Mojave.kext/Contents/PlugIns/AirPortBrcm4331.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/AirPortBrcm4331</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>

3.用hackintool找到网卡的接口(PCIE菜单),然后按照网卡对应的内容修改红字部分

	<key>P*ot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0)</key>
			<dict>
				<key>compatible</key>
				<string>pci14e4,432b</string>
			</dict>

4.重启

上一篇:调节mac OS CPU性能(黑苹果)


下一篇:USB定制