Releases: ammulder/AppleIntelWiFiMVM
AppleIntelWiFiMVM 0.1.1d2
No functional changes from the previous release.
However, there are two major changes:
- It's built from a much more direct port of the Linux 4.4.1 iwlwifi driver.
- It fixes a memory allocation problem with the previous release that may sometimes (but not always) cause the driver to go haywire and crash your machine.
To test this release, download and unzip it, and run commands like this in Terminal:
sudo chown -R root:wheel AppleIntelWiFiMVM.kext
sudo kextload AppleIntelWiFiMVM.kext
sudo kextunload AppleIntelWiFiMVM.kext
Then open /Applications/Utilities/Console.app
and you should see a number of lines (you can search for AppleIntelWiFiMVM) showing the hardware it identified and that it loaded and parsed a firmware file (with notes on each section of the file as it sees it).
AppleIntelWiFiMVM 0.1.1d1
First downloadable release of AppleIntelWiFiMVM. It recognizes compatible hardware and loads and parses the appropriate firmware files. It does not, however, make any network connections yet.
To test this release, download and unzip it, and run commands like this in Terminal:
sudo chown -R root:wheel AppleIntelWiFiMVM.kext
sudo kextload AppleIntelWiFiMVM.kext
sudo kextunload AppleIntelWiFiMVM.kext
Then open Console.app and you should see a number of lines (you can search for AppleIntelWiFiMVM) showing the hardware it identified and that it loaded and parsed a firmware file.