Jump to content

Wifi Broadcom on macOS Sonoma and Sequoia Hackintosh with OCLP


Recommended Posts

  • Administrators
Posted

Wifi Broadcom on macOS Sonoma and Sequoia 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 Sonoma.Sequoia.zipzcmlp8E.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>

FA1zoE5.png

 

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

PC8jX9m.png

 

4- Set SecureBootModel to Disable on Misc/Security tab

hIXf8cy.png

 

5- 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>

 

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

 

7- 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 11
  • Thanks 5

-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 Consulting for macOS Hackintosh since 2006 HERE

Posted

Thanks for your great Help @MaLd0n :guitar

  • Like 1

Gigabyte Aorus Z790 Elite AX / Raptor Lake 13th Intel® Core™  13900K / AMD AORUS RX 6900 XT  2 rev. / Lenovo E470 i5-7200-U Kaby Lake iGPU intel HD620 64 GB Ram / ASUS Prime B365M-K Desktop intel i3-Coffe Lake / ASUS Sapphire Nitro+ AMD RX 580 4GB / Gigabyte B360 i5-Coffe Lake / RX 64 Vega OC Gigabyte / Gigabyte B660 Raptor Lake 13th Intel® Core™ i7-13700K  / Nvidia GeForce GTX 3060 Gainward 12GB /  Gigabyte Z170 XP SLi  Intel® Core™ i7  iGPU /  Mac mini M4 Pro 12/16  24 GB Ram  512 GB Nvme /   MacBook Air 2020 10th Ice Lake Intel® Quad-Core™ i7-1060NG7 T2  Iris Plus Graphics  /  Clover Hacky Color 5161  / Opencore 1.0.4 /  God Bless you! 

  • Administrators
Posted

Check procedure. U have a some wrong things like sip value.

-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 Consulting for macOS Hackintosh since 2006 HERE

Posted (edited)

I've followed step by step this and some other guides to make it work, and as soon as I inject IOSkywalkFamily.kext then my system goes to a boot loop. Any clue? Attached you can find my config.plist

config.plist.zip

Edited by dmontesinosh
Typo
  • Administrators
Posted
2 hours ago, dmontesinosh said:

To provide more details, my card is 13e4:43a0

if don't work u need check about these mobiles cards

on my desktop procedure above just work perfect

  • Thanks 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 Consulting for macOS Hackintosh since 2006 HERE

Posted
3 hours ago, MaLd0n said:

if don't work u need check about these mobiles cards

on my desktop procedure above just work perfect

Ok! I'll reinstall the system and give it a new try... 

  • Administrators
Posted

--Update--

Update IOSkywalkFamily to 1.1.0 version.

14.4 beta need to use OCLP beta 1.4.2

  • 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 Consulting for macOS Hackintosh since 2006 HERE

Posted (edited)

Hey @MaLd0n I recently installed a Bradcom Wifi in my laptop and followed these steps in order to activate it.
Managed to make both wifi, bluetooth and airdrop work, but as my graphics card is disabled, I have a WavLink docking hub for HDMI, and it's app stopped working as soon I deactivated SIP (csr-active-config = 03080000) (tested it step by step, and it only stopped working after this one).
Also tried deactivating the AMFI using amfi_get_out_of_my_face=1 instead of amfi=0x80, but no success.

Do you have any ideia why this specific app stopped working, and how could I make it work without reverting those steps and losing my wifi?

I have a 10th gen core i5, 32gb RAM and a deactivated GTX1650Ti (Lenovo Ideapad Gaming 3i)

Thanks.

Edit.: Also noticed the app runs flawlessly until the USB dock is connected. Then the app closes, and happens everytime I try to open it again.

Edited by Alysson Ailton
  • Administrators
Posted

I never test on mobiles

  • 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 Consulting for macOS Hackintosh since 2006 HERE

Posted (edited)

I installed SONOMA Olarila14.4.1. Great installer, everything went smoothly. Most importantly, SFP ethernet cards work on it without any problems (I tested Intel XXV710-DA2 and Mellanox Connectx-4, which I have). These cards are natively supported in Sonoma. I also have a Fenvi T919 on which I wanted to run a Wi-Fi connection. But running Fenvi is not possible with working fiber cards. The presence of the IOSkywalkFamily kexts, along with other settings necessary for Fenvi to run, causes the Intel XXV710-DA2 and Mellanox Connectx-4 (no matter which is present, the result is the same), to prevent ethernet cards from being properly installed in the system. It appears that IOSkywalkFamily kexts are incompatible with Apple's built-in drivers for other network cards natively supported by apple. After a few or a dozen or so minutes, this leads to a system crash. Any tips?

Archiwum.zip

Edited by Loo Pess
Posted (edited)

I followed the steps but it fails to boot.  Looks like it can't load amfipass.kext because it expects Lilu.kext 1.6.8.  Is that correct?  My Lilu.kext is 1.6.7 but where can I download 1.6.8 as the official latest release is still 1.6.7.

 

Edited:  Check your EFI folder and it turns out that it has been updated to 1.6.8.  All good.

Edited by UBond
  • Administrators
Posted

I updated files on first post. Lilu is added.

-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 Consulting for macOS Hackintosh since 2006 HERE

Posted (edited)

Hi @MaLd0n thanks a lot of for update kext, now my Fenvi FV-T919 is working... Only one issue... when exit from sleep, work is broken, I mast restart for have it work again.

Any suggestions for fix it...?

Thanks in advance.

Edited by kali2000
Posted

Hi. Does this work with Tenda W311U+ ?

Using miuiturkiye & Olarila.com & osxinfo forums. (there is more i use shh, i live in turkey) 

  • Administrators
Posted

Work for all broadcom chipset

-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 Consulting for macOS Hackintosh since 2006 HERE

Posted

OK, ventura And does Tenda W311U+ support Broadcom?

Using miuiturkiye & Olarila.com & osxinfo forums. (there is more i use shh, i live in turkey) 

  • Administrators
Posted

These cards with broadcom is native on Ventura. Just need this patch on Sonoma+.

-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 Consulting for macOS Hackintosh since 2006 HERE

Posted

Is there a way to stop OCLP asking for updates on every boot?

Checking "Settings/App/Ignore App Updates" doesn't get rid of those update prompts...

  • Administrators
Posted
4 hours ago, XLR said:

Is there a way to stop OCLP asking for updates on every boot?

2.0 is out. Try this https://github.com/dortania/OpenCore-Legacy-Patcher/releases

  • Like 2

-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 Consulting for macOS Hackintosh since 2006 HERE

Posted

Hi @MaLd0n

Quote

Let's Start

1- Add these kexts on bootloader folder with correct order on Kernel/Add tab Broadcom Sonoma.Sequoia.zip

In this .ZIP there are not the 4 KEXTS needed, you have put the one from LILU and another one that has nothing to do with it, check it when you can.

I just did it in OSX Sonoma and it works.

Thank you very much for your tutorials, simple, detailed and with photos.

10/10

OBRIGADO!!

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...