Jump to content
826 posts in this topic

Recommended Posts

With the card does not start, go to KP

4352 WiFi requires device id injection, see Airport Injection Methods, Post #1

4352 BT requires firmware update, see BCM94352 BT, Post #1.

Am I the only person with a native working 4360CD on a PCIe X1 adapter that is slow with AirDrop?

Don't use PCIe X1; no AirDrop issues with PCIe HM.

4352 WiFi requires device id injection, see Airport Injection Methods, Post #1

4352 BT requires firmware update, see BCM94352 BT, Post #1.

 

Then a step forward was made, I installed these kext: http://www.hackintoshosx.com/files/file/4352-mini-pci-bcm4352-fully-working-with-handoff/  the result is this:

 

BT not found and Wi-Fi working
 
I include photos

post-194249-0-75445800-1418383226_thumb.png

post-194249-0-28872400-1418393069_thumb.png

Hi guyz! Someone can help me to fix non-recognize BT on Yosemite 10.10.1? I have an Asus Rampage V (X99) My bluetooth is BCM4360 Vendor 14E4, Device 43A0 is a WIFI/BT Combo, i don't have a DSDT and SSDT, simply [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] and Chimera, only WIFI works (without 5Ghz) Please help me!! =) Thanks a lot

Don't use PCIe X1; no AirDrop issues with PCIe HM.

 

I installed this card in my Gigabyte X87MX-D3H based hack and the only problem I have left to solve is that iOS8-to-PC connections are a bit slow. PC-to-PC connections are much quicker.

 

Note: Someone said that this card wouldn't work on this motherboard, but it does.

  • 2 weeks later...

Hi, I have Mavericks 10.9.5 and now I bought half-mini PCIe card - BCM94352 HMB - 2.4/5 GHz, ac+abgn, 2 stream, 867 Mbs + BT (4.0).

 

I edited plist in AirPortBrcm4360 and WLAN now works, but only in 2,4GHz mode and it supports channels 1-14. If I use method to fix 5GHz, then my card supports channels 1-11 in 2,4GHz and other in 5GHz.

But AccessPoint in my work has 13th channel and I can't to joint. So how to fix this card to support 2,4 + 5 GHz and with channels 1-13 or 1-14 ?

 

thanks

Hi, I have Mavericks 10.9.5 and now I bought half-mini PCIe card - BCM94352 HMB - 2.4/5 GHz, ac+abgn, 2 stream, 867 Mbs + BT (4.0).

 

I edited plist in AirPortBrcm4360 and WLAN now works, but only in 2,4GHz mode and it supports channels 1-14. If I use method to fix 5GHz, then my card supports channels 1-11 in 2,4GHz and other in 5GHz.

But AccessPoint in my work has 13th channel and I can't to joint. So how to fix this card to support 2,4 + 5 GHz and with channels 1-13 or 1-14 ?

 

New 5GHz Fix for OS X 10.9.5:

 

Name: AirPortBrcm4360

Find: 58 54 00 20 17 27 20 00 00

Replace: 58 54 00 1B 67 31 95 00 09

 

After patch supported channels:

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140

 

Driver AirPortBrcm4360.kext in OS X 10.10 has a "whitelist" of compatible models of computers...

 

For Wi-Fi modules with DeviceID=0x4353 (series Broadcom BCM943224xx), whitelist contains:

Mac-66F35F19FE2A0D05 - MacBookAir5,1 -(11-inch Mid 2012)

Mac-2E6FAB96566FE58C - MacBookAir5,2 - (13-inch Mid 2012)

 

 

BCM943224HMS in OS X 10.10 work natively, only used model MacBookAir5,1 and MacBookAir5,2.

Clover knows about MacBookAir 5,2,  enough to specify in the config:

attachicon.gifСнимок экрана 2014-08-24 в 15.56.13.png

 

 

If you do not want to rename the model, you need a patch driver AirPortBrcm4360.kext

For details, see the post #1

Thanks Skvo,

My DW1520 BCM943224HMS works using MacBookAir5.2, could get to internet, but AirDrop doesn't work. 

I've tried patching so that it reads Airport Extreme, but doesn't resolve.

Am I missing some other patch?

Hi all,

I am using half-mini PCIe card - BCM94352 HMB - 2.4/5 GHz, ac+abgn, 2 stream, 867 Mbs + BT (4.0).

 

For bluetooth 4, it work with vallina kext, just edit info.split as below:

<key>Bluetooth 4.0 USB BCM943225HMB</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
			<key>IOClass</key>
			<string>BroadcomBluetoothHostControllerUSBTransport</string>
			<key>IOProviderClass</key>
			<string>IOUSBDevice</string>
			<key>idProduct</key>
			<integer>12949</integer>
			<key>idVendor</key>
			<integer>5075</integer>
		</dict>
		<key>Bluetooth 4.0 USB BCM94352</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
			<key>IOClass</key>
			<string>BroadcomBluetoothHostControllerUSBTransport</string>
			<key>IOProviderClass</key>
			<string>IOUSBDevice</string>
			<key>idProduct</key>
			<integer>8699</integer>
			<key>idVendor</key>
			<integer>2652</integer>
		</dict>
Guest
This topic is now closed to further replies.
×
×
  • Create New...