Contribute
Register

[Guide] Airport - PCIe Half Mini v2

Status
Not open for further replies.
Code:
sudo cat /var/log/system.log | grep -i brcm[fp]

That should show us what BrcmPatchRAM is loading into your device.

Last login: Mon Jan 5 18:38:21 on consoleMasis-MacBook-Pro:~ Masi$ sudo cat /var/log/system.log | grep -i brcm[fp]
Password:
Jan 5 18:38:10 localhost kernel[0]: BrcmPatchRAM [04ca:200b]: Version 0.6a starting.
Jan 5 18:38:10 localhost kernel[0]: BrcmPatchRAM [04ca:200b]: USB [2CD05A130287 v274] "BCM20702A0" by "Broadcom Corp"
Jan 5 18:38:10 localhost kernel[0]: BrcmFirmwareStore: Retrieved firmware for firmware key "BCM20702A1_001.002.014.1443.1493_v5589".
Jan 5 18:38:10 localhost kernel[0]: BrcmFirmwareStore: Decompressed firmware (29774 bytes --> 70105 bytes).
Jan 5 18:38:10 localhost kernel[0]: BrcmPatchRAM [04ca:200b]: Firmware upgrade completed successfully.
Masis-MacBook-Pro:~ Masi$

Bildschirmfoto 2015-01-05 um 18.28.42.jpg


Why are there some failure and two versions loading?
And why is Version 0.6a loading when i have 0.7
 
There are no failures in the log extract you posted, thats a successful upload.
Also your system profile image shows a correct result.

And the log says v0.6a because I forgot to update the version in the log output o_O.
 
There are no failures in the log extract you posted, thats a successful upload.
Also your system profile image shows a correct result.

And the log says v0.6a because I forgot to update the version in the log output o_O.

sorry the failures where from earlier boots just saw it too late
How can I check if Bluetooth works correctly if I only have an iPhone 5S iOS 8.1.2 to connect?
AirDrop does not work
Handoff does not work
Sending an Image does not work
Connecting to my iPhone does not work
 
I made ​​a binary patch for the activation of a range of 5GHz on Broadcom BCM94352HMB.

File Name: AirPortBrcm4360
Find bytes: 01 58 54
Replace bytes: 01 58 58

For terminal:

Code:
sudo perl -pi -e 's|x01x58x54|x01x58x58|g' /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/AirPortBrcm4360

Code:
sudo touch /System/Library/Extensions/

Wait 30 sec, Restart, Use...


This patch is tested on my Broadcom BCM94352HMB from Lenovo FRU# 03T7135, 20200381.

Before patch:

85155d1393574508-guide-airport-pcie-half-mini-v2-2014-02-26.png


After patch:

attachment.php




Module AzureWave AW-CE123H need verification.
Test and tell someone about the results...

UPDATE:
Confirmed 5 GHz working: AzureWave AW-CE123H and other BCM94352HMB.
.


Hi, 5GHz Fix on my BCM94352HMB works, but now I can't connect to my wifi router because it is in 13th channel and my wlan card now supports only 1-11 channels in 2,4GHz mode. So what can I do do fix it?
 
Last edited by a moderator:
Hi, 5GHz Fix on my BCM94352HMB works, but now I can't connect to my wifi router because it is in 13th channel and my wlan card now supports only 1-11 channels in 2,4GHz mode. So what can I do do fix it?

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
 
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


I appreciative your quick respond and thank you. It works :)
 
Apply the Continuity patch and ensure that hand-over checkbox is listed in system preferences.

Check the other threads on this.
 
Anything else that can be done about the Azurewave Mini card USB issue reported on #818?

thx,
Om
 
You have USB issues. You need to resolve those first for the Bluetooth to start working.
 
Status
Not open for further replies.
Back
Top