Contribute
Register

Asus R510JK - i7 4710HQ overheating

Status
Not open for further replies.
Joined
Mar 10, 2015
Messages
51
Motherboard
ASRock Z97 Extreme9
CPU
Intel® Core™ i7-4790K
Graphics
Intel HD Graphics 4600
Hello,

I've got a problem with CPU temperatures on OS X, the CPU temp is really high - about 90 degrees all the time, it is not the CPU problem because when I switch to Windows 8, the CPU temps are normal ~40-45 degrees. I think it's realted to the CPU clock - on OS X I've got all the time over ~3,2 GHz, on Windows the clocks are normal - 0.8 GHz. Is there any way to fix it?

Thank you in advance for all answers.

screen osx.jpg screen_windows.jpg
 
Hello,

I've got a problem with CPU temperatures on OS X, the CPU temp is really high - about 90 degrees all the time, it is not the CPU problem because when I switch to Windows 8, the CPU temps are normal ~40-45 degrees. I think it's realted to the CPU clock - on OS X I've got all the time over ~3,2 GHz, on Windows the clocks are normal - 0.8 GHz. Any suggestions how to fix it?

View attachment 143342View attachment 143343

Thank you in advance for all answers.

http://www.tonymacx86.com/yosemite-laptop-support/146870-guide-native-power-management-laptops.html

http://www.tonymacx86.com/yosemite-...bling-discrete-graphics-dual-gpu-laptops.html

http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
I think I already have Native Power Management, NVidia GPU is also disabled, what I've just seen, once I connect charger the CPU clock rises to ~ 3.2 and it's for whole time that charger is plugged, after I unplug it the clocks speed start to fall, but the cpu temp are still ~20 degrees higher than on Windows. Any ideas how to fix it?

View attachment 143347
 

Attachments

  • Zrzut ekranu 2015-07-08 o 00.11.53.png
    Zrzut ekranu 2015-07-08 o 00.11.53.png
    879.3 KB · Views: 165
I think I already have Native Power Management, NVidia GPU is also disabled, what I've just seen, once I connect charger the CPU clock rises to ~ 3.2 and it's for whole time that charger is plugged, after I unplug it the clocks speed start to fall, but the cpu temp are still ~20 degrees higher than on Windows. Any ideas how to fix it?

View attachment 143347

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

Also, post EFI/Clover folder.
 
Code:
MacBook-Pro-Wojtek:RehabMan Wojtek$ kextstat|grep -y acpiplat
   13    2 0xffffff7f820e9000 0x65000    0x65000    com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
MacBook-Pro-Wojtek:RehabMan Wojtek$ kextstat|grep -y appleintelcpu
 

Attachments

  • EFI.zip
    8.6 MB · Views: 86
  • MacBook Pro (Wojtek)0807.ioreg
    1.8 MB · Views: 101
  • RehabMan.zip
    41.8 KB · Views: 40
Code:
MacBook-Pro-Wojtek:RehabMan Wojtek$ kextstat|grep -y acpiplat
   13    2 0xffffff7f820e9000 0x65000    0x65000    com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
MacBook-Pro-Wojtek:RehabMan Wojtek$ kextstat|grep -y appleintelcpu

There is no generated SSDT from ssdtPRgen.sh.

Read the power management guide carefully.
 
I generated SSDT from ssdtPRgen.sh and placed it into ACPI/patched, but the problem is still, and I also noticed that since few days my laptop is much much slower and the battery life now is ~ 1h when few days it was ~2h, no idea what happend ;/
 
Code:
MacBook-Pro-Wojtek:RehabMan Wojtek$ kextstat|grep -y acpiplat   13    2 0xffffff7f820e9000 0x65000    0x65000    com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
MacBook-Pro-Wojtek:RehabMan Wojtek$ kextstat|grep -y appleintelcpu
MacBook-Pro-Wojtek:RehabMan Wojtek$
 

Attachments

  • RehabMan.zip
    42.8 KB · Views: 54
  • MacBook Pro (Wojtek)_New.ioreg
    1.8 MB · Views: 73
  • EFI_New.zip
    8.6 MB · Views: 53
Code:
MacBook-Pro-Wojtek:RehabMan Wojtek$ kextstat|grep -y acpiplat   13    2 0xffffff7f820e9000 0x65000    0x65000    com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
MacBook-Pro-Wojtek:RehabMan Wojtek$ kextstat|grep -y appleintelcpu
MacBook-Pro-Wojtek:RehabMan Wojtek$

Generated SSDT is wrong. Processor objects are in Scope (_PR) but your SSDT is using Scope (_SB).

Change all _SB to _PR in the generated SSDT.
 
Status
Not open for further replies.
Back
Top