Contribute
Register

[Guide] Airport - PCIe Half Mini v2

Status
Not open for further replies.
do you have bluetooth? important part for me :)
 
do you have bluetooth important part for me :)

I think not
but i don't really understand how to use post #1
if you can help me I will try to use it

BCM4352 802.11ac Wireless Network Adapter
Vendor ID = 14E4
Device ID = 43B1


Bluetooth
Product ID = 0x200b
Vendor ID = 0x04ca
 

I have problems with these steps:
https://github.com/robvanoostenrijk/BrcmPatchRAM

I have found the
BCM20702A1_001.002.014.1443.1493.hex

Copy the firmware hex file matching your device from the Windows package, in this case "
BCM20702A1_001.002.014.1443.1493.hex"

The firmware file can now optionally be compressed using the included zlib.pl script:
zlib.pl deflate
BCM20702A1_001.002.014.1443.1493.hex > BCM20702A1_001.002.014.1443.1493.zhx

After this a hex dump can be created for pasting into a plist editor:
xxd -ps
BCM20702A1_001.002.014.1443.1493.zhx > BCM20702A1_001.002.014.1443.1493.dmp

Using a plist editor create a new firmware key under the BcmFirmwareStore/Firmwares dictionary.
Note that the version number displayed in OS X is the last number in the file name (1493 in our sample) + 4096.
So in this case the firmware version in OS X would be: "c14 v5589".

After configuring a key under BcmFirmwareStore/Firmwares, add your device ID as a new device for BrcmPatchRAM.
Configure the earlier firmware using its unique firmware key.

Open the BrcmNonApple.kext Info.plist and configured your device for both AppleUSBMergeNub as well as BroadcomBluetoothHostControllerUSBTransport.
To do this make a copy of an existing device and modify the device vendor id, product id and USB description as required.



How do I use zlib.pl

"zlib.pl deflate BCM20702A1_001.002.014.1443.1493.hex > BCM20702A1_001.002.014.1443.1493.zhx

gives me the error:
-bash: zlib.pl: command not found

And I do not know what to do with the .dmp file

"Using a plist editor create a new firmware key under the BcmFirmwareStore/Firmwares dictionary."
 
./zlib.pl BCM20702A1_001.002.014.1443.1493.hex > BCM20702A1_001.002.014.1443.1493.zhx

should do it

 
./zlib.pl BCM20702A1_001.002.014.1443.1493.hex > BCM20702A1_001.002.014.1443.1493.zhx

should do it



-bash: ./zlib.pl: Permission denied
 
wierd mine worked fine although i dont have the card yet so can't try it out :(
 
wierd mine worked fine although i dont have the card yet so can't try it out :(

dont know if they work but the zhx and dmp are in the zip file

your files are empty
both show 0 Byte

but that is not the problem
its only optional to compress it to zhx
I have the .dmp file
what do I have to do it in order that the firmware file gets onto the USB
 
Status
Not open for further replies.
Back
Top