Can someone please try this IO80211family.kext?
http://d-h.st/2eZ
I have no way to test this because I don't have the new card. Remember to back up your original IO80211family.kext first...
First enable loading of unsigned kexts:
Code:
sudo nvram boot-args="kext-dev-mode=1"
Unzip the kext, copy it into /System/Library/Extensions and make sure it replaces the original.
Then set permissions:
Code:
sudo chown -R root:wheel /System/Library/Extensions/IO80211Family.kext
Code:
sudo chmod -R 644 /System/Library/Extensions/IO80211Family.kext
Clear the kext cache:
Code:
sudo kextcache -system-prelinked-kernel
Code:
sudo kextcache -system-caches
I don't want to share what I changed right now, but if you look in the 4360 kext it's pretty obvious... If you want to know just PM me. I'm just thinking Apple is likely keeping an eye on this thread so I don't want to share it yet, especially if it works.
Let me know if this works! Note that if you don't add kext-dev-mode=1 it will refuse to even attempt loading the kext and you will have no Wi-Fi, and if you don't clear kext caches it will still use the original kext. So make sure you do both of those steps!