Created
January 7, 2013 03:31
-
-
Save adilsoncarvalho/4472098 to your computer and use it in GitHub Desktop.
Fixing the issue that was making kernel_task be always at 300% on Mac -- still no idea how to make the fans get back at 2.000 rpm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from: http://www.rdoxenham.com/?p=259 | |
# Mine is Model Identifier: MacBookPro8,3 | |
system_profiler -detailLevel mini | grep "Model Identifier:" | |
cd /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources | |
sudo mv MacBookPro8_3.plist ~/Desktop | |
sudo reboot now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment