Make AirportItlwm work with macOS Sequoia.

Make AirportItlwm work with macOS Sequoia.

Currently AirportItlwm doesn't officially support macOS Sequoia, but thanks to sughero, we have a way to get it working.

https://preview.redd.it/w1rgt7j1b5ud1.png?width=715&format=png&auto=webp&s=703d66f694c7d177993d199f2377ddf4e84efc2d

  • Step 1: Download the kexts circled in red in the image from OCLP/Wifi and OCLP/Acidanthera. Then put them in the /EFI/OC/Kexts folder.

https://preview.redd.it/hki2v7di45ud1.png?width=742&format=png&auto=webp&s=20f25467f72cbee002cb6615a00da36c8be810cc

https://preview.redd.it/jadq25hv65ud1.png?width=1715&format=png&auto=webp&s=3082ef55dfef496a73a372e7ab1677f9687dabd3

  • Step 5: Add the configurations to /DeviceProperties/Add as shown in the image.

<dict> <key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)</key> <dict> <key>IOName</key> <string>pci14e4,43a0</string> <key>compatible</key> <string>pci106b,117</string> <key>device-id</key> <data>oEMAAA==</data> <key>device_type</key> <string>Network controller</string> <key>model</key> <string>BCM4360 802.11ac Wireless Network Adapter</string> <key>name</key> <string>pci14e4,43a0</string> <key>pic-aspm-default</key> <integer>0</integer> <key>subsystem-id</key> <data>FwEAAA==</data> <key>subsystem-vendor-id</key> <data>axAAAA==</data> <key>vendor-id</key> <data>5BQAAA==</data> </dict> </dict> </plist> 

https://preview.redd.it/zil3emm285ud1.png?width=875&format=png&auto=webp&s=703609fb0edb1607b8c405742ad9a3bbebacbd58

  • Step 6: Change SecureBootModel to Disabled /Misc/Security

<key>SecureBootModel</key> <string>Disabled</string> 

https://preview.redd.it/iiyxzp2495ud1.png?width=875&format=png&auto=webp&s=1a8bd606271f7fae1430628dfa59ad9ae9fcd1b7

  • Step 7: Set your SIP to Disabled /NVRAM/7C436110-AB2A-4BBB-A880-FE41995C9F82

<key>csr-active-config</key> <data>AAAAAA==</data> 

https://preview.redd.it/4cejh4lo95ud1.png?width=875&format=png&auto=webp&s=99c6c9aaf8a91e57567e23afef0b4ec469d37c58

  • Step 8: Add the AMFI exclusion to your boot-args /NVRAM/7C436110-AB2A-4BBB-A880-FE41995C9F82

amfi=0x80 

https://preview.redd.it/rlg71hdy95ud1.png?width=1479&format=png&auto=webp&s=c0f5fdb1dacd9595e86c38ca8ac0d146126d1da0

  • Step 9: Allow for IOSkywalk kext downgrade by excluding it /Kernel/Block

<dict> <key>Arch</key> <string>Any</string> <key>Comment</key> <string>Allow IOSkywalk Downgrade</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> 

https://preview.redd.it/disqvfdba5ud1.png?width=916&format=png&auto=webp&s=4fb0f72fb398e84c18fbf6767cf773d04b4c284b

  • Step 10: Reboot
  • Step 11: Download OpenCore Legacy Patcher then run Post-Install Root Patch
  • Step 12: Put "#" in front of the device path. Then reboot. -> DONE.

https://preview.redd.it/k6ignbywa5ud1.png?width=916&format=png&auto=webp&s=11e563313bd0644d8f6752c10145c923c3c06a6d

submitted by /u/misa198
[link] [comments]