Contribute
Register

wifi card BCM94352HMB not detected

Status
Not open for further replies.
Joined
Feb 20, 2015
Messages
37
Motherboard
Delll inspiron 7559-5012 UHD (OpenCore)
CPU
i7-6700HQ
Graphics
HD 530, GTX 960m, 3840 x 2160
Mobile Phone
  1. Android
  2. iOS
Hello everyone,
I have install macos sierra on my laptop everything seems to be fine
but i have problem with wifi , bluetooth is working. My wireless card is BCM94352HMB . It was fine with el capitan.
Please help.
I am posting from phone because of problem in wifi card.
Thanks
 
There's a new patch required for that card. There was a post about it on another forum for DP1, but I think it has since been deleted. You will need to apply that patch.
 
Last edited:
How do you edit the kext and replace the text ? can you upload the fixed kext? thank
 
How do you edit the kext and replace the text ? can you upload the fixed kext? thank
Nothing to do with the kexts.
Apply the following patch in Clover to enable WiFi using the BCM94352
Kext: AirPortBrcm4360
Find: 81F952AA00007529
Replace: 81F952AA00006690

Through Clover config.plist:

<dict>
<key>Comment</key>
<string>AirPortBrcm4360 - fcvo</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>gflSqgAAdSk=</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>gflSqgAAZpA=</data>
</dict>

attached kexts and config.plist for references
screenshoot of config.plist.
 

Attachments

  • BCM94352HMB.zip
    19.6 KB · Views: 241
  • config-screen.shot.jpeg
    config-screen.shot.jpeg
    72.4 KB · Views: 488
Status
Not open for further replies.
Back
Top