Contribute
Register

Stuck at 1600MHz no matter what :(

Status
Not open for further replies.
Hey, can someone help me with SSDT?

Right now my turbo clock set in the bios goes up to 4000MHz, and I'm using MB Overclocked i5/i7 SSDT.

You say, since I am on an ASUS mobo, that I should move the SSDT code to my DSDT.

My DSDT section for Scope _PR is in the screenshot.. When I replace t he Processor (CPU) blah section I get 51 errors in my DSDT and I have no idea what to do.. Someone help?
 

Attachments

  • Screen Shot 2012-07-17 at 9.38.28 PM.png
    Screen Shot 2012-07-17 at 9.38.28 PM.png
    170.7 KB · Views: 139
Also was stuck at 1600 with Lion 10.7.4, MB: asus P8H67 revision 3 (B3), CPU: Core i5 2400, GPU: GTS450, RAM: 8MB.

So far everything works fine: sound, graphics, sleep, speedstep etc.

Resolved with:

1. flashing bios with official P8H67-ASUS-3603.ROM
2. bios settings:
Ai overclock tuner: auto
Memory frequency: auto
EPU power saving mode: enabled
OC Tuner: OK (it seems this setting fixes speedstep stuck at 1600 not sure)
EIST: enabled
Turbo mode: enabled

3. DSDT:
- Extract with DSDTEditor
- patch with: P8 (generic) BIOS 3xxx.txt

4. MultiBeast 4.6.1:
-UserDSDT Install
-Audio:
- Non DSDT HDA Enabler
- Patched AppleHDA
- ALC88b/887
-v100302 Current
-Graphics:
- Nvidia's: Retail_270.00.00f06.dmg
-Miscellaneous:
- FakeSMC
- FakeSMC Plugins
- Motherboard Plugins
- HWMonitor
- Patched AppleIntelCPUPowerManagement
- OSX 10.7.4
-Network:
- Lnx2Mac's RealtekRTL81xx
-SSDT:
- Core i5 (raw MultiBeast , nothing changed)
 
Works on my P8P67 Pro :cool:

For i5-2500k it is:

Code:
Package (0x06)
            {
                0x0ED8, 
                Zero, 
                0x0A, 
                0x0A, 
                0x2600, 
                0x2600
            }, 
            Package (0x06)
            {
                0x0E74, 
                Zero, 
                0x0A, 
                0x0A, 
                0x2500, 
                0x2500
            }, 
            Package (0x06)
            {
                0x0E10, 
                Zero, 
                0x0A, 
                0x0A, 
                0x2400, 
                0x2400
            }, 
            Package (0x06)
            {
                0x0DAC, 
                Zero, 
                0x0A, 
                0x0A, 
                0x2300, 
                0x2300
            }, 
            Package (0x06)
            {
                0x0D48, 
                Zero, 
                0x0A, 
                0x0A, 
                0x2200, 
                0x2200
            }, 
            Package (0x06)
            {
                0x0CE4, 
                Zero, 
                0x0A, 
                0x0A, 
                0x2100, 
                0x2100
            }, 
            Package (0x06)
            {
                0x0C80, 
                Zero, 
                0x0A, 
                0x0A, 
                0x2000, 
                0x2000
            }, 
            Package (0x06)
            {
                0x0C1C, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1F00, 
                0x1F00
            }, 
            Package (0x06)
            {
                0x0BB8, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1E00, 
                0x1E00
            }, 
            Package (0x06)
            {
                0x0B54, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1D00, 
                0x1D00
            }, 
            Package (0x06)
            {
                0x0AF0, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1C00, 
                0x1C00
            }, 
            Package (0x06)
            {
                0x0A8C, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1B00, 
                0x1B00
            }, 
            Package (0x06)
            {
                0x0A28, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1A00, 
                0x1A00
            }, 
            Package (0x06)
            {
                0x09C4, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1900, 
                0x1900
            }, 
            Package (0x06)
            {
                0x0960, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1800, 
                0x1800
            }, 
            Package (0x06)
            {
                0x08FC, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1700, 
                0x1700
            }, 
            Package (0x06)
            {
                0x0898, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1600, 
                0x1600
            }, 
            Package (0x06)
            {
                0x0834, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1500, 
                0x1500
            }, 
            Package (0x06)
            {
                0x07D0, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1400, 
                0x1400
            }, 
            Package (0x06)
            {
                0x076C, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1300, 
                0x1300
            }, 
            Package (0x06)
            {
                0x0708, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1200, 
                0x1200
            }, 
            Package (0x06)
            {
                0x06A4, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1100, 
                0x1100
            }, 
            Package (0x06)
            {
                0x0640, 
                Zero, 
                0x0A, 
                0x0A, 
                0x1000, 
                0x1000
            }

And this has changed too:

Code:
Name (APSS, Package (0x10) to -----> Name (APSS, Package (0x17)

what frequencies do you have in your bios? is this for over clock or just stock i5 2500K?
these look like they are from the ssdt provided by multi beast for stock i5. still do not have any speed stepping other than for 16, and 33.


i am using SSDT i5 from multi beast 4.6.1 and modified applepowermanagement and added those lines to my DSDT for p8p67 pro 2103 and i still only get two p states 16 and 33. i have per by core selected with auto for each input (4 spots). do i need to input a value there?
 
Hey, can someone help me with SSDT?

Right now my turbo clock set in the bios goes up to 4000MHz, and I'm using MB Overclocked i5/i7 SSDT.

You say, since I am on an ASUS mobo, that I should move the SSDT code to my DSDT.

My DSDT section for Scope _PR is in the screenshot.. When I replace t he Processor (CPU) blah section I get 51 errors in my DSDT and I have no idea what to do.. Someone help?


select fix errors button and refer to http://www.tonymacx86.com/showthread.php/60096-GUIDE-Extract-and-Fix-DSDT-MSI-Z77A-G43 for fixing warnings.
 
I'm going to try post #2 when I get home, Ive never used a DSDT in the past but will give this a go...
 
Hmm, patched bios and I still get 52 errors in DSDT, and I can't use DSDT Editor and Patcher to fix the errors. Errors such as Object does not exist (NGPH), or Object does not exist (NPME)

No errors arise on my edited dsdt..
 
Hi, I had the same 1600MHz problem. GA-Z68MA-D2H-B3 with i7-2600k (non-oc).

I fixed it by taking Baldzar's settings above (adapted to my system's specs of course) + BIOS setting 'realtime CPU control in OS' = disabled.

Runs like a dream now. 3500MHz max.
 
Hey, can someone help me with SSDT?

Right now my turbo clock set in the bios goes up to 4000MHz, and I'm using MB Overclocked i5/i7 SSDT.

You say, since I am on an ASUS mobo, that I should move the SSDT code to my DSDT.

My DSDT section for Scope _PR is in the screenshot.. When I replace t he Processor (CPU) blah section I get 51 errors in my DSDT and I have no idea what to do.. Someone help?

Post your base DSDT.aml here and I will attempt to compile it for you.

Please tell me your MB model too so I can apply the correct patch.
 
Status
Not open for further replies.
Back
Top