# # # Original Version # ---------------- # http://www.Linux-1U.net/LCD/lm_sensors.Txt/i2c_lm_sensors.rh71-soyo-k7vdragon.txt # # # Works okay on rh-7.1 ( 2.4.2-2 and 2.4.17 ) for Soyo k7VDragon # # # 02-Feb-02 amo Testing rh-7.1 # # # Install i2c # ------------ tar zxvfp i2c-2.6.2.tar.gz cd i2c-2.6.2 make make install # # # Install lm_sensors # ------------------- # tar zxvfp lm_sensors-2.6.2.tar.gz cd lm_sensors-2.6.2 make make install # # # # ls -la /usr/local/lib/lmsensors* ls -la /dev/i2c* ls -ls /etc/sensors.conf # # # add libraries stuff # -------------------- # vi /etc/ld.so.conf /usr/local/lib # ldconfig -p ; ldconfig -v # # # Add modules stuff # ----------------- # vi /etc/modules.conf /lib/modules/`uname -r`/misc # depmod -a modprobe lm78 lsmod # # ./prog/sensors/sensors ----------------------- Can't access /proc file /proc/sys/dev/sensors/chips or /proc/bus/i2c unreadable; Make sure you have done 'modprobe i2c-proc'! # # after running lm78 # ./prog/sensors/sensors # No sensors found! # # # # insmod i2c-proc --------------- insmod: i2c-proc: no module by that name found # # # Auto detect the sensors # ------------------------ # ../lm_sensors-2.6.2/prog/detect/sensors-detect # # # Add the modules for the Soyo k7VDragon motherboard # ------------------------------------------------ # vi /etc/rc.d/rc.local # vi /etc/modules.conf # # lsmod ------ Module Size Used by eeprom 2976 0 lm75 3088 0 i2c-dev 3648 0 i2c-viapro 3680 0 lm78 6864 0 (unused) i2c-proc 6032 0 [eeprom lm75 lm78] i2c-core 13328 0 [eeprom lm75 i2c-dev i2c-viapro lm78 i2c-proc] # # # cat /proc/bus//i2c cat /proc/bus/pci/devices cat /proc/sys/dev/sensors/.... cat /proc/sys/dev/sensors/chips # # # end of file