korlaz n00b
Joined: 04 Jun 2003 Posts: 61
|
Posted: Thu Jul 17, 2003 3:15 pm Post subject: Pb with lm_sensors 2.8 and nforce2 |
|
|
My MB is an A7N8X with Athlon XP 2200+ :
1. I compiled i2c 2.8.0 and lm_sensors 2.8.0 then i ran sensors-detect :
Code: | To load everything that is needed, add this to some /etc/rc* file:
#----cut here----
# I2C adapter drivers
modprobe i2c-nforce2
# I2C chip drivers
modprobe eeprom
modprobe w83781d
modprobe to-be-written
# sleep 2 # optional
/usr/local/bin/sensors -s # recommended
#----cut here---- |
but I can't modprobe to-be-written : what is it ?
2. I added lm_sensors to my services :
Code: | rc-update add lm_sensors default |
Then I modprobed all the modules needed (except to-be-written)
I launched the service :
Code: | /etc/init.d/lm_sensors start
* /etc/conf.d/lm_sensors does not exist, try running sensors-detect |
3. I can launch sensors :
Code: |
as99127f-i2c-1-2d
Adapter: SMBus nForce2 adapter at 5500
Algorithm: Non-I2C SMBus adapter
VCore 1: +1.69 V (min = +1.48 V, max = +1.80 V)
VCore 2: +1.69 V (min = +1.48 V, max = +1.80 V)
+3.3V: +3.26 V (min = +2.97 V, max = +3.63 V)
+5V: +4.80 V (min = +4.50 V, max = +5.48 V)
+12V: +12.16 V (min = +10.79 V, max = +13.11 V)
-12V: -12.72 V (min = -0.00 V, max = -0.00 V)
-5V: -4.82 V (min = -0.00 V, max = -0.00 V)
fan1: 8653 RPM (min = 3000 RPM, div = 2)
fan2: 0 RPM (min = 3000 RPM, div = 2)
fan3: 0 RPM (min = 3000 RPM, div = 2)
temp1: +32°C (limit = +60°C)
temp2: +46.4°C (limit = +120°C, hysteresis = +100°C)
temp3: +255.4°C (limit = +120°C, hysteresis = +100°C)
vid: +1.650 V
alarms:
beep_enable:
Sound alarm enabled
eeprom-i2c-0-51
Adapter: SMBus nForce2 adapter at 5000
Algorithm: Non-I2C SMBus adapter
Machine name: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
Serial number: ÿ
@ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
eeprom-i2c-0-52
Adapter: SMBus nForce2 adapter at 5000
Algorithm: Non-I2C SMBus adapter
Machine name: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
Serial number: ÿ
@ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
|
I got these weird readings ...
Any suggestions ? |
|