Doctor Feelgood Administrator
|
Posted: Sun, 16 Jul 2006 08:15:32 Post Subject: |
|
|
Here is wat sensors-detect tells me to do:
Code: | To make the sensors modules behave correctly, add these lines to
/etc/modules.conf:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
To load everything that is needed, add this to some /etc/rc* file:
#----cut here----
# I2C adapter drivers
modprobe i2c-isa
# I2C chip drivers
modprobe it87
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----
|
/etc/modules.conf didn't exist, so I made it with the correct data in it.
"some /etc/rc*"? Huh? Any file that looks like that? I have three files and several folders that fit the bill. I am adding it to /etc/rc.local for kicks. Will see how it goes. |
|