Contribute
Register

[solved] Kext for BCM4352

Status
Not open for further replies.
Kext for BCM4352

Mine looks like this one rather than the one downloaded.

And I need CA (Canada) for country code...

Can you take a look.
 

Attachments

  • config.plist
    9.1 KB · Views: 345
Kext for BCM4352

Mine looks like this one rather than the one downloaded.

And I need CA (Canada) for country code...

Can you take a look.

Your config.plist is corrupt. The valid country codes are linked from post #1 of the half-mini PCIe guide.
 
Kext for BCM4352

Why is corrupt ?

I just change the country code like in the 1st post.

I change the comment string "...-CA" and the replace data : 66 c7 06 55 53 eb 2b for 66 c7 06 43 41 eb 2b

43 41 = CA

Code:
            <dict>                
                <key>Comment</key>
                <string>10.11-BCM94352-5GHz-CA</string>
                <key>Find</key>
                <data>
                41 83 fc ff 74 2c 48
                </data>
                <key>Name</key>
                <string>AirPortBrcm4360</string>
                <key>Replace</key>
                <data>
                66 c7 06 43 41 eb 2b
                </data>
            </dict>

Exactly this post
 
Kext for BCM4352

Why is corrupt ?

I just change the country code like in the 1st post.

I change the comment string "...-CA" and the replace data : 66 c7 06 55 53 eb 2b for 66 c7 06 43 41 eb 2b

43 41 = CA

Code:
            <dict>                
                <key>Comment</key>
                <string>10.11-BCM94352-5GHz-CA</string>
                <key>Find</key>
                <data>
                41 83 fc ff 74 2c 48
                </data>
                <key>Name</key>
                <string>AirPortBrcm4360</string>
                <key>Replace</key>
                <data>
                66 c7 06 43 41 eb 2b
                </data>
            </dict>

Exactly this post

Your are creating an invalid plist. Use a plist editor (Xcode, PlistEditPro), never a text editor.

<data> is specified in base64 not hex. Your edits are why your config.plist is corrupt.
 
Kext for BCM4352

Thank you for making me discover PEdit Pro.

Here is my corrected and functional config.plist

And now, the 5Ghz work... I just added my mac address in the MAC filter of the router... :banghead:

too much protection
 

Attachments

  • config.plist
    9.4 KB · Views: 345
Kext for BCM4352

Thank you for making me discover PEdit Pro.

Here is my corrected and functional config.plist

And now, the 5Ghz work... I just added my mac address in the MAC filter of the router... :banghead:

too much protection

This plist has a valid patch for 5ghz CA.

Note that the AirportExtreme patch is not needed when using the FakePCIID kexts.

Also note that BCM4352 is not affected by the SMBIOS whitelist. That is only for abgn cards, not abgn/ac.
 
Kext for BCM4352

My 2,4 and 5 Ghz network works !

But not my bluetooth now.

I can't detect my iPhone or my Hackintosh.
 
Kext for BCM4352

My 2,4 and 5 Ghz network works !

But not my bluetooth now.

I can't detect my iPhone or my Hackintosh.

Bluetooth requires the BrcmPatchRAM kexts.
 
Kext for BCM4352

I already have the BrcmPatchRAM2.kext in my Clover folder.
 
Status
Not open for further replies.
Back
Top