Top/Linux/lm_sensors

lm_sensors の変更点はてなブックマーク

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • Linux/lm_sensors へ行く。

温度監視ツール。
-[[オフィシャル>http://secure.netroedge.com/~lm78/]]

*サポート
-[[サポートされているチップ>http://secure.netroedge.com/~lm78/supported.html]]
>VIA EPIA-C800のサウスブリッジはVIA VT8231なので、対応してます :)

*インストール
 tar zxvf i2c-2.8.4.tar.gz
 tar zxvf lm_sensors-2.8.6.tar.gz

 cd i2c-2.8.4
 make
 make install

 cd ../lm_sensors-2.8.6
 make
 make install

 cp prog/init/lm_sensors.init /etc/rc.d/init.d/lm_sensors

 vi /etc/modules.conf
>
 # I2C module options
 alias char-major-89 i2c-dev

 vi /etc/rc.local
>
 # I2C adapter drivers
 #modprobe i2c-viapro
 modprobe i2c-isa
 # I2C chip drivers
 #modprobe eeprom
 modprobe vt8231
 # sleep 2 # optional
 /usr/local/bin/sensors -s # recommended

 reboot

 /usr/local/bin/sensors

*参考
-[[Linux - Miscellaneous Application Notes>http://www.viaarena.com/?PageID=295#HM]]
-[[EPIA HOWTO: HW Sensors>http://www.viaarena.com/?PageID=374]]
-[[SToP: EPIA lm_sensors>http://www.seanm.ca/eden/lmsensors.html]]
-[[鯖@m9841.info>http://m9841.info/server/lm_sensors.html]]
-[[lm-sensors>http://homepage3.nifty.com/epian/linux/gentoo.html#lm-sensors]] ([[Gentoo>http://homepage3.nifty.com/epian/linux/gentoo.html#lm-sensors]])
-[[lm_sensors / NET-SNMP / MRTG>http://leading-edge.tdiary.net/20030907.html]]

*Amazon
#amazon(487311151X,left)
差分 一覧