CPU temperature too high but fan not running at max speed

10

0

I think I am having some problem with processor fan... it never runs on full speed event though my processor temperature is going so high. I am using HWMonitor (also speedfan) to record temperatures and my temperature readings in normal are as follows:

Intel Core 2 Quad Q2800:
Core # 0: 65 c
Core # 1: 60 c
Core # 2: 59 c
Core # 3: 59 c

But during high usage like while playing a game or something it hits around 80+, I tried cleaning the grill and fan and putting new thermal grease but didn’t help.

HWMonitor further says:

FANS PWM: 
FANSWMIN0: 50%

And from the above reading I am guessing that my fan is running on 50% always and I think it is because it looks slow... Not really making any sound and you can feel any air blowing out of it if you put your hand in front of it..

I tried speedfan by my motherboard isn’t supported… By BIOS also doesn’t have any such option all it has is:

Advanced > Fan Control
- Processor Zone Response - Normal
- Processor Zone Damping – High
- Auto Fan Detection – Disable
- Fan Detection Error- Enable

My Specs are as follows:

Motherboard: Intel DG43NB [Version AAE34877-402]
CPU:  Intel(R) Core(TM) 2 Quad CPU Q8200 @ 2.33GHz [Socket 775 LGA]

Now I really want to know how to take my CPU temperature to normal again probably by making my fan to run at max speed, please help? Thank you. :)


Just checked processor specification here: Intel And it says for Intel® Core™2 Quad Processor Q8200:

TCASE 71.4°C

Am not sure about the usage of tcase, but prbbly i cld help in solving the issues.

Maven

Posted 2011-11-03T20:09:06.430

Reputation: 600

4That's not really THAAAAT hot... – Shinrai – 2011-11-03T20:10:28.877

Thats the minimum temperature ive mentioned.. as i said above during high times like playing a game or something it climbs upto 80+ ~90 C.. – Maven – 2011-11-03T20:20:07.900

does hwmonitor display the rpm for your fan? – greatwolf – 2011-11-03T20:43:06.320

I missed the part where it gets over 90, that's a worry. Can you specify WHAT the fan is (or at minimum, is it voltage modulated or PWM)? Also what the motherboard is and where and how the fan is connected? – Shinrai – 2011-11-03T20:44:06.290

@ Victor T.: no it doesnt.. But speedfan does and it is saying that Fan1: 30240 rpm, Fan2: 30240 rpm, Fan3: 23160 rpm,Fan4: 1920 rpm

However m confused as why it is showing 4 fans as in real only have one cpu fan and at max one more fan in power supply thats it! – Maven – 2011-11-03T20:58:28.397

@Shinrai : Ive Motherboard: Intel DG43NB [Version AAE34877-402] fan is connected to the socket in motherboard Am not sure how to find or at minimum, is it voltage modulated or PWM .. can you please specify? – Maven – 2011-11-03T21:02:40.670

What socket in the motherboard, specifically (how is it labeled, most boards have multiple fan headers). What model is the fan? If you can't figure either of those out, how many pins is the fan connector? – Shinrai – 2011-11-03T21:19:13.253

@Shinrai: it is connected here see pic and acc. to the label over it, it is: Foxconn FN832691 (DC 12V - 0.14A)

– Maven – 2011-11-03T22:33:24.643

I can't seem to find that fan model number. Is the connector three pins or four? If it's three, there's probably a setting in the BIOS for fan controller mode you need to change - unfortunately I am very unfamiliar with Intel motherboards, so I wouldn't know what to look for (and I don't have time to investigate right now ;_;). Alternatively, get a fan header to MOLEX adapter and run it off your power supply. – Shinrai – 2011-11-03T22:37:13.943

its four pin connector. – Maven – 2011-11-03T23:12:20.977

Then maybe the thermal control on this motherboard is just terrible. :/ – Shinrai – 2011-11-04T14:11:35.360

Have you verified your on the latest BIOS version? I've seen many BIOS's that report the wrong temp which causes the fan to either be on more or less than it should be. Looks like if your pre 0098 you could have issues. Can you verify you are on 0107? – David Remy – 2011-11-22T18:00:49.783

Have you tried to manually change the fan speed (using something like speedfan)? – soandos – 2011-11-23T23:46:40.200

Answers

5

Control Panel -> Power Options -> Edit Plan Settings -> Change Advanced Power Settings -> Processor Power Management -> System cooling policy -> Active

This is about the only system controlled method to control the fan speed / processor load mannerisms.

Alternatively, for more control, you would have to update your BIOS as suggested by @ZianChoy and attempt to control fan speed using SpeedFan.

You should also be able to control Fan Speed via the BIOS even prior to updating it, some BIOS interfaces let you configure rules, fixed RPM, or Modes whereby you could select High Performance making your PC slightly louder but effectively cooler.

Dwayne Hinterlang

Posted 2011-11-03T20:09:06.430

Reputation: 583

1

Try updating your BIOS as RemyService suggests.

You could also try putting swapping the CPU, fan, or motherboard.

Zian Choy

Posted 2011-11-03T20:09:06.430

Reputation: 1 394

1

I've experiencend the same and my fan didn't run at full speed even when I max out cpu usage so I've written a windows driver to control the fan. I suggest to download the RW tool and check the embedded controller for the temperature and speed value. I'm not an expert but it's usually the ec talking to the fan and cpu. Maybe you can get more insight when you disassemble the DSDT from the BIOS-ROM. In my laptop the ec value 0x94 controls the fan mode and the value 0x95 sets the speed. Another value is to monitor the cpu temperature and you can watch it with RW. To read and write to the ec and write a program you need to write either a driver or you need a special library like winring0. A windows driver needs to be signed by an authority for a small fee.

Gigamegs

Posted 2011-11-03T20:09:06.430

Reputation: 1 784

What is RW tool, and ec? Thank you! – Immortal Player – 2017-09-04T15:32:02.130

@ImmortalPlayer:https://rweverything.com/

– Gigamegs – 2017-09-04T16:04:07.617

"$ dmesg|grep DSDT [ 0.000000] ACPI: DSDT 0x0000000079FE9000 00E963 (v01 HPQOEM INSYDE 00000000 INTL 00040000) [ 0.360783] ACPI: _SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions [ 0.430499] ACPI: _SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events" Do you know what that means? Thank you. – Immortal Player – 2017-09-04T17:44:18.240

If you are confused on why I am asking all these questions, see this: https://superuser.com/questions/1247263/what-are-the-different-reasons-for-laptops-new-fan-to-run-too-too-slow

– Immortal Player – 2017-09-04T17:46:11.963

I used the rw everything tool. The DSDT thing didn't work for me! – Gigamegs – 2017-09-04T21:41:01.757