Linux, overclocking and heat

OS / Drivers / BIOS
Post Reply
purrkur
Linux Guru
Posts: 687
Joined: Fri Dec 12, 2003 5:57 pm
Location: Sweden
Contact:

Linux, overclocking and heat

Post by purrkur »

I was wondering if you guys could give me some feedback...

I am running an unmodified BP6 (standard caps and all) from 1998 with two 400MHz Celerons in it, at 466MHz. The BIOS is the latest one from Abit. I am running Linux (Debian), now with the latest 2.6.5 kernel and it is simply rock solid and stable. The system is on 24/7 and I do make it work hard (as an Enemy Territory server amongst other things). It has not crashed once on me.

Anyhow, after overclocking it and compiling the 2.6.5 kernel I installed support for I2C and got sensors working. I just want to get some feedback on the values that I am getting:

Code: Select all

[davidt@loki]:~$ sensors
eeprom-i2c-0-51
Adapter: SMBus PIIX4 adapter at 5000
Memory type:            SDR SDRAM DIMM
Memory size (MB):       256

eeprom-i2c-0-50
Adapter: SMBus PIIX4 adapter at 5000
Memory type:            SDR SDRAM DIMM
Memory size (MB):       256

w83782d-i2c-0-2d
Adapter: SMBus PIIX4 adapter at 5000
VCore 1:   +1.98 V  (min =  +1.90 V, max =  +2.10 V)
VCore 2:   +1.46 V  (min =  +1.90 V, max =  +2.10 V)
+3.3V:     +3.30 V  (min =  +3.14 V, max =  +3.46 V)
+5V:       +5.05 V  (min =  +4.73 V, max =  +5.24 V)
+12V:     +12.10 V  (min = +10.82 V, max = +13.19 V)
-12V:     -11.87 V  (min = -13.18 V, max = -10.88 V)
-5V:       -5.05 V  (min =  -5.25 V, max =  -4.75 V)
V5SB:      +5.13 V  (min =  +4.73 V, max =  +5.24 V)
VBat:      +2.00 V  (min =  +2.40 V, max =  +3.60 V)
fan1:        0 RPM  (min =    0 RPM, div = 2)
fan2:        0 RPM  (min = 3000 RPM, div = 2)
fan3:        0 RPM  (min = 3000 RPM, div = 2)
temp1:       +39 C  (high =   -68 C, hyst =   -97 C)   sensor = thermistor
temp2:     +37.5 C  (high =   +80 C, hyst =   +75 C)   sensor = thermistor
temp3:     +48.0 C  (high =   +80 C, hyst =   +75 C)   sensor = thermistor
vid:      +2.000 V
alarms:
beep_enable:
          Sound alarm disabled
The CPU's were idle and had been idle for some time when I ran sensors...

What I would like is to get some feedback on the temperatures. Temp1 and 2 are the cpu's while the third is the system. High? Low? Justabout right? Anybody know where the system temp is measured?? I am a bit surprised by that one because my harddrive temp is much lower than that:

Code: Select all

[davidt@loki]:~$ hddtemp /dev/hda
/dev/hda: ST340014A: 34 C
Could you also give me feedback on the voltage values. I got a 340W power supply that is very decent, but the motherboard still has original caps as well as the faulty EC10 (I think it is called). A project for this summer is to buy new caps and replace the ones I got.

Third thing is the fan values. Is it possible to get readings lower than 3000rpm?
BCN
Posts: 508
Joined: Tue Nov 26, 2002 9:50 am
Location: Barcelona, Spain
Contact:

Post by BCN »

the temperatures you get are OK, the voltages also. the CPU 2 voltage there with your settings you get VTT voltage, to get core2 voltage you need to change the settings, though I do not know how it is in linux.

with the fan you probably just do not get the readings.
Dual C366@550MHz 1.90V :) (History)
yet single PIII-S 512Kb L2 cache at 1400MHz@700MHz
BP6 (not modded yet)
256MB PC133 C2
GF4Ti4200-8x
Maxtor 2x60Gb - all on promise ATA133
Lite-On LTR 40125S@48125W!!!
Plus P4 system
davd_bob
Confused
Posts: 1043
Joined: Fri Feb 13, 2004 2:30 am
Location: Houston, TX

Post by davd_bob »

...what he said about voltage on cpu2.

Temps are in line with my BP6 but ive been told that the SYSTEM temp should be lower then the cpus. I changed some of the caps on my board and my system temp dropped a bunch. Before the surgery the system temp was 75C after the cap change it is more like 50C but always hotter then the CPUs.
Derek or hyperspace, Inactivex, anybody else got info on SYSTEM temp in comparision to CPU temps?

purrker,
You can probably set your voltage down on the CPUs in the BIOS to 1.85 or so and still run rock solid.
There are *almost* no bad BP6s. There are mostly bad caps.

No BP6s remaining
Athlon 2800
Sempron 2000
ViaCPU laptop with Vista.(Works great after bumping ram to 2Gig)
P-III 850@100
Holodeck2
Modder Extraordinaire
Posts: 256
Joined: Fri Jun 13, 2003 12:57 am
Location: Purdue University
Contact:

Post by Holodeck2 »

I think the sensors on the bp6 are miscalbrated, so are many others motherboards
I just got a reliable thermal probe, stuck it in there, and then just nudged the numbers on my onboard sensors via software.
All 3 of my sensors are just a couple degrees off
yea, back from the dead

If it ain't broken, mod it until it is
24seven
IRC Lurker
Posts: 495
Joined: Wed Jul 24, 2002 5:23 pm
Location: Derbyshire UK
Contact:

Post by 24seven »

You need to edit /etc/sensors.conf to change the settings, I have (tried to) attached an example one.


I also found this:-
http://freshmeat.net/projects/wmbp6/
wmbp6 is a DockApp monitoring sensors (temperatures and fans speed) of
an Abit BP6 mother board. It use lm_sensors 2.3.0 or newer (untested).
Double-click on wmbp6 launch BP6mon, a more detailed monitor.



David
You do not have the required permissions to view the files attached to this post.
purrkur
Linux Guru
Posts: 687
Joined: Fri Dec 12, 2003 5:57 pm
Location: Sweden
Contact:

Post by purrkur »

Thanks everybody for the feedback! This goes to show that the BP6 enthusiast community is alive and kicking :)

24seven, thanks for the config. I'll give this a go as soon as I have the time!
24seven
IRC Lurker
Posts: 495
Joined: Wed Jul 24, 2002 5:23 pm
Location: Derbyshire UK
Contact:

Post by 24seven »

davd_bob wrote:...what he said about voltage on cpu2.

Temps are in line with my BP6 but ive been told that the SYSTEM temp should be lower then the cpus. I changed some of the caps on my board and my system temp dropped a bunch. Before the surgery the system temp was 75C after the cap change it is more like 50C but always hotter then the CPUs.
Derek or hyperspace, Inactivex, anybody else got info on SYSTEM temp in comparision to CPU temps?

purrker,
You can probably set your voltage down on the CPUs in the BIOS to 1.85 or so and still run rock solid.
My system temp is normaly hotter than my cpus.
purrkur
Linux Guru
Posts: 687
Joined: Fri Dec 12, 2003 5:57 pm
Location: Sweden
Contact:

Post by purrkur »

24Seven,

I have been checking the config files that I got on my machine and the one you sent. It is very possible that my config is a bit more upated than yours. I found this in mine that you don't seem to have in yours:

Code: Select all

# Abit BP6 motherboard has a few differences. VCore1 and VCore2 are the core
# voltages of the two processors. Vtt is memory bus termination resistors
# voltage.
#    label in1 "Vtt"
#    label in8 "VCore2"
However, the above was in the section for these chips:

Code: Select all

chip "w83782d-*" "w83627hf-*"
I am certain that my board is using the w83781d chip and not the above. Any comments?

I am using version 2.8.6 of lm-sensors from Debian. I can post the whole config if you want. I found no differences other than the above and since they are uncommented they don't matter anyway.
davd_bob
Confused
Posts: 1043
Joined: Fri Feb 13, 2004 2:30 am
Location: Houston, TX

Post by davd_bob »

Thanks 24' for the response. I checked my temps today(Im running a single 366 at 66fsb until i get a pair from kuun) and systemp is just 1-3degrees higher then cpu2.

I got the current ver of MBM linked on this site. It reports some of the wrong voltage like core2 and VTT. I was informed that an older ver works correctly but I couldnt seem to find that ver.
can someone tell how to setup the MBM correctly or give a link to any monitor that reports correctly?

Guess im not as smart as i think i am.(everyone already knew that though)
There are *almost* no bad BP6s. There are mostly bad caps.

No BP6s remaining
Athlon 2800
Sempron 2000
ViaCPU laptop with Vista.(Works great after bumping ram to 2Gig)
P-III 850@100
24seven
IRC Lurker
Posts: 495
Joined: Wed Jul 24, 2002 5:23 pm
Location: Derbyshire UK
Contact:

Post by 24seven »

purrkur: That config file was one I found on the internet while at work. I’ve only just reinstalled Linux and haven’t finished setting it all up yet. But mine is defiantly using the w83782d chip.

Like I said it hasn’t been setup properly yet, but here is a dump from mine.
david_bob: As you can see from the dump my system runs roughly 10deg hotter when under load.

Code: Select all

w83782d-i2c-2-2d
Adapter: SMBus PIIX4 adapter at 5000
VCore 1:   +2.02 V  (min =  +1.79 V, max =  +2.19 V)
VCore 2:   +1.52 V  (min =  +1.79 V, max =  +2.19 V)
+3.3V:     +2.91 V  (min =  +2.82 V, max =  +3.79 V)       ALARM
+5V:       +4.49 V  (min =  +4.73 V, max =  +5.24 V)
+12V:     +12.40 V  (min = +10.82 V, max = +13.19 V)
-12V:     -12.36 V  (min = -13.18 V, max = -10.88 V)
-5V:       -5.50 V  (min =  -5.25 V, max =  -4.75 V)
V5SB:      +4.87 V  (min =  +4.73 V, max =  +5.24 V)
VBat:      +2.06 V  (min =  +2.40 V, max =  +3.60 V)
fan1:     4891 RPM  (min =    0 RPM, div = 2)
fan2:     4753 RPM  (min = 3040 RPM, div = 2)
fan3:        0 RPM  (min =    0 RPM, div = 2)
temp1:       +40°C  (high =    -9°C, hyst =    -1°C)   sensor = thermistor
temp2:     +38.5°C  (high =   +80°C, hyst =   +75°C)   sensor = thermistor
temp3:     +49.5°C  (high =   +80°C, hyst =   +75°C)   sensor = thermistor
vid:      +2.000 V
alarms:   Chassis intrusion detection                      ALARM
beep_enable:
          Sound alarm disabled

Code: Select all

[david@BP6 david]$ sensors -v
sensors version 2.8.4
purrkur
Linux Guru
Posts: 687
Joined: Fri Dec 12, 2003 5:57 pm
Location: Sweden
Contact:

Post by purrkur »

24seven: Strange. Sensors-detect told me I had a w83781d and that is what I set up as a module when building my kernel. I can see it when I use lsmod too and everything is working fine. However, when I run "sensors" I get this...

Code: Select all

w83782d-i2c-0-2d
Adapter: SMBus PIIX4 adapter at 5000
VCore 1:   +2.02 V  (min =  +1.90 V, max =  +2.10 V)
..........
That is exactly what you are getting. What is the deal here? I guess I need to unplug and open my machine to really find out....

what Celerons are you using?
24seven
IRC Lurker
Posts: 495
Joined: Wed Jul 24, 2002 5:23 pm
Location: Derbyshire UK
Contact:

Post by 24seven »

Dual 500's no overclocking at the moment.
Intel P3 heatsinks and fans one case fan, so its not too hot really.
hyperspace
Board Admin
Posts: 1395
Joined: Wed Jul 24, 2002 7:39 am
Location: Lincoln, NE USA
Contact:

Post by hyperspace »

davd_bob wrote: ... I got the current ver of MBM linked on this site. It reports some of the wrong voltage like core2 and VTT. I was informed that an older ver works correctly but I couldnt seem to find that ver. ...
Version 4.18 showed the correct VCORE2 values. I think I still have it if you are interested.

Here's my read out:

Code: Select all

[root@multiverse /]# sensors
eeprom-i2c-0-52
Adapter: SMBus PIIX4 adapter at 5000
Memory type:            SDR SDRAM DIMM
Memory size (MB):       128

eeprom-i2c-0-51
Adapter: SMBus PIIX4 adapter at 5000
Memory type:            SDR SDRAM DIMM
Memory size (MB):       128

eeprom-i2c-0-50
Adapter: SMBus PIIX4 adapter at 5000
Memory type:            SDR SDRAM DIMM
Memory size (MB):       128

w83782d-i2c-0-2d
Adapter: SMBus PIIX4 adapter at 5000
VCore 1:   +2.00 V  (min =  +1.90 V, max =  +2.10 V)
VCore 2:   +1.50 V  (min =  +1.90 V, max =  +2.10 V)
+3.3V:     +3.33 V  (min =  +3.14 V, max =  +3.46 V)
+5V:       +5.03 V  (min =  +4.73 V, max =  +5.24 V)
+12V:     +11.92 V  (min = +10.82 V, max = +13.19 V)
-12V:     -12.20 V  (min = -13.18 V, max = -10.88 V)
-5V:       -5.05 V  (min =  -5.25 V, max =  -4.75 V)
V5SB:      +5.13 V  (min =  +4.73 V, max =  +5.24 V)
VBat:      +2.00 V  (min =  +2.40 V, max =  +3.60 V)
fan1:     4530 RPM  (min = 4470 RPM, div = 2)
fan2:     4821 RPM  (min = 17307 RPM, div = 2)
fan3:        0 RPM  (min = 14361 RPM, div = 2)
temp1:       +33°C  (high =   -65°C, hyst =  +107°C)   sensor = thermistor   ALARM
temp2:     +35.0°C  (high =   +80°C, hyst =   +75°C)   sensor = thermistor
temp3:     +39.0°C  (high =   +80°C, hyst =   +75°C)   sensor = thermistor
vid:      +2.000 V
alarms:
beep_enable:
          Sound alarm disabled
System temperature is always higher on my system. It would probably run closer to the CPU temperatures if I had a fan blowing directly at RT3 on the mainboard.

Oh, yeah. My signature shows a picture of RT3 (System) on the mainboard.

Here's a better one:

Image
Last edited by hyperspace on Sat Nov 13, 2004 1:04 am, edited 2 times in total.
Quantum WormHole

Image
lost in hypertime...
Dave Rave
G'Day Mate!
Posts: 894
Joined: Thu Sep 26, 2002 4:28 am
Location: Sydney Australia
Contact:

Post by Dave Rave »

my sq-2, bp6 dual 533 std
runs win2k
mbm shows 39 39 and 43 for temps
my other board with those huge block copper coolers ran cooler, about 34-35, down from 45 on std coolers.
davd_bob
Confused
Posts: 1043
Joined: Fri Feb 13, 2004 2:30 am
Location: Houston, TX

Post by davd_bob »

hyperspace wrote: Version 4.18 showed the correct VCORE2 values. I think I still have it if you are interested.
YES please hook me up.

It might be a kinda big attachment but im willing to try receive it if you will email it to me.
Thanks
David
PS, I should not be on this thread cause Im still Windows only...
There are *almost* no bad BP6s. There are mostly bad caps.

No BP6s remaining
Athlon 2800
Sempron 2000
ViaCPU laptop with Vista.(Works great after bumping ram to 2Gig)
P-III 850@100
codex
Posts: 1
Joined: Thu Jan 15, 2004 3:01 pm
Contact:

hej

Post by codex »

Kan du förklara för mig hur du fick sensors att fungera? Alltså hur du fick in i2c och så att den hittade dina sensorer. har du msn kan du adda mig där om du vill.

codext610@hotmail.com

Mvh henrik
Post Reply