Coder Social home page Coder Social logo

team55 / appleintelwifimvm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ammulder/appleintelwifimvm

0.0 2.0 0.0 3.22 MB

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

License: GNU General Public License v2.0

C++ 36.69% C 63.31%

appleintelwifimvm's Introduction

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

appleintelwifimvm's People

Contributors

ammulder avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.