AppleIntelWiFiMVM

OS X driver for Intel WiFi cards based on the MVM firmware (e.g. 7265, 8260)

  • 所有者: ammulder/AppleIntelWiFiMVM
  • 平台:
  • 许可证: GNU General Public License v2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

AppleIntelWiFiMVM

The goal of this project is to create an OS X driver for those Intel WiFi cards based on the MVM firmware (basically, the current and previous generations).

Supported Hardware

The following Intel WiFi cards/chips are supported:

  • Intel® Wireless 3160
  • Intel® Wireless 3165
  • Intel® Wireless 4165
  • Intel® Wireless 7260
  • Intel® Wireless 7265
  • Intel® Wireless 8260
  • NUC on-board wireless for NUC 5i*RY*
  • NUC on-board wireless for NUC 6i*SY*

Driver Status

This driver is still in the "can it be done?" stage.

As of this writing the driver recognizes the appropriate hardware and loads a matching firmware file, but does not yet send the firmware to the hardware.

Now I'm in the process of trying to get all the Linux driver code to build on Mac OS X. This will be a very long process. Work is currently happening on the "Porting" branch, but only a small subset of the code even compiles right now.

Long story short, this driver does not yet actually connect to wireless networks.

If you're interested in helping, it would be great to have more people try test builds just to ensure it accurately identifies all the hardware I don't have on hand to try.

Development Status

There are notes on the project wiki. If you're interested in helping out at the code level, that would be super.

Right now all the action is on the "Porting" branch.

Loading/Installation

Typical third-party driver kexts should be installed to /Library/Extensions, but that's not recommended for this driver yet. Even in this initial work I've managed to craft a bug that crashed my machine when the driver loaded. If the driver was installed system-wide, that would happen on every boot, which seems rather unfortunate. So the manual loading process is recommended for now.

Manual Testing

  1. Download the latest AppleIntelWiFiMVM.kext.zip (or build from source)
  2. Unzip if needed
  3. From Terminal, go to where the kext is and run:
chown -R root:wheel AppleIntelWiFiMVM.kext
sudo kextload AppleIntelWiFiMVM.kext
sudo kextunload AppleIntelWiFiMVM.kext
  1. Run Console.app and scroll to the bottom of the system log (usually displayed by default) or search it for AppleIntelWiFiMVM. You should see output such as:
2/12/16 11:16:51.000 PM kernel[0]: AppleIntelWiFiMVM loading for device Intel(R) Dual Band Wireless AC 7265
2/12/16 11:16:51.000 PM kernel[0]: AppleIntelWiFiMVM LOADED firmware file iwlwifi-8000C-16.ucode

System-wide Installation

You've been warned!

But to install system-wide, use your favorite kext installer tool to install the kext to /Library/Extensions. It should load automatically, and generate the same output as above that you can view in Console.app

Credits

In building this driver, I'm relying on:

  • The iwlwifi Linux driver
  • The Intel firmware releases for this hardware (probably largely due to the Linux drivers)
  • Mieze's IntelMausiEthernet OS X driver for wired Ethernet adapters
  • RehabMan and the-darkvoid's BrcmPatchRAM OS X driver for USB Bluetooth adapters

License

This driver (including any code I used in it from the projects above) is covered by the GPL v2

The Intel firmware is covered by the firmware license

主要指标

概览
名称与所有者ammulder/AppleIntelWiFiMVM
主编程语言C
编程语言C++ (语言数: 2)
平台
许可证GNU General Public License v2.0
所有者活动
创建于2016-02-11 03:30:15
推送于2016-03-11 11:52:47
最后一次提交2016-03-05 19:45:32
发布数2
最新版本名称0.1.1d2 (发布于 2016-02-26 19:17:34)
第一版名称0.1.1d1 (发布于 2016-02-15 21:02:09)
用户参与
星数470
关注者数68
派生数109
提交数11
已启用问题?
问题数40
打开的问题数38
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?