On Tue, 15 Jan 2002, Maicon Radeschi wrote: > > > > http://www2.lm-sensors.nu/~lm78/newdrivers.html > > "sensors-detect will recommend i2c-sis5595 but it won't work. It will also > > recommend sis5595 for sensors but that is wrong also, these chips do not > > have integrated sensors. You probably want the it87 chip module for the > > sensors." > > > > Maicon, qual a sua placa mae? Fabricante, Modelo, Revisao. > > > > hmm... acho que eh PC100 - M748LMRT - v3.1 S6T/December 1999 >
se for essa ... (ja muitas dessas placas no sexto de lixo) http://www.pcchips.com.tw/M748LMRT.html Parece que usa o chip IT8705F ou IT8712F, entao fa�a. use a versao nova do lm_sensors coloque no rc.modules para carregar os modulos abaixo. # I2C adapter drivers i2c-isa ## I2C chip drivers #sis5595 it87 no modules.conf coloque options it87 temp_type=0x70 post-install it87 /usr/bin/sensors -s >/dev/null 2>/dev/null o /etc/sensors.conf fica assim. Os parametros de correcao das tens�es podem ser diferentes para a sua placa . chip "it87-*" # The values below have been tested on Asus CUSI, CUM motherboards. # 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" # Tensoes ajutados para MB ecs k7s5a, nao estao perfeitas. set in0_min 1.7 * 0.95 set in0_max 1.7 * 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 set in5_min -12 * 0.95 set in5_max -12 * 1.05 set in6_min -5 * 0.95 set in6_max -5 * 1.05 set in7_min -5 * 0.95 set in7_max -5 * 1.05 # vid not monitored by IT8705F ignore vid compute in2 1.018*@ , @/1.018 compute in3 1.732*@ , @/1.732 compute in4 4.032*@ , @/4.032 compute in5 -3.708*@ , -@/3.708 compute in6 -5.275*@ , -@/5.275 compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) # Temperature label temp1 "none" set temp1_over 40 set temp1_hyst 20 label temp2 "MB" set temp2_over 45 set temp2_hyst 25 label temp3 "CPU" set temp3_over 60 set temp3_hyst 25 ignore temp1 #compute temp2 @, @ # Fans set fan1_min 3000 set fan2_min 3000 ignore fan2 ignore fan3 #FIM Agora vc me deve sem reais + o bus�o.... :)))) Paulino _________________________________ ________________________________________ Paulino Kenji Sato | Universidade Estadual de Maringa mailto:[EMAIL PROTECTED] | Departamento de Fisica http://www.dfi.uem.br/~paulino | Maringa Pr Brasil http://br.geocities.com/linosam/ | Linux user 56176 Assinantes em 15/01/2002: 2227 Mensagens recebidas desde 07/01/1999: 150589 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
