其他分享
首页 > 其他分享> > 94322在bigsur下完美驱动,opencore

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>PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0)</key>
			<dict>
				<key>compatible</key>
				<string>pci14e4,432b</string>
			</dict>

4.重启

标签:bigsur,opencore,IO80211Mojave,0x0,kext,网卡,plist,Contents,94322
来源: https://blog.csdn.net/aryew/article/details/112426985