BobOki Posted November 4, 2006 Share Posted November 4, 2006 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 https://www.insanelymac.com/forum/topic/32083-speedstep-issues/ Share on other sites More sharing options...
Brandon Holland Posted November 4, 2006 Share Posted November 4, 2006 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 https://www.insanelymac.com/forum/topic/32083-speedstep-issues/#findComment-224896 Share on other sites More sharing options...
BobOki Posted November 4, 2006 Author Share Posted November 4, 2006 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 https://www.insanelymac.com/forum/topic/32083-speedstep-issues/#findComment-224902 Share on other sites More sharing options...
rollfaster Posted November 4, 2006 Share Posted November 4, 2006 the command is actually: sysctl -w kern.cputhrottle_curfreq=1700 curfreq not cpufreq -RF Link to comment https://www.insanelymac.com/forum/topic/32083-speedstep-issues/#findComment-224918 Share on other sites More sharing options...
BobOki Posted November 4, 2006 Author Share Posted November 4, 2006 BWHHAHAHA!!! I cut and pasted what you had typed in your speedstep thread earlier, and I never really even bothered to check spelling. Thanks for the quick fix roll. Its working now. Link to comment https://www.insanelymac.com/forum/topic/32083-speedstep-issues/#findComment-224928 Share on other sites More sharing options...
Recommended Posts