I am running Debian 2.6.3 on an AMD Athlon 800 MHz machine w/256 MB RAM on an Asus K7 motherboard. hddtemp/hda is working OK but no CPU temperature, fan speed or voltage. lm_sensors and i2c have successfully installed. GKrellM is working OK except for sensors, and sysfs is mounted.
I ran /usr/sbin/sensors-detect as root and it identified the following code to
be added to /etc/modules:
# I2C adapter drivers
i2c-isa
# I2C chip drivers
w83781d
via686a
#----cut here--
Then, run /etc/init.d/modutils
<<I did that, to no apparent effect.>>
To make the sensors modules behave correctly, add these lines to
/etc/modutils/local and run update-modules:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
Here's a problem. No /etc/modutils/local exists.
Instead, there is /etc/modutils/i2c which has the following code:
alias char-major-89 i2c-dev
as root, running update-modules returns:
bash: update-modutils: command not found
What to do now? Sincerely, a noob at his wits end...
Thanks,
/Don Lewis
dlewis@praxisgrp.com