Jump to content

Wifi Broadcom on macOS Tahoe Hackintosh with OCLP


Recommended Posts

  • Administrators
Posted

Wifi Broadcom on macOS Sonoma, Sequoia or Tahoe Hackintosh with OCLP - OpenCore Legacy Patcher

 

-Support Olarila Vanilla Hackintosh by making a donation HERE

-About Premium Users you can check HERE

-Problems with Paypal HERE

-Installation Guide HERE

-Hackintosh EFI folders HERE

-Hackintosh USB Remap HERE

-How to update OpenCore and Kexts HERE

 

1- Add these kexts on bootloader folder with correct order on Kernel/Add tab 

Broadcom Tahoe.zip

zcmlp8E.png

 

2- Block IOSkywalkFamily with this patch on Kernel/Block tab.

Quote

<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>Identifier</key>
                <string>com.apple.iokit.IOSkywalkFamily</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>Strategy</key>
                <string>Exclude</string>
</dict>

If have reboot problems block AppleEthernetRL with patch bellow on Kernel/Block tab

Quote

<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>Identifier</key>
                <string>com.apple.driver.AppleEthernetRL</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>Strategy</key>
                <string>Exclude</string>
            </dict>

 

FA1zoE5.png

 

3- Set csr-active-config to 03080000 on NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82 

 

4- Add bootarg -amfipassbeta to override kernel version checking. With this bootarg AMFIPass can work on macOS beta.

PC8jX9m.png

 

5- Set SecureBootModel to Disable on Misc/Security tab

hIXf8cy.png

 

6- If your WIFI card need spoof use patch bellow on correct PciRoot Adress

Quote

<key>PciRoot(0x0)/Pci(0x1c,0x1)/Pci(0x0,0x0)</key>
            <dict>
                <key>compatible</key>
                <string>pci14e4,43a0</string>
                <key>#pci-aspm-default</key>
                <integer>0</integer>
            </dict>

 

7- Reboot computer and Reset NVRAM one time with entry on boot picker

 

8- Download OpenCore Legacy Patcher HERE 

a) Open this app and go to Post-Install Root PatchNUK17h8.png

 

b) Start Root Patching and wait, Reboot and doneIwOtPNQ.png

HxMjGPj.png

on7Mabn.png

 

Credits: Acidanthera, DhinakG, Khronokernel, Ausdauersportler, vit9696, ASentientBot, EduCovas, ASentientHedgehog, cdf, Syncretic, AAAMouSSE, telemetrap, SurPlus, dosdude1, parrotgeek1, BarryKN, mario_bros_tech and the rest of the Unsupported Mac Discord, arter97, Mr.Macintosh, flagers, joevt, FixPCIeLinkrate, Jazzzny, Apple

 

We're all here to have fun and learn from each other! That's all Folks!

  • Like 1

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

  • Administrators
Posted

7- Download OpenCore Legacy Patcher HERE (Waiting release for macOS Tahoe)

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

  • Administrators
Posted

Disable AMFIPass.kext

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

It turns out as long as I have enabled my onboard LAN controller(RTL8125) This happens. I can either boot with LAN or with IOSkywalkerFamily.kext enabled. Never with both. Disabling LucyRTL8125.kext makes no difference.

Posted
On 11/15/2025 at 2:27 AM, MaLd0n said:

7- Download OpenCore Legacy Patcher HERE (Waiting release for macOS Tahoe)

Hi, while using OCPatcher I got this error

Quote

- Starting Patch Process

- Determining Required Patch set for Darwin 25

Pulling KDK list from KdkSupportPkg API

Direct match found for 25D2128 (26.3.1)

Following KDK is recommended:

- KDK Build: 25D2128

- KDK Version: 26.3.1

- KDK URL: https://github.com/dortania/KdkSupportPkg/releases/download/25D2128/Kernel_Debug_Kit_26.3.1_build_25D2128.dmg

- Verifying whether Root Patching possible

- Patcher is capable of patching

- Mounted Universal-Binaries.dmg

- Running sanity checks before patching

- Running patches for MacPro7,1

- Running Preflight Checks before patching

An internal error occurred while running the Root Patcher:

 

Traceback (most recent call last):

  File "opencore_legacy_patcher/wx_gui/gui_sys_patch_start.py", line 340, in _start_root_patching

  File "opencore_legacy_patcher/sys_patch/sys_patch.py", line 582, in start_patch

  File "opencore_legacy_patcher/sys_patch/sys_patch.py", line 345, in _patch_root_vol

  File "opencore_legacy_patcher/sys_patch/sys_patch.py", line 373, in _execute_patchset

  File "opencore_legacy_patcher/sys_patch/sys_patch.py", line 519, in _preflight_checks

Exception: Failed to find /var/folders/v8/9mwkpdq11sq9nq13y260_x9w0000gn/T/tmpzccnk0md/payloads/Universal-Binaries/26.0 Beta 1/System/Library/Extensions/AppleHDA.kext

is that error because I'm not using AppleHDA instead using VoodoHDA?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...