Contribute
Register

[Guide] Airport - PCIe Half Mini v2

Status
Not open for further replies.
Mine has 2 Antenna Connectors and not three
will it work?

I am also interested how to solve the 3 vs. 2 antenna issue, heard somewhere the connector has different diameter size.
 
Forum member arnoparigo found a place to order the BCM94352Z M2.NGFF WiFi / Bluetooth Combo card:

http://www.offerany.com/p-38191631476.html

If the quantity (7000+) is anything to go by, that should be enough for the hackintosh community :thumbup:
 
It is covered in post #1. Cross that bridge when you come to it (eg. when you have the hardware installed).

I get an boot error after card is put in
should i remove and configure it first?
in Windows 8.1 everything is fine

the debug.log is from a boot before the card is installed

2014-12-29 13.42.36.jpg
 

Attachments

  • config.plist
    6 KB · Views: 385
  • debug.log
    23.5 KB · Views: 224
  • DSDT.aml
    37.4 KB · Views: 222
  • SSDT.aml
    1.3 KB · Views: 232
try adding this to you config.plist under KernelAndKextPatches
<dict>
<key>Comment</key>
<string>10.10-BCM94352-5 GHz-US-FCC</string>
<key>Find</key>
<data>WFQAKxgsIQAg</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>VVMICjYcRwAK</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-BCM94352-Airport-Extreme</string>
<key>Find</key>
<data>axAAAHUN</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>axAAAJCQ</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-BT4LE-Handoff-Hotspot</string>
<key>Find</key>
<data>i4eMAQAA</data>
<key>Name</key>
<string>IOBluetoothFamily</string>
<key>Replace</key>
<data>uA8AAACQ</data>
</dict>

you are using the rebranded card right Lite-On WCBN606BH ?
 
no i oddest think so but i dont know ordered mine today did you get it to work yet ?
 
no i oddest think so but i dont know ordered mine today did you get it to work yet ?

I am not at home
i will Try it tonight
but it is a very good wifi card
 
okay cool im hoping for positive feedback.

you might have to use the bluetooth patch from page 1 also
 
I get an boot error after card is put in
should i remove and configure it first?

The photo shows the panic in the driver AppleAirPortBrcm43224.kext
See attach...

This occurs because of the options in the your Clover config.plist:
ACPI -> DSDT -> Fixes -> FixAirport_4000=Yes

By default, for Broadcom cards, option FixAirport_4000=Yes make inject to DeviceID=0x4312.
This loads the driver AppleAirPortBrcm43224.kext, that causes Panic.

To fix, you must set the option FixAirport_4000=No and use Airport Injection Methods from post#1.

Alternative method.
You can also use configuration inject through Clover config.plist. For this purpose it is necessary to have three options:
1. ACPI -> DSDT -> Fixes -> AddDTGP_0001=Yes
2. ACPI -> DSDT -> Fixes -> FixAirport_4000=Yes
3. Devices -> FakeID -> WIFI=0x43a014e4

The last option - a must. It make inject to DeviceID=0x43a0, and loads the driver AirPortBrcm4360.kext
 

Attachments

  • 2014-12-29 13.42.36.jpg
    2014-12-29 13.42.36.jpg
    120.8 KB · Views: 261
try adding this to you config.plist under KernelAndKextPatches

<dict>
<key>Comment</key>
<string>10.10-BCM94352-5 GHz-US-FCC</string>
<key>Find</key>
<data>WFQAKxgsIQAg</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>VVMICjYcRwAK</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-BCM94352-Airport-Extreme</string>
<key>Find</key>
<data>axAAAHUN</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>axAAAJCQ</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-BT4LE-Handoff-Hotspot</string>
<key>Find</key>
<data>i4eMAQAA</data>
<key>Name</key>
<string>IOBluetoothFamily</string>
<key>Replace</key>
<data>uA8AAACQ</data>
</dict>

You can also use configuration inject through Clover config.plist. For this purpose it is necessary to have three options:
1. ACPI -> DSDT -> Fixes -> AddDTGP_0001=Yes
2. ACPI -> DSDT -> Fixes -> FixAirport_4000=Yes
3. Devices -> FakeID -> WIFI=0x43a014e4

After doing this both steps it boots fine and Wifi works
thanks for the help Skvo and mosser

How do I see which connection my wifi uses?
802.11 ac/abgn 2,4 or 5 Ghz
 

Attachments

  • config.plist
    6.8 KB · Views: 326
Status
Not open for further replies.
Back
Top