mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add support for some Intel network hardware
This commit is contained in:
@@ -548,6 +548,45 @@ NetworkIDs = [
|
|||||||
"1186-8168",
|
"1186-8168",
|
||||||
"10EC-2502",
|
"10EC-2502",
|
||||||
"10EC-2600",
|
"10EC-2600",
|
||||||
|
# AppleIGB.kext
|
||||||
|
"8086-034A",
|
||||||
|
"8086-0438",
|
||||||
|
"8086-043C",
|
||||||
|
"8086-0440",
|
||||||
|
"8086-10A7",
|
||||||
|
"8086-10A9",
|
||||||
|
"8086-10C9",
|
||||||
|
"8086-10D6",
|
||||||
|
"8086-10E6",
|
||||||
|
"8086-10E7",
|
||||||
|
"8086-10E8",
|
||||||
|
"8086-150A",
|
||||||
|
"8086-150D",
|
||||||
|
"8086-150E",
|
||||||
|
"8086-150F",
|
||||||
|
"8086-1510",
|
||||||
|
"8086-1511",
|
||||||
|
"8086-1516",
|
||||||
|
"8086-1518",
|
||||||
|
"8086-1521",
|
||||||
|
"8086-1522",
|
||||||
|
"8086-1523",
|
||||||
|
"8086-1524",
|
||||||
|
"8086-1526",
|
||||||
|
"8086-1527",
|
||||||
|
"8086-1533",
|
||||||
|
"8086-1534",
|
||||||
|
"8086-1535",
|
||||||
|
"8086-1536",
|
||||||
|
"8086-1537",
|
||||||
|
"8086-1538",
|
||||||
|
"8086-1539",
|
||||||
|
"8086-1546",
|
||||||
|
"8086-157B",
|
||||||
|
"8086-157C",
|
||||||
|
"8086-1F40",
|
||||||
|
"8086-1F41",
|
||||||
|
"8086-1F45",
|
||||||
# RtWlanU.kext, RtWlanU1827.kext and RT2870USBWirelessDriver.kext
|
# RtWlanU.kext, RtWlanU1827.kext and RT2870USBWirelessDriver.kext
|
||||||
"0409-0408",
|
"0409-0408",
|
||||||
"0411-0242",
|
"0411-0242",
|
||||||
|
|||||||
@@ -107,6 +107,11 @@ class gatheringFiles:
|
|||||||
"id": 826491527,
|
"id": 826491527,
|
||||||
"url": "https://github.com/dortania/OpenCore-Legacy-Patcher/raw/76516394fddb7ce4526ccbcc5b806795c30e9a89/payloads/Kexts/Acidanthera/AMFIPass-v1.4.1-RELEASE.zip"
|
"url": "https://github.com/dortania/OpenCore-Legacy-Patcher/raw/76516394fddb7ce4526ccbcc5b806795c30e9a89/payloads/Kexts/Acidanthera/AMFIPass-v1.4.1-RELEASE.zip"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"product_name": "AppleIGB",
|
||||||
|
"id": 736194363,
|
||||||
|
"url": "https://github.com/lzhoang2801/lzhoang2801.github.io/raw/main/public/extra-files/AppleIGB-v5.11.4.zip"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"product_name": "AppleIGC",
|
"product_name": "AppleIGC",
|
||||||
"id": 138279923,
|
"id": 138279923,
|
||||||
|
|||||||
@@ -642,6 +642,8 @@ class KextMaestro:
|
|||||||
kexts.append("RealtekRTL8100")
|
kexts.append("RealtekRTL8100")
|
||||||
elif 177 <= idx <= 180:
|
elif 177 <= idx <= 180:
|
||||||
kexts.append("RealtekRTL8111")
|
kexts.append("RealtekRTL8111")
|
||||||
|
elif 181 <= idx <= 218:
|
||||||
|
kexts.append("AppleIGB")
|
||||||
|
|
||||||
if bluetooth and macos_version > 20 and not wifi_pci in ["14E4-43A0", "14E4-43A3", "14E4-43BA"]:
|
if bluetooth and macos_version > 20 and not wifi_pci in ["14E4-43A0", "14E4-43A3", "14E4-43BA"]:
|
||||||
kexts.append("BlueToolFixup")
|
kexts.append("BlueToolFixup")
|
||||||
|
|||||||
Reference in New Issue
Block a user