From 9422ccb344022138a91cc74e1be94173a570e7aa Mon Sep 17 00:00:00 2001 From: Lorys89 <64613690+Lorys89@users.noreply.github.com> Date: Sun, 3 Jul 2022 12:24:00 +0200 Subject: [PATCH] Update readme wity macOS 13 info (#12) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6df4279..13332a3 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,12 @@ Possible values for brcmfx-aspm (and pci-aspm-default): - AirPortBrcmNIC: 43ba, 43a3, 43a0, IOProbeScore = 1400, kext is moved to the new location - IO80211FamilyLegacy.kext/Contents/PlugIns - AirPortBrcmNIC-MFG: removed +[13] +- AirPortBrcm4360: removed +- AirPortBrcm4331: removed +- AirPortBrcmNIC: 43ba, 43a3, 43a0, IOProbeScore = 1400, kext is moved to the new location - IO80211FamilyLegacy.kext/Contents/PlugIns +- AirPortBrcmNIC-MFG: removed + Explanation in russian language: (https://applelife.ru/threads/airportbrcmfixup-lilu-plagin-s-naborom-patchej-dlja-wi-fi-kart-broadcom.2355103/page-16#post-751173) Until version [10.13] there were only two kexts and for the most cases FakeID = 43a0 was enough to get working Wi-Fi. @@ -121,5 +127,5 @@ In 11+ class AirPortBrcm4360 has been completely removed. Using of injector kext loading of original airport kext. To address this issue and keep compatibility with older systems injectors for AirPortBrcm4360 and AirPortBrcmNIC were removed from main Info.plist file. Instead, the two new kext injectors are deployed in PlugIns folder: AirPortBrcm4360_Injector.kext and AirPortBrcmNIC_Injector.kext. ***You have to block (or remove) AirPortBrcm4360_Injector.kext in 11+.*** In OpenCore you can specify MaxKernel 19.9.9 for AirPortBrcm4360_Injector.kext. -In Clover you can have two different AirportBrcmFixup.kext, but in kext folder with version name 11 and 12 AirportBrcmFixup.kext must not contain AirPortBrcm4360_Injector.kext. You don't need these injectors at all if your ```vendor-id:device-id``` is natively supported by AirPortBrcmNIC or AirPortBrcm4360 (your device-id is included into Info.plist in these kexts). +In Clover you can have two different AirportBrcmFixup.kext, but in kext folder with version name 11 and 12 and 13 AirportBrcmFixup.kext must not contain AirPortBrcm4360_Injector.kext. You don't need these injectors at all if your ```vendor-id:device-id``` is natively supported by AirPortBrcmNIC or AirPortBrcm4360 (your device-id is included into Info.plist in these kexts).