Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kext.md #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Kext.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ This is needed to fix wifi on many Broadcom cards, while not all of them need th

Required for all non-Apple manufactured wireless cards due to how firmware is handled. This is actually a bundle of multiple kexts:

* BrcmBluetoothInjector
* Do not use with macOS 12, use BlueToolFixup instead
* If you dual boot both macOS 11 or under and macOS 12, `MinKernel` and `MaxKernel` under `Kernel -> Add` in your config can be used to load one kext or the other in a specific OS
* BrcmBluetoothInjector/BlueToolFixup
* BrcmBluetoothInjector
* Do not use with macOS 12, use BlueToolFixup instead
* If you dual boot both macOS 11 or under and macOS 12, `MinKernel` and `MaxKernel` under `Kernel -> Add` in your config can be used to load one kext or the other in a specific OS
* BlueToolFixup:
* Used in place of BrcmBluetoothInjector on macOS 12
* See above dual booting note
* BrcmFirmwareData
* BrcmPatchRAM fix:
* BrcmPatchRAM3 for macOS 10.14+ (must be paired with BrcmBluetoothInjector unless on macOS 12)
* BrcmPatchRAM2 for macOS 10.11-10.14
* BrcmPatchRAM for macOS 10.10 and older
* BlueToolFixup:
* Used in place of BrcmBluetoothInjector on macOS 12
* See above dual booting note

Note:

Expand Down