- Joined
- May 30, 2011
- Messages
- 14
- Motherboard
- MSI Z590-A PRO
- CPU
- i9-11900KF
- Graphics
- RX 580
- Mac
-
- Mobile Phone
-
MSI-Z590A-PRO - OpenCore 0.92 - AMD Radeon RX580 - Updated directly from update without issue.
Key | Type | Value |
bluetoothInternalControllerInfo | Data | 00000000 00000000 00000000 0000 |
bluetoothExternalDongleFailed | Data | 00 |
Testing now.There is a pull request for acidanthera/BrcmPatchRAM with an update to BlueToolFixup. That, along with the bluetoothInternalControllerInfo and bluetoothExternalDongleFailed NVRAM values, fixed my Broadcom Bluetooth.
Key | Type | Value |
bluetoothInternalControllerInfo | Data | 00000000 00000000 00000000 0000 |
bluetoothExternalDongleFailed | Data | 00 |
The following serves to enable bluetooth in 13.4 for Intel Bluetooth only (not for Broadcom)
NVRAM > 7C436110-AB2A-4BBB-A880-FE41995C9F82 section in your config.plist file and add the two child items:
Key Type Value bluetoothInternalControllerInfo Data 00000000 00000000 00000000 0000 bluetoothExternalDongleFailed Data 00
Credit here:
![]()
你好,我更新测试13.4第4测试版本后我的蓝牙无法启动,我有蓝牙型号是ax201,在第2测试版本使用没有问题,升级测试版本3和4后就是蓝牙无法启动 · Issue #435 · OpenIntelWireless/IntelBluetoothFirmware
Have you read the docs? Yes macOS Version macos13 Kext Version v2.20 Wireless Adapter Model and USB Product ID intel ax201 Description 你好,我更新测试13.4第4测试版本后我的蓝牙无法启动,我有蓝牙型号是ax201,在第2测试版本使用没有问题,升级测试版本3...github.com
I have an Optiplex 9020 USFF with a REKONG BCM94360HMB card inside. I was able to get it to work with BrcmPatchRAM 2.66 in both the EFI/OC/Kexts folder and the Library/Extensions folder. But this solution didn’t hold.The following serves to enable bluetooth in macOS Ventura 13.4+ for Broadcom & Intel Bluetooth
1. Navigate to the NVRAM > Add > 7C436110-AB2A-4BBB-A880-FE41995C9F82 section in your config.plist file and add the two child items:
Key Type Value bluetoothInternalControllerInfo Data 00000000 00000000 00000000 0000 bluetoothExternalDongleFailed Data 00
2. Update BlueToolFixup from BrcmPatchRAM 2.6.7
3. Reboot and Reset NVRAM then boot again normally
The fix is now working for both Intel and Broadcom Bluetooth, but the official acidanthera BrcmPatchRAM needs to be updated first. A test version is available at Github here:
![]()
BlueToolFixup: Add another Vendor callback patch to enable Bluetooth turn on/off after power cycle which is needed from Ventura 13.4. by zxystd · Pull Request #28 · acidanthera/BrcmPatchRAM
Hi, This is a further fix patch for the same cause of problem. Here is the history link: #18 Apple's changes broke the original patch, new pseudocode is below: I simply update the patch, fill nop ...github.com
While we wait for the official release, I attached the BrcmPatchRAM-2.6.7.zip to this post for reference.