94322在bigsur下完美驱动,opencore

介绍了94322网卡在Big Sur系统下使用OpenCore实现完美驱动的方法。需从指定链接下载mojave版驱动放到oc的kext目录,在config.plist加载kext,用hackintool找到网卡接口并修改对应内容,最后重启。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

折腾了好一阵子,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.重启

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值