dokterdok / Continuity-Activation-Tool

An all-in-one tool to activate and diagnose macOS 10.10-12 Continuity on compatible Mac configurations.
MIT License
1.6k stars 151 forks source link

Add support for AirPortBrcmNIC #413

Closed Toby-Broom closed 6 years ago

Toby-Broom commented 6 years ago

Your Issue: OSX uses a different driver for this card in latest version

Steps done to try to fix the issue:

csrutil disable Reboot your Mac normally. Next you need to find out your computer board id. It's different for every particular Mac model. For instance, my Mac board id is "Mac-F221BEC8" because it's a Mac Pro 5,1 of 2010. If it had been a Mac Pro 5,1 of 2012, its board id would be different. If you don't know yours, Google your specific model until you find two or three corroborating testimonies that what you find is, indeed, your computer board id. So, repeating the explanation above that I posted 29 days ago, do the following: Using TextEdit or a similar tool, open /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/SystemParameters.plist. = true Study this command (it's one single line): sudo -E perl -pi -e "s/\Mac-00BE6ED71E35EB86/\Mac-F221BEC8\0\0\0\0\0\0\0\0/" /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/MacOS/AirPortBrcmNIC

cd /System/Library/Extensions/ sudo touch . Boot your computer.

Plus tried to run CAT

Toby-Broom commented 6 years ago

Worked with -f eventhough it doesn't support this driver, sorry