1. 程式人生 > 其它 >黑蘋果11.0big sur驅動因特爾英特爾intel82599萬兆網絡卡教程

黑蘋果11.0big sur驅動因特爾英特爾intel82599萬兆網絡卡教程

技術標籤:黑蘋果

黑蘋果11.0big sur驅動因特爾英特爾intel82599萬兆網絡卡教程

第一步 下載得到這些東西(github上全都有)

第二步

複製檔案到kext資料夾 我的是這個

第三步

修改config.plist

在這個

<key>Kernel</key>
	<dict>
		<key>Add</key>
		<array>

的下邊

增加 下面的內容

             <dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>FakePCIID.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/FakePCIID</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>FakePCIID_Intel_GbX.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/FakePCIID_Intel_GbX</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>SmallTreeIntel8259x.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/SmallTreeIntel8259x</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>

然後重啟就ok了