Jump to content

Speedstep issues


BobOki
 Share

5 posts in this topic

Recommended Posts

I am trying to disable speedstep and after reading some different threads I install the ACPICPUThrottle.kext, that works without a problem, however I get this:

boboki$ sysctl -w kern.cputhrottle_cpufreq=1700

second level name cputhrottle_cpufreq in kern.cputhrottle_cpufreq is invalid

 

Any ideas guys?

Link to comment
Share on other sites

Are you loading the kext manually in your /etc/rc file? I had to load the kext myself before it would register the sysctl. Add this to your rc file before the sysctl -w line:

 

kextload /System/Library/Extensions/ACPICPUThrottle.kext

 

replace "/System/Library/Extensions/ACPICPUThrottle.kext" with the path to where you installed the kext. I put mine in my Extensions folder so thats what I did. Hope that helps. Peace

 

Brandon M. Holland

http://www.brandon-holland.com

Link to comment
Share on other sites

Thanks for the quick response BH!

I do not have it in my rc yet, currently I am manually loading it until I get it to work.

Below are my results:

bobokimaclaptop:~ root# kextload /System/Library/Extensions/ACPICPUThrottle.kext

kextload: /System/Library/Extensions/ACPICPUThrottle.kext loaded successfully

bobokimaclaptop:~ root# sysctl -w kern.cputhrottle_cpufreq=1700

second level name cputhrottle_cpufreq in kern.cputhrottle_cpufreq is invalid

bobokimaclaptop:~ root#

Link to comment
Share on other sites

 Share

×
×
  • Create New...