Administrators Hervé Posted October 5, 2016 Administrators Share Posted October 5, 2016 If you use Clover, why do you seek the file? You're expected to use the hot/on-the-fly patching facility of Clover. Use CloverConfigurator tool (Google for it). However, if you're attempting direct patching of the kext file, then: AirportBrcm4360 is a PlugIn of IO80211Family use a hex editor on the binary file of the kext (the file found inside the kext package, under Contents/MacOS folder) to replace the strings Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 5, 2016 Moderators Share Posted October 5, 2016 Hello I do not find 8945C839C7764F And AirPortBrcm4360 That's why I wrote "ADD new patch" For Wireless, add new patch Kext: AirPortBrcm4360 Find: 81F952AA00007529 Replace: 81F952AA00006690 Link to comment Share on other sites More sharing options...
marto Posted October 7, 2016 Author Share Posted October 7, 2016 hello Problems with El Capitan I can not get it to work Intel HD 5500 shows 7mb Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 7, 2016 Moderators Share Posted October 7, 2016 run this in the terminal sudo perl -pi -e 's|\x89\x45\xC8\x39\xC7\x76\x4F|\x89\x45\xC8\x39\xC7\xEB\x4F|g' /System/Library/Extensions/AppleIntelBDWGraphicsFramebuffer.kext/Contents/MacOS/AppleIntelBDWGraphicsFramebuffer sudo touch /System/Library/Extensions sudo kextcache —Boot -U / reboot Link to comment Share on other sites More sharing options...
marto Posted October 8, 2016 Author Share Posted October 8, 2016 hello Do not work Link to comment Share on other sites More sharing options...
marto Posted October 8, 2016 Author Share Posted October 8, 2016 hello Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted October 8, 2016 Administrators Share Posted October 8, 2016 rerun sudo kextcache —Boot -U / until it does not have the "not cached" error. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 8, 2016 Moderators Share Posted October 8, 2016 Could be you can't run the patch directly to the file in /S/L/E. Copy and make a backup of AppleIntelBDWGraphicsFramebuffer.kext to the Desktop sudo cp -R /System/Library/Extensions/AppleIntelBDWGraphicsFramebuffer.kext ~/Desktop mkdir ~/Desktop/backup sudo cp -R /System/Library/Extensions/AppleIntelBDWGraphicsFramebuffer.kext ~/Desktop/backup sudo perl -pi -e 's|\x89\x45\xC8\x39\xC7\x76\x4F|\x89\x45\xC8\x39\xC7\xEB\x4F|g' ~/Desktop/AppleIntelBDWGraphicsFramebuffer.kext/Contents/MacOS/AppleIntelBDWGraphicsFramebuffer sudo cp -R ~/Desktop/AppleIntelBDWGraphicsFramebuffer.kext /System/Library/Extensions sudo touch -f /System/Library/Extensions && sudo kextcache —Boot -U / Link to comment Share on other sites More sharing options...
marto Posted October 8, 2016 Author Share Posted October 8, 2016 System extension can not be used Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 8, 2016 Moderators Share Posted October 8, 2016 run this sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / Link to comment Share on other sites More sharing options...
Recommended Posts