Contribute
Register

Does your native CPU power management work?

Status
Not open for further replies.
Joined
Oct 23, 2014
Messages
688
Motherboard
Gigabyte GA-Z97x-UD3H
CPU
i7 4790k
Graphics
RX 580
Mac
  1. iMac
  2. MacBook Pro
Mobile Phone
  1. iOS
Many people with 9-series MBs and Haswell cores could not make native CPU power management works, including me. The phenomenon is that the Intel Power Gadget shows a high CPU frequency even in idle status.

Tom
 
I have some problems with cpu management after upgrading to Sierra on a Haswell with a 97 motherboard... Sleeping issues
 
Many people with 9-series MBs and Haswell cores could not make native CPU power management works, including me. The phenomenon is that the Intel Power Gadget shows a high CPU frequency even in idle status.

Tom

Intel Power Gadget is not a true indication of working CPUPM on Sierra.

Looking at X86PlatformPlugin in ioreg will indicate if Native Powermanagement is working.
 
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},
...
 
Take a look in ioreg and see if X86PlatformPlugin is loaded if not there Powermanagement isn't working. [Guide] How to Make a Copy of IOReg | tonymacx86.com

Files attached. Check please.

screen-shot-2015-08-23-at-1-27-18-pm-png.148149
 

Attachments

  • Tom's iMac 14,2.zip
    1 MB · Views: 95
Files attached. Check please.

screen-shot-2015-08-23-at-1-27-18-pm-png.148149

Ioreg shows that X86PlatformPlugin is loaded along with AGPMController. AppleLPC is also loaded. Only thing is that SATA is coming under SAT0 should be under SATA in ioreg.
 
Status
Not open for further replies.
Back
Top