You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
High Sierra was the last OS that provided native support for Atheros Wi-Fi functionality. Starting Mojave, it requires injecting some kexts from HS — this works from Mojave through Big Sur, however requires OCLP's root patching starting Monterey.
These however requires an ATH9Kinjector, ATH9KFixup + boot-arg only on <= High Sierra to fix support loading the S/L/E's kexts. They're not needed on => Mojave.
Note that on older Acer laptops, Wi-Fi is not enumerated in ACPI at all, meaning OpenCore won't apply those device properties unless given a name (such as ARPT).
The text was updated successfully, but these errors were encountered:
High Sierra was the last OS that provided native support for Atheros Wi-Fi functionality. Starting Mojave, it requires injecting some kexts from HS — this works from Mojave through Big Sur, however requires OCLP's root patching starting Monterey.
Required kexts:
MinKernel
:18.0.0
Available on OCLP's repo,
Payloads
folder.Supported by AirportAtheros40.kext:
Supported
AR928X
but reports different device-id, requires spoof:Supported by spoofing:
Device Properties for those who needs spoofing:
device-id
=2A000000
compatible
=pci168c,2a
IOName
=pci168c,2a
(helps OCLP detect "Legacy Wireless")Note that on older Acer laptops, Wi-Fi is not enumerated in ACPI at all, meaning OpenCore won't apply those device properties unless given a name (such as ARPT).
The text was updated successfully, but these errors were encountered: