1 Attachment(s)
[HOWTO] ACPI CPU Throttle Kext -Fixed
Hey guys,
I have managed to compile ACPI CPU Throttle kext to work with OSX 10.4.9/ netkas' kernel .Bear in mind it needs Netkas' Kernel , it does not work with with 8.8.1. I have edited few things to work with OSX 10.4.9
It might not work with first few tries , you might have to keep on loading it. If it gives you a problem , please tell me the problem {output} as i can debug it and improve it
This is from the OSX 10.4.4 era kext , fixed few things {although i got lots of things to fix} and released for you guys @ hackint0sh
Okay , enough of talking..now lets get to the work shall we
1. Unzip it to your root of the drive {or anywhere if you like ..but if you're a n00b/newbie..Then just put in this in the root of your drive
2. Fire up Terminal and type
Code:
sudo chmod -R 755 /ACPICPUThrottle.kext
Then type
Code:
sudo chown -R root:wheel /ACPICPUThrottle.kext
Finally , make sure you have the 8.9.1 with SpeedStep-Enabled kernel and fire up this
Code:
sudo kextload /ACPICPUThrottle.kext
Do a few times , it might rant that it can't find some ACPI headers..Just keep on trying until it says 'Hey..I'm okay...and we're good to go'
Next up can sysctl and look for new frequency settings. To change it , you can do it manually and/or use CPUThrottler2Beta2 [Google for it , I'll upload this later]
Once this is done , I'll upload a complete automated installer for you guys
UPDATE : Fixed some bugs and now its Officially 1.03. Just some minor changes on AMD K8 Power management , thats all