Skip to content

Instantly share code, notes, and snippets.

@adilsoncarvalho
Created January 7, 2013 03:31
Show Gist options
  • Save adilsoncarvalho/4472098 to your computer and use it in GitHub Desktop.
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
# 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