Contribute
Register

[solved] Kext for BCM4352

Status
Not open for further replies.
Add the patch for IOBluetoothFamily to your config.plist. Use a plist editor and copy/paste.


there is no IOBluetoothFamily entry in my config.plist
 

Attachments

  • config.plist
    4.3 KB · Views: 267
Kext for BCM4352



BCM4332 not supported (text of post), but BCM4352 (title of thread) is.

BCM94352 requirements:
- FakePCIID.kext and FakePCIID_Broadcom_WiFi.kext: https://github.com/RehabMan/OS-X-Fake-PCI-ID. Install with Kext Wizard to /S/L/E.
- BrcmPatchRAM: https://github.com/RehabMan/OS-X-BrcmPatchRAM. Read the README carefully.
- 5Ghz patch for WiFi documented here: http://www.tonymacx86.com/network/104850-guide-airport-pcie-half-mini-v2.html
- handoff patch for bluetooth documented here: http://www.tonymacx86.com/network/104850-guide-airport-pcie-half-mini-v2.html

As I understand, I can get the wifi works (at least at 2.4Hz) after completes the first 2 steps you mentioned. But in fact wifi doesn't work at all (no wifi network in System->Network, as well as no wifi icon on status bar). Am I missing something?
Or must I complete all the steps to get it work?
For more detail:
- Installed FakePCIID.kext, FakePCIID_Broadcom_WiFi.kext, BrcmPatchRAM2.kext, BrcmFirmwareRepo.kext to S/L/E
- Testing on Sierra
- PC configuration: Dell M7510, i7 6920HQ with HD530, Quadro M2000M
 

Attachments

  • CLOVER.zip
    1.5 MB · Views: 133
Last edited:
As I understand, I can get the wifi works (at least at 2.4Hz) after completes the first 2 steps you mentioned. But in fact wifi doesn't work at all (no wifi network in System->Network, as well as no wifi icon on status bar). Am I missing something?
Or must I complete all the steps to get it work?
For more detail:
- Installed FakePCIID.kext, FakePCIID_Broadcom_WiFi.kext, BrcmPatchRAM2.kext, BrcmFirmwareRepo.kext to S/L/E
- Testing on Sierra
- PC configuration: Dell M7510, i7 6920HQ with HD530, Quadro M2000M

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

Attach all your requested files. By the way, with this configuration, Intel HD530 also not works (installed FakePCIID_Intel_HD_Graphics.kext and update config.plist as attached). Really appreciate if you have a look and give me some clue on that too. Thanks.
 

Attachments

  • Archive.zip
    2 MB · Views: 143
Attach all your requested files. By the way, with this configuration, Intel HD530 also not works (installed FakePCIID_Intel_HD_Graphics.kext and update config.plist as attached). Really appreciate if you have a look and give me some clue on that too. Thanks.

Your config.plist is missing the 'fcvo' patch by the-darkvoid.
 
Your config.plist is missing the 'fcvo' patch by the-darkvoid.
It works. Thanks a lot. It saved me from searching and preparing everything on a second PC, quite annoyed.
 
I try this on my PC Mac OS Sierra 10.12.1 with Asus PCE 56 but don't work to me. On Yosemite ewerythings works greate.
 
Last edited:
I try this on my PC Mac OS Sierra 10.12.1 with Asus PCE 56 but don't work to me. On Yosemite ewerythings works greate.

Must use correct version of FakePCIID kexts. And you need fcvo patch.
 
Status
Not open for further replies.
Back
Top