[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lm-sensors numa ASUS A7N8X-E DELUXE: configuracoes



Marcelo,

On Thursday 20 July 2006 10:42, Marcelo Luiz de Laia wrote:
> Ola,
>
> Eu fiz a instalacao do lm-sensors via apt-get e ele esta rodando legal.
>
> No entanto, ele nao esta pegando as temperaturas e velocidades dos fans
> de maneira correta.
>
> Alguem que usa essa mesma placa que eu poderia me dar umas dicas de onde
> mexer nos arquivos de configuracoes para poder ajustar o meu sistema?
>
> Inclusive, ele mostra 5 temperaturas diferentes, sendo duas delas para a
> CPU: uma para intel e outra para AMD. No entanto, eu so tenho AMD. Onde
> estaria o pulo do gato?

eu tenho uma A7V600-X e tive que fazer algumas alterações na configuração do 
meu lm-sensors. Não pude conferir tudo, pq minha BIOS não mostra os alores 
pra -12V e -5V. 

Além disso, a minha usa o módulo it87, que é diferente da sua. Mesmo assim, 
deixo as minhas modificações para referência.

Segue meu /etc/sensors.conf. Para detalhes, o man é seu amigo.

abraços
FF

---
# A7V600-X
chip "it87-*" "it8712-*"

#set beep_enable 1



# Voltage monitors as advised in the It8705 data sheet

     label in0 "VCore 1"
     label in1 "VCore 2"
     label in2 "+3.3V"
     label in3 "+5V"
     label in4 "+12V"
     label in5 "-12V"
     label in6 "-5V"
     label in7 "Stdby"
     label in8 "VBat"

     # vid is not monitored by IT8705F
#     ignore  vid

     # Only one core
     ignore  in1

     # Not -12V and -5V
     ignore in5
     ignore in6


     #The Core voltage is shifted for .13 volt, so correcting
     compute in0 -0.13+@ , @+0.13

     # Same as original
     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)




     set in0_min 1.6 * 0.95
     set in0_max 1.6 * 1.05
     set in1_min 2.4
     set in1_max 2.6
     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.95
     set in4_max 12 * 1.05

     # -12V and -5V can't be checked, but they stay here anyway
     set in5_max -12 * 0.95
     set in5_min -12 * 1.05
     set in6_max -5 * 0.95
     set in6_min -5 * 1.05

     set in7_min 5 * 0.95
     set in7_max 5 * 1.05
     #the chip does not support in8 min/max

# Temperature
#
# 2 = thermistor; 3 = thermal diode; 0 = unused
     set sensor1 2
     set sensor2 2
     set sensor3 0

     label temp1       "CPU Temp"
     set   temp1_over  45
     set   temp1_low   15
     label temp2       "M/B Temp"
     set   temp2_over  40
     set   temp2_low   15

     ignore temp3

# Fans
     # CPU Fan
     compute fan1 -200 +@, @+200
     set fan1_min 3000


     # Case Fan
     set fan2_min 3000
     ignore fan2

     ignore fan3

---



Reply to: