Jump to content

SpeedStep Question


11 posts in this topic

Recommended Posts

I've installed OS X on my main rig again and I got CPUPM working with Clover. But it only switches between minimum clock and maximum clock with Turbo. SMBIOS is iMac12,1

Which SMBIOS would you recommend for me (Intel Core i5-2500K) or can I edit some files to use iMac or MacPro SMBIOS and still get all the clock steps?

Link to comment
Share on other sites

Hello

 

Some times you need only activate P and C States in config.plist, but you have Sandy Bridger CPU.

 

Try this to get more states:

*Run pike's script to create a SSDT, run in terminal:

curl -o ssdtPRGen.sh https://raw.github.com/Piker-Alpha/RevoBoot/clang/i386/libsaio/acpi/Tools/ssdtPRGen.sh
chmod +x ssdtPRGen.sh
./ssdtPRGen.sh

*P and C States=No

*Patch AICPUPM, activate AsusAICPUPM in config.plist or make this manually: http://olarila.com/forum/viewtopic.php?f=9&t=1003

*DropOemSSDT=Yes

 

I hope it help

Link to comment
Share on other sites

Pimentel: I tried this with the following result:

 

When I drop OEM SSDT the system wont boot. It just hangs very soon after kernel is loaded.

When I don't drop OEM SSDT it boot up until the point where it says "P-State Stepper Error in Step 2 in CPU x" no matter if C/P state generation by Clover is on or off

Link to comment
Share on other sites

if you run this command:

curl -o ssdtPRGen.sh https://raw.github.com/Piker-Alpha/RevoBoot/clang/i386/libsaio/acpi/Tools/ssdtPRGen.sh
chmod +x ssdtPRGen.sh
./ssdtPRGen.sh

and add this in Config.plist: DropOemSSDT=Yes

 

will be generating energy twice.

what fumbled me.
 
run the command, save the file (SSDT.aml) in Clover/ACPI/patched.
and set this in config.plist:
 
DropOemSSDT=No
P and C States=No
Link to comment
Share on other sites

  • 2 weeks later...

Sorry for the late reply, but I had a lot going on recently.

To clarify:

 

When dropping SSDT (in any way): booting stops at Apple KeyStore (only about 10 or 15 lines in verbose after kernel takes over from Clover

If I remove PR scope from DSDT (suggested fix for above issue): Kernel Panic in ACPIPlatformPlugin.kext

When not dropping SSDT (with SSDT.aml in place): P-State Stepper Error

 

System only boots when SSDT.aml is removed, PR scope is present in DSDT, C and P state generation is enabled in Clover and SSDT dropping is disabled

Link to comment
Share on other sites

 Share

×
×
  • Create New...