My favorites | Sign in
Project Logo
                
Search
for
Updated Aug 16, 2008 by mercurysquad
Labels: Featured, Phase-Support
Installation  
Instructions on installing and testing the kext

What you need

To use this kext, you need:

How to install

  1. Download the kext from the Downloads page. Unzip it.
  2. Use KextHelper or OSx86-Tools to install it

Alternatively, you can use the command-line to install it.

  1. Open Terminal.app (Applications > Utility)
  2. Navigate to the folder where you unzipped the kext cd ~/Downloads/IntelEnhancedSpeedStep_1.3.2/
  3. Type the following:
  4. 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
  5. Then, reboot.

How to load/unload without installing

You 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!


Comment by mariuspmg, Nov 13, 2008

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"

Comment by mercurysquad, Nov 22, 2008

Add sudo before the kextunload command. In the future please use the forums.


Sign in to add a comment
Hosted by Google Code