Jump to content

MaLd0n

Administrators
  • Posts

    95,154
  • Joined

  • Last visited

Posts posted by MaLd0n

  1. 8 hours ago, IAT said:

    First of all, thank you for so much for you availability to help.

    EFI.zip

    To updates disable BlueToolFixup.kext.

    To connect use Heliport.app or correct kext for system version

    -Delete old EFI folder and paste new then empty trash. Don't use merge files.
    -Don't use Drag and Drop into EFI partition. Use Copy/Paste instead.
    -Reset NVRAM one time - with OpenCore use entry "Reset Nvram" / with Clover use F11 key on boot screen.

  2. How to use Airport with Wifi intel on macOS Sequoia or high for some extra features

     

    -Professional Consulting for macOS Hackintosh since 2006 HERE

    -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

    -Guides and Tutorials HERE

    -The largest EFI folder collection for Hackintosh HERE

    -Hackintosh Tutorial Database - HERE

    -Why Olarila doesn't support TonyMac, Reedit, Little-Translated and others HERE

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

     

    With this method you don't need Heliport.app to connect on macOS Sequoia

    Credits to ResQre and OCLP team

     

    1- Inject IOName via Device Properties

    Check HERE How to find the correct device patch

    Inject this patch with correct device adr for your case

    Quote

    <key>PciRoot(0x0)/Pci(0x14,0x3)</key>
                <dict>
                    <key>IOName</key>
                    <string>pci14e4,43a0</string>
                </dict>

    After reboot you can check ioreg

    yJm2hBU.png

     

    2- Add these kexts with correct order. Remove or Disable AirPortBrcmNIC.kext inside IO80211FamilyLegacy.kext

    Intel Airport.zip

     

    We need AirportItlwm.kext Ventura version

    SP3TAg0.png

     

    3- SecureBootModel disable

    ihTbwLK.png

     

    4- SIP disable 

    OpenCore 03080000

    Clover 0x803

    ycySrYr.png

     

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

     

    6- Block IOSkywalkFamily with patch bellow

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

     

    zSsb1SR.png

     

    7- Reboot, Reset Nvram and run last OCLP version HERE

    Open this app and go to Post Install Root Patcher then Start Root Patcher and reboot again

     

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

     

    Credits: 

    Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others!

    • Like 2
×
×
  • Create New...