Contribute
Register

CPU running at full frequency

Status
Not open for further replies.
Joined
Apr 13, 2014
Messages
43
Motherboard
lenovo l420
CPU
intel i3
Graphics
intel hd 3000
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. iOS
i have created my hackintosh with help of tonymacx86 ....

but one problem i see in HWMonitor, CPU always (Most of time) running at full frequency (attached screenshot) .....

without any running app it also run at full frequency .....

- i am using appleintelpatched.kext (from multibeast)
- i removed nullcpupowermanagement.kext
- i am using custom SSDT (generated by piker alpha script)
- i am using DSDT (created by some expert, sorry i forgot name), i see my cpu name in dsdt, so hope it is right.

My laptop specification
Lenovo l420 (OS X Yosemite)
-Intel® Core™ i3-2310M Processor (3M Cache, 2.10 GHz)
-Intel hd 3000

and also i see
[FONT=arial, sans-serif]temperature sometime at 60 c ( is this normal ??)
[/FONT]
 

Attachments

  • Screen Shot 2015-08-09 at 11.41.28 am.jpg
    Screen Shot 2015-08-09 at 11.41.28 am.jpg
    153.5 KB · Views: 716
Moved to Laptop Support.
 
i have created my hackintosh with help of tonymacx86 ....

but one problem i see in HWMonitor, CPU always (Most of time) running at full frequency (attached screenshot) .....

without any running app it also run at full frequency .....

- i am using appleintelpatched.kext (from multibeast)
- i removed nullcpupowermanagement.kext
- i am using custom SSDT (generated by piker alpha script)
- i am using DSDT (created by some expert, sorry i forgot name), i see my cpu name in dsdt, so hope it is right.

My laptop specification
Lenovo l420 (OS X Yosemite)
-Intel® Core™ i3-2310M Processor (3M Cache, 2.10 GHz)
-Intel hd 3000

and also i see
[FONT=arial, sans-serif]temperature sometime at 60 c ( is this normal ??)
[/FONT]

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
 
Hello RehabMan,

thank you for reply (actually i am your fan by seen your voodoops2 kext work, as it work like charm for my synaptic controller)

1) kextstat|grep -y acpiplat


12 2 0xffffff7f80add000 0x5f000 0x5f000 com.apple.driver.AppleACPIPlatform (3.1) <11 10 7 6 5 4 3 1>


2) kextstat|grep -y appleintelcpu


15 0 0xffffff7f80b53000 0x2b000 0x2b000 com.apple.driver.AppleIntelCPUPowerManagement (216.0.0) <7 6 5 4 3 1>
28 0 0xffffff7f80c47000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>


3) kextstat|grep -y applelpc

79 0 0xffffff7f81088000 0x3000 0x3000 com.apple.driver.AppleLPC (1.7.3) <73 11 5 4 3>

other files attached ....
 

Attachments

  • RehabMan.zip
    26.1 KB · Views: 93
  • IORegister o:p.ioreg
    1.6 MB · Views: 235
Hello RehabMan,

thank you for reply (actually i am your fan by seen your voodoops2 kext work, as it work like charm for my synaptic controller)

1) kextstat|grep -y acpiplat


12 2 0xffffff7f80add000 0x5f000 0x5f000 com.apple.driver.AppleACPIPlatform (3.1) <11 10 7 6 5 4 3 1>


2) kextstat|grep -y appleintelcpu


15 0 0xffffff7f80b53000 0x2b000 0x2b000 com.apple.driver.AppleIntelCPUPowerManagement (216.0.0) <7 6 5 4 3 1>
28 0 0xffffff7f80c47000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>


3) kextstat|grep -y applelpc

79 0 0xffffff7f81088000 0x3000 0x3000 com.apple.driver.AppleLPC (1.7.3) <73 11 5 4 3>

other files attached ....

Power management looks to be correct.

If your CPU is always at 100%, it is most likely caused by something you installed. Check Activity Monitor to see what is using CPU resources.
 
Power management looks to be correct.

If your CPU is always at 100%, it is most likely caused by something you installed. Check Activity Monitor to see what is using CPU resources.


it means did you analysed my DSDT ??

i think there is problem in DSDT (cause it is only thing not generated by script or by multicast)
 
it means did you analysed my DSDT ??

i think there is problem in DSDT (cause it is only thing not generated by script or by multicast)

DSDT is not involved in power management, so I didn't look at it.
 
Power management looks to be correct.

If your CPU is always at 100%, it is most likely caused by something you installed. Check Activity Monitor to see what is using CPU resources.

this is my activity monitor screenshot
 

Attachments

  • Screen Shot 2015-08-09 at 11.46.30 pm.png
    Screen Shot 2015-08-09 at 11.46.30 pm.png
    663.2 KB · Views: 541
i think there is bug in HWMonitor....

in "INTEL POWER GADGET", i see different results....
 

Attachments

  • Screen Shot 2015-08-09 at 11.57.54 pm.png
    Screen Shot 2015-08-09 at 11.57.54 pm.png
    561 KB · Views: 526
Status
Not open for further replies.
Back
Top