Sensors on Intel DQ67EP
On my previous board I was using the information from lm-sensors for Cacti and phpSysInfo, so after upgrading to a new system board it turned out lm-sensors did not work out of the box for my Intel motherboard DQ67EP. A sensors-detect gave me the following information:
Now follows a summary of the probes I have just done. Driver to-be-written': * ISA bus, address 0x290 Chip
Nuvoton W83677HG-I Super IO Sensors' (confidence: 9) Note: there is no driver for Nuvoton W83677HG-I Super IO Sensors yet. Check http://www.lm-sensors.org/wiki/Devices for updates.
Doing some research it turned out I had to install a separate driver as kernel module on my Debian 6.0.6 (Squeeze) system. You can find the driver on this website.
Unpack the tar or zip and do a ‘make’ and ‘make install’ in the unpacked dir (be sure you have linux-headers installed):
make CC [M] /tmp/groeck-w83627ehf-d0f3584/w83627ehf.o Building modules, stage 2. MODPOST 1 modules CC /tmp/groeck-w83627ehf-d0f3584/w83627ehf.mod.o LD [M] /tmp/groeck-w83627ehf-d0f3584/w83627ehf.ko
make install cp w83627ehf.ko /lib/modules/2.6.32-5-amd64/kernel/drivers/hwmon depmod -a -F /boot/System.map-2.6.32-5-amd64 2.6.32-5-amd64
modprobe w83627ehf
sensors nct6775-isa-0290 Adapter: ISA adapter Vcore: +0.87 V (min = +0.00 V, max = +1.74 V) +12V: +12.29 V (min = +0.00 V, max = +0.00 V) ALARM AVCC: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM +3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM +5V: +5.09 V (min = +0.00 V, max = +0.00 V) ALARM +1.5V: +1.48 V (min = +0.00 V, max = +0.00 V) ALARM PCH: +1.04 V (min = +0.00 V, max = +0.00 V) ALARM 3VSB: +3.30 V (min = +0.00 V, max = +0.00 V) ALARM Vbat: +3.20 V (min = +0.00 V, max = +0.00 V) ALARM CPU fan: 1028 RPM (min = 0 RPM, div = 32) ALARM DIMM temp: +33.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = diode VR temp: +32.0°C (high = +80.0°C, hyst = +75.0°C) sensor = diode CPU temp: +36.5°C (high = +80.0°C, hyst = +75.0°C) sensor = Intel PECI PCH temp: +44.0°C
That’s it, working sensors!