LmSensorsDellFifteenFifty
Note: You are viewing an old revision of this page. View the current version.
lm_sensors configuration for Dell 1550 systems.
Load the following modules (on RedHat or Fedora, add them to /etc/sysconfig/lm_sensors):
i2c-piix4 adm1021 adm9240
Add the following entry to /etc/modules.conf (for 2.4 kernels) or /etc/modprobe.conf (for 2.6 systems):
alias char-major-89 i2c-dev
And use the following /etc/sensors.conf:
chip "lm81-*" chip "max1617a-*" label temp "Board" label remote_temp "CPU Temp"
Sample output:
max1617a-i2c-0-18 Adapter: SMBus PIIX4 adapter at 0580 Algorithm: Non-I2C SMBus adapter Board: +31?C (low = +5?C, high = +55?C) CPU Temp: +25?C (low = +5?C, high = +75?C) lm81-i2c-0-2c Adapter: SMBus PIIX4 adapter at 0580 Algorithm: Non-I2C SMBus adapter 2.5V: +2.46 V (min = +2.36 V, max = +2.63 V) Vccp1: +1.70 V (min = +1.60 V, max = +1.78 V) 3.3V: +3.26 V (min = +3.12 V, max = +3.47 V) 5V: +5.00 V (min = +4.73 V, max = +5.26 V) 12V: +11.68 V (min = +11.18 V, max = +12.62 V) Vccp2: +1.49 V (min = +1.37 V, max = +1.60 V) fan1: 11065 RPM (min = 8333 RPM, div = 2) fan2: 11250 RPM (min = 8333 RPM, div = 2) temp: +25.0?C (limit = +55?C, hysteresis = +5?C) vid: +1.70 V alarms: lm81-i2c-0-2d Adapter: SMBus PIIX4 adapter at 0580 Algorithm: Non-I2C SMBus adapter 2.5V: +0.00 V (min = +0.01 V, max = +3.30 V) ALARM Vccp1: +1.70 V (min = +1.22 V, max = +1.36 V) ALARM 3.3V: +3.28 V (min = +1.10 V, max = +0.03 V) ALARM 5V: +5.00 V (min = +4.73 V, max = +5.26 V) 12V: +11.68 V (min = +0.00 V, max = +0.00 V) ALARM Vccp2: +1.50 V (min = +0.00 V, max = +0.00 V) ALARM fan1: 11637 RPM (min = 8333 RPM, div = 2) fan2: 11440 RPM (min = 8333 RPM, div = 2) temp: +25.0?C (limit = +55?C, hysteresis = +5?C) vid: +1.30 V alarms: lm81-i2c-0-2e Adapter: SMBus PIIX4 adapter at 0580 Algorithm: Non-I2C SMBus adapter 2.5V: +2.36 V (min = +1.49 V, max = +2.63 V) Vccp1: +0.00 V (min = +0.22 V, max = +0.45 V) ALARM 3.3V: +3.26 V (min = +3.12 V, max = +3.47 V) 5V: +5.02 V (min = +4.73 V, max = +5.26 V) 12V: +11.75 V (min = +11.18 V, max = +12.62 V) Vccp2: +0.00 V (min = +1.85 V, max = +0.25 V) ALARM fan1: 8231 RPM (min = 7258 RPM, div = 2) fan2: 0 RPM (min = 0 RPM, div = 2) temp: +24.0?C (limit = +55?C, hysteresis = +5?C) vid: +2.05 V alarms:
Note that this could be improved a lot with use of ignore and set min/max lines.