Contribute
Register

Does your native CPU power management work?

Status
Not open for further replies.
To check out CPUPM only
Code:
ioreg -c X86PlatformPlugin | grep CPUPStates
if it is working you will see something similar to
Code:
| | |   |   "CPUPStates" = ({"Frequency"=3600,"PState"=0},
{"Frequency"=3500,"PState"=1},{"Frequency"=3400,"PState"=2},
{"Frequency"=3300,"PState"=3},{"Frequency"=3200,"PState"=4},
{"Frequency"=3100,"PState"=5},{"Frequency"=3000,"PState"=6},
...

Need to verify that AppleLPC is loaded. You can check in ioreg or Kernel Cache.
 
Attached is my ioreg

Please explain how to read it!

Well you have more of a problem but AppleLPC is loaded but X86PlatformPlugin isn't loaded but AGPM Controller which indicates to me that using Mac Pro 5,1 is causing a issue with Powermanagement change to iMac 14,2.
 
I had to much audio popping on iMac 14,2
All those went away wit Mac Pro 5,1 def

But I guess also my powermanagement went down the drain...
Is switching back the only option?
 
I had to much audio popping on iMac 14,2
All those went away wit Mac Pro 5,1 def

But I guess also my powermanagement went down the drain...
Is switching back the only option?

Of course. No Mac Pro has ever had Z87 chipset with a i7 4770k. Audio popping can be caused by AppleHDA not patched correctly. Maybe not having Native Powermanagement implemented can also cause it might require a IRQ patch.
 
Last edited:
At least, my issue is that the Intel Power Gadget shows a constant CPU frequency (nearly a straight line) all the time (during idle).

Tom
Looks like your CPU is working with native power management. Power gadget hasn't been updated for Sierra maybe that is why it shows garbage for your system. You can use hardware monitor with fakesmc plugins if you don't believe me.
 
Status
Not open for further replies.
Back
Top