Contribute
Register

Intel WiFi Driver Effort

Status
Not open for further replies.
All,

I've started work on a project to port the current-generation Intel WiFi drivers from Linux to OS X. Right now it's very, very early in a process that looks to be a very, very long one. I have a kext that identifies compatible hardware and loads and digests the matching firmware, but it doesn't yet do important things like, say, connect to a network.

Still, it's a start, and if anybody has a recent Intel WiFi card and wants to give it a spin and confirm whether it recognized the card successfully, there's a build with instructions here:

https://github.com/ammulder/AppleIntelWiFiMVM/releases/

The list of compatible hardware is here (it includes the Broadwell and Skylake NUC WiFi cards):

https://github.com/ammulder/AppleIntelWiFiMVM/
Hi ammulder

I am building my first customac. I will buy MSI Z170I Gaming AC motherboard and this mb has an Intel(R) Dual Band Wireless AC 8260 mini PCIe card

So I am interested in this project. Did you achieve to make it work on OSX? do you expect to continue with this project?

Thanks in advanced
 
I have tested on my notebook Acer R13 . it's nectar is intel 7265ac .
pls read the attachment
 

Attachments

  • intelwifi log.txt
    10.5 KB · Views: 482
16/5/17 上午2:52:06.730 WiFiAgent[216]: No Wi-Fi hardware, terminating WiFiAgent

why notice no wifi hardware in the log ????
 
I tested with Intel Wireless-N 7260 on ThinkPad X1 Carbon (gen. 2). Yosemite 10.10.1.
Results:

$ sudo kextload AppleIntelWiFiMVM.kext
/Users/*****/Downloads/AppleIntelWiFiMVM.kext failed to load - (libkern/kext) dependency resolution failure; check the system/kernel logs for errors or try kextutil(8).
$ sudo kextutil AppleIntelWiFiMVM.kext
Password:
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.bsd.
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.iokit.
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.libkern.
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.bsd.
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.iokit.
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.libkern.
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.bsd.
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.iokit.
AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.libkern.
Diagnostics for AppleIntelWiFiMVM.kext:
Dependency Resolution Failures:
Only incompatible kexts found for these libraries:
com.apple.kpi.bsd
com.apple.kpi.iokit
com.apple.kpi.libkern

Code Signing Failure: not code signed

Console output:

5/17/16 11:27:16.317 PM com.apple.kextd[20]: kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/Users/*****/Downloads/AppleIntelWiFiMVM.kext"
5/17/16 11:27:16.318 PM com.apple.kextd[20]: /Users/*****/Downloads/AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.bsd.
5/17/16 11:27:16.319 PM com.apple.kextd[20]: /Users/*****/Downloads/AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.iokit.
5/17/16 11:27:16.319 PM com.apple.kextd[20]: /Users/*****/Downloads/AppleIntelWiFiMVM.kext - no compatible dependency found for com.apple.kpi.libkern.
5/17/16 11:27:16.321 PM com.apple.kextd[20]: Can't load /Users/*****/Downloads/AppleIntelWiFiMVM.kext - failed to resolve dependencies.
 
Last edited:
May 18 16:19:59 adomduosxs-MacBook-Air com.apple.kextd[39]: Can't open CFBundle for /EFI\CLOVER\kexts\10.11\AppleIntelWiFiMVM.kext.

May 18 16:19:59 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM Received firmware load callback...

May 18 16:19:59 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM Attempting firmware lock to prepare data

May 18 16:19:59 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM firmwareLoadComplete FAILURE: dc008006.
 

Attachments

  • intel 7265ac wifi log.txt
    16.5 KB · Views: 404
May 18 16:19:59 adomduosxs-MacBook-Air com.apple.kextd[39]: Can't open CFBundle for /EFI\CLOVER\kexts\10.11\AppleIntelWiFiMVM.kext.

May 18 16:19:59 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM Received firmware load callback...

May 18 16:19:59 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM Attempting firmware lock to prepare data

May 18 16:19:59 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM firmwareLoadComplete FAILURE: dc008006.

All kexts should be installed to the system volume, or loaded via kextload.

Not all kext work when injected by Clover (such as this case).
 
May 19 02:25:09 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM firmwareLoadComplete FAILURE: dc008006.
 
Last edited:
have five error,maybe,the config.plist is not very ok in my customac :

May 19 02:25:09 adomduosxs-MacBook-Air kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out

May 19 02:25:09 adomduosxs-MacBook-Air kernel[0]: WARNING: IOPlatformPluginUtil : getCPUIDInfo: this is an unknown CPU model 0x3d

May 19 02:25:09 adomduosxs-MacBook-Air kernel[0]: -- power management may be incomplete or unsupported

May 19 02:25:09 adomduosxs-MacBook-Air kernel[0]: AppleLPC::notifyPlatformASPM - registering with plugin with ASPM Support false


May 19 02:25:09 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM firmwareLoadComplete FAILURE: dc008006.

Pls help!
 

Attachments

  • config.plist
    5.8 KB · Views: 396
May 19 02:25:09 adomduosxs-MacBook-Air kernel[0]: AppleIntelWiFiMVM firmwareLoadComplete FAILURE: dc008006.

attach my error log for you
 

Attachments

  • intel wifi 7265 el capitan 10.11.5 error log.txt
    8.2 KB · Views: 458
Status
Not open for further replies.
Back
Top