Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Atheros Wi-Fi #68

Open
unitedastronomer opened this issue Nov 22, 2024 · 0 comments
Open

Add support for Atheros Wi-Fi #68

unitedastronomer opened this issue Nov 22, 2024 · 0 comments

Comments

@unitedastronomer
Copy link

unitedastronomer commented Nov 22, 2024

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

  • corecaptureElCap.kext
  • IO80211ElCap.kext
    • AirportAtheros40.kext

. + some OCLP required settings & kexts.

Available on OCLP's repo, Payloads folder.

Supported by AirportAtheros40.kext:

"168c-30", // AR93xx
"168c-2a", // AR928X
"106b-86", // Unreleased device
"168c-1c", // AR242x / AR542x
"168c-23", // AR5416
"168c-24",  // AR5418

Supported AR928X but reports different device-id, requires spoof:

"168c-002b", // and/or 2b?
"168c-002e", // and/or 2e?

Supported by spoofing:

"168c-34", // AR9462 & AR9463
"168c-36", // AR9565
"168c-37" // AR9485

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant