BCM94360Z4
/ BCM94360Z3
m.2 NGFF
四天线笔记本无线网卡
Broadcom BCM94360Z4
802.11a/g/n/ac WLAN + Bluetooth m.2 NGFF
Dual Band Combination Card
Item specifics:
- BCM94360Z4
- 3x ant. + 1x ant. BT, MIMO 3×3
- M.2 2630
- 802.11ac Dual Band 802.11AC
- 1300Mbps
- BlueTooth 4.0
- OS:Support
macOS
/Windows
/linux
WLAN:
BCM4360 802.11AC
- Vendor:
0x14E4
- Device:
0x43A0
BlueTooth:
BCM20702
- Vendor ID:
0x33BA
- Product ID:
0x03E8
- Vendor:
Broadcom BCM94360Z3
802.11a/g/n/ac WLAN + Bluetooth m.2 NGFF
Dual Band Combination Card
Item specifics:
- BCM94360Z3
- 2x ant. + 1x ant. BT, MIMO 3×3
- M.2 2230
- 802.11ac Dual Band 802.11AC
- 867Mbps
- BlueTooth 4.0
- OS:Support
macOS
/Windows
/linux
WLAN:
BCM4360 802.11AC
- Vendor:
0x14E4
- Device:
0x43A0
BlueTooth:
BCM20702
- Vendor ID:
0x33BA
- Product ID:
0x03E9
- Vendor:
BCM94360Z4
天线接法
笔记本天线的接法:
- 建议1
如果wifi信号差(比如金属后壳)
j0
/j1
都接屏幕里的天线(自带的黑/白线),j2
/j3
接加装的天线,但是会带来蓝牙信号不好 - 建议2
如果蓝牙信号差
j0
接屏幕里的天线,j3
接屏幕里的天线,j1
/j2
接加装的天线,理论上不会对蓝牙信号造成影响
BCM94360Z3
天线接法
笔记本天线的接法:
j0
接屏幕里的天线,j3
接屏幕里的天线,j1
/j2
接加装的天线,理论上不会对蓝牙信号造成影响
macOS驱动方法【支持macOS Ventura 13.x】
3-1-2022
开始出货的Z3
/Z4
在macOS
下是全免驱使用,可忽略下面的驱动教程
- WIFI
免驱
- 蓝牙
Clover
驱动方法:- 请将
BlueToolFixup.kext
和BrcmBluetoothInjector.kext
驱动复制进Other
目录下即可
- 请将
OpenCore
驱动方法:Kernel
->Add
->Browse
,将/EFI/OC/Kexts
目录下的BlueToolFixup.kext
和BrcmBluetoothInjector.kext
添加进列表中即可- 设置
BlueToolFixup.kext
的MinKernel
值为:21.00.00
,意为只在Monterey
/Ventura
下生效源码如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
<dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BlueToolFixup.kext</string> <key>Comment</key> <string>BT for BCM94360Z4/Z3</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/BlueToolFixup</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string>21.00.00</string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BrcmBluetoothInjector.kext</string> <key>Comment</key> <string>BT for BCM94360Z4/Z3</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string></string> <key>MaxKernel</key> <string>20.99.99</string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict>
驱动下载:BrcmPatchRAM-2.6.2-RELEASE.zip
-
-
Windows驱动
驱动下载:BCM94360Z4/BCM94360Z3_For_Windows_x64_Drivers_v1.0.0.3.zip 【2022年3月份以前】
BCM94360CD_Z3_Z4_for_Windows_X64_Driver.zip 【2022年3月份以后】
信息反馈及技术交流
- 目前正在收集各种机型进行网卡测试,测试后,请大家提供测试结果给我,整合后会分享给大家参照。
- 寻求技术支持前,请
打开终端,输入命令:
1
sh -c "$(curl -fsSL https://fastly.jsdelivr.net/gh/daliansky/Hackintosh/Tools/BCM94360Z4)"
将截屏粘贴到群里寻求帮助。
常见问题
- 如果WIFI的连接速率过低或者无法识别到SSID或者国家代码是
US
,请参考教程注入国家代码:brcmfx-country=#a
即可。(请添加驱动AirPortBrcmFixup
下载) - 无线热点连接的骚操作
- 苹果手机先禁用蓝牙,然后电脑端直接点击手机热点,连接成功后,苹果手机再启用蓝牙
- 蓝牙连接问题
- 请添加
AirportBrcmFixup
驱动,注入引导参数:brcmfx-aspm
- 请添加
handoff
空中接力问题- 请重新生成三码
- 请于双端退出
Apple ID
重启电脑端重新登录Apple ID
- 单向接力多次重启后可能就会恢复为双向接力,或者隔天再尝试,会有意想不到的惊喜
- 网卡死机问题
- 请参数截屏最后一张图片做针脚屏蔽
- 其它问题会不定期补充