|
Installation
Instructions on installing and testing the kext
What you needTo use this kext, you need:
How to install
Alternatively, you can use the command-line to install it.
sudo cp -R IntelEnhancedSpeedStep.kext /System/Library/Extensions sudo chown -R root:wheel /System/Library/Extensions/IntelEnhancedSpeedStep.kext sudo chmod -R 755 /System/Library/Extensions/IntelEnhancedSpeedStep.kext sudo touch /System/Library/Extensions How to load/unload without installingYou can use kextload or kextunload to load or unload the kext temporarily. Instead of putting it in /System/Library/Extensions, just keep it anywhere else (/tmp is a good place). Change the permissions/owner using the above commands. Then kextload /tmp/IntelEnhancedSpeedStep.kext. Now what?Now refer to the TestingTheKext page to begin using/testing it! |
Sign in to add a comment
i can't unload, it's just for testing.
79-117-154-222:~ Copilu$ kextunload /Applications/IntelEnhancedSpeedStep?.kext permission denied; you must be root to unload kexts
I did the step 3 from "How to install"
Add sudo before the kextunload command. In the future please use the forums.