I have an ASUS P4C800. I have 2.6.2 kernel. I wish to see my CPU and Mobo temps (and ideally fan speeds) like Asus PC Probe shows in Windows.
(1) Which of the following should I have installed? $ apt-cache search "sensors|i2c" i2c-source - sources for drivers for the i2c bus libsensors2 - Library to read temperature/voltage/fan sensors lm-sensors-source - Kernel drivers to read temperature/voltage/fan sensors (source) eep24c - read and write serial I2C eeprom devices gdesklets - an advanced architecture for desktop applets gdesklets-data - displays and sensors for gdesklets ksensors - lm-sensors frontend for KDE libglui2c102 - GLUI, a C++ GLUT based GUI library - runtime support libprelude-dev - Hybrid Intrusion Detection System [ Development files ] libprelude0 - Hybrid Intrusion Detection System [ Base library ] libsensors-dev - Lm-sensors development kit lm-sensors - Utilities to read temperature/voltage/fan sensors phpgroupware-phpsysinfo - phpGroupWare phpSysInfo module prelude-lml - Hybrid Intrusion Detection System [ Log Monitoring Lackey ] prelude-manager - Hybrid Intrusion Detection System [ Report Manager ] prelude-nids - Hybrid Intrusion Detection System [ Network sensor ] sensord - Hardware sensor information logging daemon smartcard - A smartcard utility for Linux wmgtemp - Temperature sensor dockapp for Window Maker wmsensors - WindowMaker dock applet for lmsensors xml-rpc-api2cpp - Generate C++ wrapper classes for XML-RPC servers. xsensors - A hardware health information viewer (2) Which of the following should I have set in the kernel? $ egrep -i "sensor|i2c" /boot/config-2.6.2 # I2C support CONFIG_I2C=y CONFIG_I2C_CHARDEV=y # I2C Algorithms # CONFIG_I2C_ALGOBIT is not set # CONFIG_I2C_ALGOPCF is not set # I2C Hardware Bus support # CONFIG_I2C_ALI1535 is not set # CONFIG_I2C_ALI15X3 is not set # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set # CONFIG_I2C_ELV is not set # CONFIG_I2C_I801 is not set # CONFIG_I2C_I810 is not set # CONFIG_I2C_ISA is not set # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_PARPORT_LIGHT is not set CONFIG_I2C_PIIX4=y # CONFIG_I2C_PROSAVAGE is not set # CONFIG_I2C_SAVAGE4 is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set # CONFIG_I2C_SIS96X is not set # CONFIG_I2C_VELLEMAN is not set # CONFIG_I2C_VIA is not set # CONFIG_I2C_VIAPRO is not set # CONFIG_I2C_VOODOO3 is not set # I2C Hardware Sensors Chip support CONFIG_I2C_SENSOR=y # CONFIG_SENSORS_ADM1021 is not set CONFIG_SENSORS_ASB100=y # CONFIG_SENSORS_EEPROM is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_LM75 is not set # CONFIG_SENSORS_LM78 is not set # CONFIG_SENSORS_LM83 is not set # CONFIG_SENSORS_LM85 is not set # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_VIA686A is not set CONFIG_SENSORS_W83781D=y CONFIG_SENSORS_W83L785TS=y # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_BUS is not set # CONFIG_I2C_DEBUG_CHIP is not set (3) What should I do then? -Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]