lm_sensors does not work with kernel-2.4.x, while 2.2.x does.
I
nstalled: kernel-2.2.17-7.4, kernel-2.4.0-0.99.5, lm_sensors-2.5.5-1

sensors-detect gives the following advice for kernels 2,.2 and 2,4,
see below. The problem is that for kernel 2.4 the module ddcmon.o is not found.
Also, none of the modules i2c-piix4.o, lm80.o, eeprom.o are available.

# Kernel 2.4.x:
# I2C adapter drivers
modprobe i2c-matroxfb
# I2C chip drivers
# does not exist!!
modprobe ddcmon

# Kernel 2.2.x:
# I2C adapter drivers
modprobe i2c-piix4
# I2C chip drivers
modprobe lm80
modprobe eeprom

# Kernel 2.2.x and 2.4.x:
/etc/modules.conf:
# I2C module options
alias char-major-89 i2c-dev

output from /usr/bin/sensors
Can't access /proc file



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to