Airdrop.
This is odd. Mac can send to iPhone and iPad.
iPhone and iPad can't see Mac, and send the other way... ???
I have the same comp, and for the longest time I couldn't get it to work. What i ended up doing was putting AirPortBrcm4331.kext in the trash, restarting. Then i put AirPortBrcm4331.kext back, and i had handoff capabilities and wireless functionality.
What is your mac ID? if you have the same as mine, i can send you my edited kext and you can see if it works. To find the #, put
ioreg -l | grep "board-id" | awk -F\" '{print $4}'
in terminal.
Mine is Mac-94245A3940C91C80. I appreciate your help. Gonna put the originals back and try your method. I haven't replaced the 4331 file. Will try now.
sudo nvram boot-args="kext-dev-mode=1"
sudo chown -R root:wheel /System/Library/Extensions/IO80211Family.kext
sudo chmod -R 644 /System/Library/Extensions/IO80211Family.kext
sudo kextcache -system-prelinked-kernel
sudo kextcache -system-caches
Download and unzip :
https://db.tt/ro0JtHJQ
Delete IO80211Family.kext from /Systeme/Library/Extensions
Reboot, wifi is now dead.
Copy unzipped IO80211Family.kext to /Systeme/Library/Extensions
Terminal this :
Code:sudo nvram boot-args="kext-dev-mode=1"
Code:sudo chown -R root:wheel /Système/Bibliothèque/Extensions/IO80211Family.kext
Code:sudo chmod -R 644 /Système/Bibliothèque/Extensions/IO80211Family.kext
Code:sudo kextcache -system-prelinked-kernel
Code:sudo kextcache -system-caches
Reboot.
Look for Handoff check box in System Preferences.
will it work in french if the system isn't in french?
Download and unzip :
https://db.tt/ro0JtHJQ
Delete IO80211Family.kext from /Systeme/Library/Extensions
Reboot, wifi is now dead.
Copy unzipped IO80211Family.kext to /System/Library/Extensions
Terminal this :
Code:sudo nvram boot-args="kext-dev-mode=1"
Code:sudo chown -R root:wheel /System/Library/Extensions/IO80211Family.kext
Code:sudo chmod -R 644 /System/Library/Extensions/IO80211Family.kext
Code:sudo kextcache -system-prelinked-kernel
Code:sudo kextcache -system-caches
Reboot.
Look for Handoff check box in System Preferences.
Thanks for the help!! Followed directions (using english, , Getting unexpected results. Perhaps, i am having permission issues. Fixed the first one ( had to change security settings to allow all apps downloaded from anywhere.
Having done that, I am now seeing this error: "AirPortBrcm4331.kext has incorrect permissions; omitting." when i run the "sudo kextcache -system-prelinked-kernel" command.
After reboot, wifi is not available because "hardware is not available" when i click on the wifi icon on top menu bar (Radar with an X).
Is this making sense, am I doing something incorrectly still? I am seeing that I have the right BT card (BT LE supported is a yes, the other two are a no)
Thanks again for any help!!
John
try this one : http://we.tl/h1wValByTB
It's the one i've been using.
Do the steps i asked you for in my last post.
100% working.
Wetransfer is far more reliable.
Thanks, giving it a try now. Just in case, I am using kext drop to install/copy the kext file to the proper location. This is correct way to do it, yes?
Do only what i said for now, it succeded many times, believe me.
Let kextdrop behind for now.
I found that signing out of iCloud and then back in made it all work instantly after system information stated that handoff was enabled.
Would love some help, if you would be so kind. I have run thru the tutorial 4 times, the first time, admittedly, I didn't follow the directions on the last mac-. I am getting the same results (no handoff feature available in General settings in sys pref's).
I tried the above on my MBP early 2011, only different result is that when I remove the AirPortBrcm4331.kext I lose wireless functionality.
Would this failure mean that I have the wrong card installed (it is a 4cax as far as I can tell)? Any advice would be appreciated.
Thanks for reading...
Thank you Lem3ssie, this worked!Download and unzip :
https://db.tt/ro0JtHJQ
Delete IO80211Family.kext from /Systeme/Library/Extensions
Reboot, wifi is now dead.
Copy unzipped IO80211Family.kext to /System/Library/Extensions
Terminal this :
Code:sudo nvram boot-args="kext-dev-mode=1"
Code:sudo chown -R root:wheel /System/Library/Extensions/IO80211Family.kext
Code:sudo chmod -R 644 /System/Library/Extensions/IO80211Family.kext
Code:sudo kextcache -system-prelinked-kernel
Code:sudo kextcache -system-caches
Reboot.
Look for Handoff check box in System Preferences.
Is Yosemite installed ?, it seems a mid 2012 MacBook pro is compatible out of the box.
Do only what i said for now, it succeded many times.
Let kextdrop behind for now.
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:
Unzip the kext, copy it into /System/Library/Extensions and make sure it replaces the original.Code:sudo nvram boot-args="kext-dev-mode=1"
Then set permissions:
Code:sudo chown -R root:wheel /System/Library/Extensions/IO80211Family.kext
Clear the kext cache:Code:sudo chmod -R 644 /System/Library/Extensions/IO80211Family.kext
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!