View previous topic :: View next topic |
Author |
Message |
meowsqueak Veteran
Joined: 26 Aug 2003 Posts: 1549 Location: New Zealand
|
Posted: Wed Oct 29, 2003 3:28 am Post subject: ASUS-A7V8X Sensors |
|
|
Has anyone got a good /etc/sensors.conf for this motherboard? I'm having trouble getting the lm_sensors reported values to match with the BIOS readings. |
|
Back to top |
|
|
meowsqueak Veteran
Joined: 26 Aug 2003 Posts: 1549 Location: New Zealand
|
Posted: Wed Oct 29, 2003 9:31 am Post subject: Followup for future reference: |
|
|
I had some success with the new asb100 driver in lm_sensors2. It was written today apparently, and is only in CVS at this stage. I use this instead of w83781d.o and duplicate the as99127f-* section with 'chip "asb100-*"' in /etc/sensors.conf.
Now I seem to get the right temperatures in temp3 and temp4 readings, which is good. Match the readings from Asus Probe in Windows, anyway.
Although I have noticed that Asus Probe readings are different from the BIOS readings by a few degrees C, and also swapped around - M/B should be CPU and vice versa.
That driver (asb100) is still under heavy development, so nothing is guaranteed... |
|
Back to top |
|
|
beejay Retired Dev
Joined: 03 Oct 2002 Posts: 924 Location: Flensungen (das liegt neben Merlau)
|
Posted: Wed Oct 29, 2003 9:36 am Post subject: |
|
|
I have the same board. The Problem is that ASUS doesn't give any detailed specification of the ASB100/Bach-Chip, so the lmsensors-developers had to figure out. default-config should work except this 3rd-temperature sensor (that constantly shows 14°C for me ).
Also some fans send a wrong tachometer-signal (Verax is well known for this problem) I have readings of about 21000 RPM -- which of yourse is impossible. _________________ Dort wo schwarzer Rauch aufsteigt, sich alsbald ein Fehler zeigt.
www.paludis-sucks.org | www.gentoo.de | www.gentoo-ev.org | www.gentoo.org |
|
Back to top |
|
|
meowsqueak Veteran
Joined: 26 Aug 2003 Posts: 1549 Location: New Zealand
|
Posted: Wed Oct 29, 2003 9:47 am Post subject: |
|
|
Yeah, I've been in contact with Mark Hoffman who is working on the asb100 driver. The default as99127f driver didn't work for me at all - I was getting around 50 - 80C for temp2, although temp1 seemed reasonable. temp3 was stuck at 14C too.
The asb100 driver, however, gives CPU and M/B temps that match Asus Probe, but still don't quite match my BIOS. I'm watercooled so we're talking around 24C for both. |
|
Back to top |
|
|
dma Guru
Joined: 31 Jan 2003 Posts: 437 Location: Charlotte, NC, USA
|
Posted: Thu Oct 30, 2003 2:54 am Post subject: |
|
|
This is what I used. I don't know what temp1 and temp3 are supposed to be exactly.
diffs:
Code: | # for at least Asus A7V133/133-C
- compute temp2 @*2.0, @/2.0
+# compute temp2 @*2.0, @/2.0
+ compute temp2 @*1.5, @/1.5
compute temp3 @*2.0, @/2.0 |
Code: | chip "as99127f-*"
# Same as above for w83782d except that in5 and in6 negative voltages
# are computed as in the w83781d.
# Asus won't release a datasheet so this is guesswork.
# New in5 and temp2 calculations courtesy Guntram Blohm.
label in0 "VCore 1"
label in1 "VCore 2"
label in2 "+3.3V"
label in3 "+5V"
label in4 "+12V"
label in5 "-12V"
label in6 "-5V"
compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
compute in4 ((28/10)+1)*@ , @/((28/10)+1)
compute in5 -(240/60.4)*@ , -@/(240/60.4)
compute in6 -(90.9/60.4)*@ , -@/(90.9/60.4)
# for at least Asus A7V133/133-C
# compute temp2 @*2.0, @/2.0
compute temp2 @*1.5, @/1.5
compute temp3 @*2.0, @/2.0
# does anyone know a board for which the following is correct?
# compute temp2 (@*30/43)+25, (@-25)*43/30
# adjust this if your vid is wrong; see doc/vid
# set vrm 9.0
# set limits to 5% for the critical voltages
# set limits to 10% for the non-critical voltages
# set limits to 20% for the battery voltage
set in0_min vid*0.95
set in0_max vid*1.05
set in1_min vid*0.95
set in1_max vid*1.05
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5.0 * 0.95
set in3_max 5.0 * 1.05
set in4_min 12 * 0.90
set in4_max 12 * 1.10
set in5_max -12 * 0.90
set in5_min -12 * 1.10
set in6_max -5 * 0.95
set in6_min -5 * 1.05
# examples for temperature limits
# set temp1_over 40
# set temp1_hyst 37
# set temp2_over 52
# set temp2_hyst 47
# set temp3_over 52
# set temp3_hyst 47
|
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|