Probleme:
# ... However,
# on the Tyan S1598 as well as the Abit KA7 (Athalon), the absolute values
# of the readings from that sensor are not valid. The readings do seem to
# correlate with temp changes, but the conversion factor may be quite
# different from temp1 & temp2 (as noted above, VIA has not provided
# conversion info). So, you may wish to 'ignore temp3'.
(Scheint aber erstmal der einzig richtige zu sein
![Smile :)](./images/smilies/icon_smile.gif)
)
# ... on his MSI K7T Pro,
# temp1 is the CPU temp and temp2 is the SYS temp. ...
# the same for his Gigabyte GA-7DXC, ... for his Gigabyte
# GA-7ZM and ... for his Chaintech CT-5ATA.
...
# ... on Epox EP-7kxa temp2 is CPU and temp1 is SYS.
Du könntest hiermit herumspielen:
Code: Alles auswählen
# set temp1_type 2
# set temp2_type 2
# set temp3_type 0 # 0=disabled 16C, 1 failed, 2=thermistor(deprecated), 3=thermal diode, 4=thermistor, Werte springen herum
# set temp1_type 4 # 200907 2.6.30 "type 2 deprecated, please use 4 instead", aber auch das scheint auch unnoetig geworden(?)
# set temp2_type 4
Ich rate dazu, nicht in der /etc/sensors3.conf zu arbeiten (unübersichtlich),
sondern eine Datei ala /etc/sensors.d/local_via686a zu erstellen,
mit allein dem entsprechenden Abschnitt aus der /etc/sensors3.conf.
Noch generischer wäre, die /etc/sensors3.conf ganz zu "nullen".
Außerdem mal die Werteänderung beobachten,
idle <-> md5-Jobs sollten vielleicht +/- 30 Grad ausmachen.
Ändern sich die Werte entsprechend linear oder eher faktorell, nehmen bei Last vielleicht sogar ab?
Springen wild herum? Ändern sich gar nicht?