lm_sensors & ASUS M2NPV-VM

zkab
Inlägg: 19
Blev medlem: 15 mar 2007, 09:57

lm_sensors & ASUS M2NPV-VM

Inlägg av zkab »

Mitt MB är ASUS M2NPV-VM med AMD 64 X2 Dual Core Processor 4800+ där jag kör Ubuntu 7.04
Både ACPI APIC support och Q_Fan är enablade i BIOS

Följde rekommendationerna hur man installerar lm_sensors och fick följande resultat (se nedan) som jag inte riktigt blir klok på.

Vad jag inte förstår är sensor utskriften:

  - varför får man Core0/1 med 2 temp
  - vad är CPU Temp (=+43°C ... jag har ju dual core system)
  - varför går CPU fläkten så fort trots att core temp är låg
  - vad är temp3
  - hur får man bort dessa ALARM
  - varför ör dokumentationen till lm_sensors & sensors.conf så dålig

Har kolla runt i olika forum men har kört fast ...

Tacksam för tips ...
/zkab

1) sensors ger:

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:
            +24°C
Core0 Temp:
            +22°C
Core1 Temp:
            +20°C
Core1 Temp:
            +24°C

it8716-isa-0290
Adapter: ISA adapter
VCore:    +1.23 V  (min =  +0.00 V, max =  +4.08 V) 
3.3V:      +3.25 V  (min =  +0.00 V, max =  +4.08 V) 
5V:        +4.73 V  (min =  +0.00 V, max =  +6.85 V) 
12V:      +11.65 V  (min =  +0.00 V, max = +16.32 V) 
5VSB:      +4.62 V  (min =  +0.00 V, max =  +6.85 V) 
VBat:      +2.85 V
CPU_PWM:  1483 RPM  (min = 3245 RPM)                  ALARM
Rear  :  403 RPM  (min = 3245 RPM)                  ALARM
CPU Temp:    +43°C  (low  =    -1°C, high =  +127°C)  sensor = diode 
M/B Temp:    +42°C  (low  =    -1°C, high =  +127°C)  sensor = thermistor 
Temp3:      +25°C  (low  =    -1°C, high =  +127°C)  sensor = thermistor 
VID:      +0.000 V

2) uname -a ger:

Linux 2.6.20-16-generic #2 SMP Wed May 23 01:46:23 UTC 2007 i686 GNU/Linux

3) cat /proc/cpuinfo ger:

processor      : 0
vendor_id      : AuthenticAMD
cpu family      : 15
model          : 107
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
stepping        : 1
cpu MHz        : 2505.293
cache size      : 512 KB
physical id    : 0
siblings        : 2
core id        : 0
cpu cores      : 2
fdiv_bug        : no
hlt_bug        : no
f00f_bug        : no
coma_bug        : no
fpu            : yes
fpu_exception  : yes
cpuid level    : 1
wp              : yes
flags          : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8legacy ts fid vid ttp tm stc [6]
bogomips        : 5014.83
clflush size    : 64

processor      : 1
vendor_id      : AuthenticAMD
cpu family      : 15
model          : 107
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
stepping        : 1
cpu MHz        : 2505.293
cache size      : 512 KB
physical id    : 0
siblings        : 2
core id        : 1
cpu cores      : 2
fdiv_bug        : no
hlt_bug        : no
f00f_bug        : no
coma_bug        : no
fpu            : yes
fpu_exception  : yes
cpuid level    : 1
wp              : yes
flags          : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8legacy ts fid vid ttp tm stc [6]
bogomips        : 5010.80
clflush size    : 64

4) /etc/sensors.config ser ut så här:


chip "it8716-*"
#---------------------------------------------------------------------- ZKAB

# Voltages

label  in0  "VCore"
label  in1  "3.3V"
label  in3  "5V"
label  in4  "12V"
label  in7  "5VSB"
label  in8  "VBat"

ignore in2
ignore in5
ignore in6

compute in3  ((6.8/10)+1)*@ , @/((6.8/10)+1)
compute in4  ((30/10)+1)*@  , @/((30/10)+1)
compute in7  ((6.8/10)+1)*@ , @/((6.8/10)+1)

# If vid (nominal CPU voltage) isn't correct, hardcode the correct value
# instead.
#    set in0_min  vid * 0.95
#    set in0_max  vid * 1.05
#    set in2_min  3.3 * 0.95
#    set in2_max  3.3 * 1.05
#    set in3_min    5 * 0.95
#    set in3_max    5 * 1.05
#    set in4_min  12 * 0.95
#    set in4_max  12 * 1.05
#    set in7_min    5 * 0.95
#    set in7_max    5 * 1.05
# The chip does not support in8 min/max

# Temperatures

# If you are lucky, the BIOS has set the proper sensor types for you.
# If your temperature readings are completely whacky you probably
# need to change the sensor types. Adujst and uncomment the
# appropriate lines below.
#
# 2 = thermistor; 3 = thermal diode; 0 = unused
#  set sensor1  3
#  set sensor2  3
#  set sensor3  3

# If a given sensor isn't used, you will probably want to ignore it
# as well (see ignore statement right below).
# The CPU sensor can be any of temp1, temp2 or temp3 - it's motherboard
# dependent. Same for the motherboard temperature.

  label  temp1  "CPU Temp"
  label  temp2  "M/B Temp"
  label  temp3  "Temp3"
#  ignore temp3

#  set temp1_over  60
#  set temp1_low  10
#  set temp2_over  50
#  set temp2_low  10

# Fans

# The CPU fan can be any of fan1, fan2 or fan3 - it's motherboard
# dependent. Same for the case fan.

  label  fan1 "CPU_PWM"
  label  fan2 "Rear  "
  ignore fan3
  label  vid "VID"
#  ignore vid

#  set fan1_min 2000
#  set fan2_min 2000

# -------------------------------------------------------------------------------------------------



Gorgo
Inlägg: 57
Blev medlem: 08 maj 2007, 10:35
OS: Ubuntu
Utgåva: 24.04 Noble Numbat LTS
Ort: Helsingborg/Sverige
Kontakt:

SV: lm_sensors & ASUS M2NPV-VM

Inlägg av Gorgo »

hejsan, har problem med min sensor, får alltid mycket låga temperatur värden. runt -4 grader, hehe.. tror inte det stämmer. men dina värden verkar mer stämma... hur har du gjort för att få det så rätt?
//Gorgo, Linux is the only one
Skriv svar

Återgå till "Installation/Uppgradering/Drivrutiner - inaktuell"