Contribute
Register

[Guide] Airport - PCIe Half Mini v2

Status
Not open for further replies.
I have a BCM94532Z. I'm running into the issue that my wifi is visible, but I can't enable it (nothing happens when clicking turn on) and Bluetooth is just missing altogether.

I tried pretty much every method and patch I could find, but my current setup is:
  • Kext: FakePCIID_Broadcom_WiFi.kext, FakePCIID.kext, BrcmPatchRAM2.kext, BrcmFirmwareRepo.kext in /L/E (also tried /S/L/E and EFI other)
  • fcvo patch in config.plist (see attachment)

I'm pretty much out of things to try, and hope somebody can help. I attached all files requested in post #1, except for Airport console logs as there were none.
 

Attachments

  • files.zip
    1.1 MB · Views: 86
I have a BCM94532Z. I'm running into the issue that my wifi is visible, but I can't enable it (nothing happens when clicking turn on) and Bluetooth is just missing altogether.

I tried pretty much every method and patch I could find, but my current setup is:
  • Kext: FakePCIID_Broadcom_WiFi.kext, FakePCIID.kext, BrcmPatchRAM2.kext, BrcmFirmwareRepo.kext in /L/E (also tried /S/L/E and EFI other)
  • fcvo patch in config.plist (see attachment)

I'm pretty much out of things to try, and hope somebody can help. I attached all files requested in post #1, except for Airport console logs as there were none.

What hardware do you have?
No details in your profile.
 
What hardware do you have?
No details in your profile.

Hi, I tried to fill it but almost all things I have are missing as options.

Model: HP Envy 15-as00nd
CPU: Intel i5-6200u
GPU: Intel HD graphics 520
SSD: SATA 60GB
WIFI: Broadcom BCM94352Z wifi+bt
OS: macOS Sierra 10.12.6
 
Hi, I tried to fill it but almost all things I have are missing as options.

Model: HP Envy 15-as00nd
CPU: Intel i5-6200u
GPU: Intel HD graphics 520
SSD: SATA 60GB
WIFI: Broadcom BCM94352Z wifi+bt
OS: macOS Sierra 10.12.6

Laptop questions are off-topic in the desktop forums.
Open a separate thread in the appropriate laptop forum.

Be prepared to attach all "Problem Reporting" files as per FAQ.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Sorry for asking such a stupid question. My computer already have a wifi card but I can't unscrew its only bolt. Can I install the compatible wifi card at the remaining mini 1/2 PCI port? Thanks
 
Last edited:
Hi guys,

I bought a mini PCI WiFi card compatible (BMC943224 HMS) for HP EliteBook 8560p with OSX Sierra 10.12.6 installed. I used the repo of Rebhan (https://github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch) to enable features and make it works.
I'm trying to make WiFi works but I haven't be capable to do it. My best approach is using FakePCIID method and whitelist patch on Clover, the card appears be correctly detected, appears WiFi interface on network settings, is identified by DPCIManager. But when I try to enable WiFi it doesn't works.

Captura de pantalla 2017-08-31 a las 10.55.01.png
Captura de pantalla 2017-08-31 a las 10.55.13.png
Captura de pantalla 2017-08-31 a las 10.56.19.png

Captura de pantalla 2017-08-31 a las 10.56.32.png

Captura de pantalla 2017-08-31 a las 10.57.22.png


And here I post the patchs I have on Clover.

Code:
<dict>
                <key>Comment</key>
                <string>AirPortBrcm4360 whitelist patch (board-id), 10.12.dp1, credit RehabMan</string>
                <key>Find</key>
                <data>
                MdtMO33YdRI=
                </data>
                <key>MatchOS</key>
                <string>10.12.x</string>
                <key>Name</key>
                <string>com.apple.driver.AirPort.Brcm4360</string>
                <key>Replace</key>
                <data>
                Mdv/w5CQkJA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>10.10.2+ 5Ghz ES ESTI, the-darkvoid</string>
                <key>Find</key>
                <data>
                QYP8/3QsSA==
                </data>
                <key>MatchOS</key>
                <string>10.10.x,10.11.x</string>
                <key>Name</key>
                <string>com.apple.driver.AirPort.Brcm4360</string>
                <key>Replace</key>
                <data>
                ZscGRVPrKw==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>AirPortBrcm4360 - fcvo, 10.12.x (credit the-darkvoid)</string>
                <key>Find</key>
                <data>
                gflSqgAAdSk=
                </data>
                <key>MatchOS</key>
                <string>10.12.x</string>
                <key>Name</key>
                <string>com.apple.driver.AirPort.Brcm4360</string>
                <key>Replace</key>
                <data>
                gflSqgAAZpA=
                </data>
            </dict>

I'm a little confused about what I'm doing bad, Is any configuration else that I forgot or any mistake I made?.

Thanks.
 
Hi guys,

I bought a mini PCI WiFi card compatible (BMC943224 HMS) for HP EliteBook 8560p with OSX Sierra 10.12.6 installed. I used the repo of Rebhan (https://github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch) to enable features and make it works.
I'm trying to make WiFi works but I haven't be capable to do it. My best approach is using FakePCIID method and whitelist patch on Clover, the card appears be correctly detected, appears WiFi interface on network settings, is identified by DPCIManager. But when I try to enable WiFi it doesn't works.

View attachment 275690 View attachment 275691 View attachment 275692
View attachment 275693
View attachment 275694

And here I post the patchs I have on Clover.

Code:
<dict>
                <key>Comment</key>
                <string>AirPortBrcm4360 whitelist patch (board-id), 10.12.dp1, credit RehabMan</string>
                <key>Find</key>
                <data>
                MdtMO33YdRI=
                </data>
                <key>MatchOS</key>
                <string>10.12.x</string>
                <key>Name</key>
                <string>com.apple.driver.AirPort.Brcm4360</string>
                <key>Replace</key>
                <data>
                Mdv/w5CQkJA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>10.10.2+ 5Ghz ES ESTI, the-darkvoid</string>
                <key>Find</key>
                <data>
                QYP8/3QsSA==
                </data>
                <key>MatchOS</key>
                <string>10.10.x,10.11.x</string>
                <key>Name</key>
                <string>com.apple.driver.AirPort.Brcm4360</string>
                <key>Replace</key>
                <data>
                ZscGRVPrKw==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>AirPortBrcm4360 - fcvo, 10.12.x (credit the-darkvoid)</string>
                <key>Find</key>
                <data>
                gflSqgAAdSk=
                </data>
                <key>MatchOS</key>
                <string>10.12.x</string>
                <key>Name</key>
                <string>com.apple.driver.AirPort.Brcm4360</string>
                <key>Replace</key>
                <data>
                gflSqgAAZpA=
                </data>
            </dict>

I'm a little confused about what I'm doing bad, Is any configuration else that I forgot or any mistake I made?.

Thanks.


Files required by "problem reporting" on guide section.
 

Attachments

  • Archivo comprimido.zip
    642.7 KB · Views: 83
Im wondering if someone could help me. Im struggling with UK Country Code KextToPatch. Im currently using US which works fine on both 2.4Ghz & 5Ghz on my Access Point however if i try and connect to a Hotspot at a Cafe it refuses to connect. Im stuck with KextToPatch.

Screen Shot 2017-09-01 at 07.38.24.png
Screen Shot 2017-09-01 at 07.38.48.png
Screen Shot 2017-09-01 at 07.41.28.png
 
Status
Not open for further replies.
Back
Top