# # lm_sensors # ========== # # # 20-Jun-02 amo Date-of-Birth for Asus Tusi-630TX # 06-Nov-02 amo Modified for i2c-2.6.5 # # # # http://www.lm-sensors.nu # http://secure.netroedge.com/~lm78/ # # # Masiling List # linux-i2c@pelican.tk.uni-linz.ac.at # # More lm_sensor HOWTO # -------------------- # http://www.Linux-1U.net/LCD/lm_sensors.Txt/ # i2c.uHowTo.txt # i2c_lm_sensors.uHowTO.txt # lcd-front-panel.uHowTO.txt # # # # install i2c # ----------- # cd /usr/local/src # wget .... # tar zxvfp i2c-2.6.x.tar.gz cd i2c-2.6.x # make make install # # # install lm_sensors # ------------------ # cd /usr/local/src # wget .... # tar zxvfp lm_sensors-2.6.x.tar.gz # cd lm_sensors-2.6.x # make make install # # # Check that it was installed # 06-Nov-02 amo Modified for i2c-2.6.5 # # ls -la /lib/modules/`uname -r`/misc/lm* # ls -la /lib/modules/`uname -r`/misc ls -la /lib/modules/`uname -r`/kernel/drivers/i2c ls -la /lib/modules/`uname -r`/kernel/drivers/sensors # # # lm_sesnors-*/prog/mkdev/mkdev.sh ls -la /dev/i2c* # # vi /etc/ld.so.conf # add this line /usr/local/lib # ldconfig # # # lm_sesnors-*/prog/detect/sensors-detect # # vi /etc/rc.d/rc.local # # 20-Jun-02 amo Added lm_sensors stuff # # I2C adapter drivers modprobe i2c-isa # # I2C chip drivers modprobe sis5595 modprobe it87 # # vi /etc/modules.conf # # 20-Jun-02 amo Added lm_sensors stuff # 06-Nov-02 amo Modified for i2c-2.6.5 # # path[i2c]=/lib/modules/`uname -r`/misc # path[misc]=/lib/modules/`uname -r`/misc # path[i2c]=/lib/modules/`uname -r`/kernel/drivers/i2c path[sensors]=/lib/modules/`uname -r`/kernel/drivers/sensors # # I2C module options alias char-major-89 i2c-dev # depmod -a # # # /sbin/depmod -a depmod: *** Unresolved symbols in /lib/modules/2.4.18/misc/i2c-philips-par.o # rm -f /lib/modules/2.4.18/misc/i2c-philips-par.o /sbin/depmod -a # # lsmod # # # # Watch the values lm_sensors can read # ------------------------------------- # cat /proc/sys/dev/sensors/it87-isa-0290/fan* cat /proc/sys/dev/sensors/it87-isa-0290/temp* # # # Display the sensor data # ----------------------- sensors # # # end of file