Contribute
Register

AirPortBrcm4360.kext is being replaced

Status
Not open for further replies.
Sorry for the very late reply, really I am. I hope you have the issues worked out for this. For what it is worth, to answer your question this is what I am using (still works for newly released High Sierra 13.2):

I have no kexts in the EFI/CLOVER/KEXTS/10.13/Other folder. In the 10.13 folder, I have a lot of Rehabman's wonderful work:
BrcmFirmwareData.kext
BrcmPatchRAM2.kext
FakePCIID_Broadcom_WiFi.kext
and FakePCIID.kext
. --- all of these are the latest versions he has available.

For the config.plist entries, I use:
Code:
<key>FakeID</key>
        <dict>
...
            <key>WIFI</key>
            <string>0x43a014E4</string>
...
along with:
Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>BCM4352-fvco, (credit Sherlocks based on the-darkvoid original)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                gf9SqgAAdMQ=
                </data>
                <key>Name</key>
                <string>com.apple.driver.AirPort.BrcmNIC-MFG</string>
                <key>Replace</key>
                <data>
                gf9SqgAAZpA=
                </data>
            </dict>
...
That is it. Again, I apologize for not answering earlier. HTH.

jerryy2345

Thanks for this!
 
Status
Not open for further replies.
Back
Top