On Tue, 26 Oct 2010 03:38:21 -0700 (PDT), Mahmood Naderan wrote: > I compiled the k10temp driver with these commands: > mahmood@localhost:k10temp$ sudo make all > make[1]: Entering directory `/usr/src/linux-headers-2.6.32-25-generic' > /usr/src/linux-headers-2.6.32-25-generic/arch/x86/Makefile:81: stack protector > enabled but no compiler support > Building modules, stage 2. > MODPOST 1 modules > make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-25-generic' > mahmood@localhost:k10temp$ sudo make install > test -d /lib/modules/2.6.32-25-generic/kernel/drivers/hwmon || mkdir > /lib/modules/2.6.32-25-generic/kernel/drivers/hwmon > cp k10temp.ko /lib/modules/2.6.32-25-generic/kernel/drivers/hwmon > depmod -a -F /lib/modules/2.6.32-25-generic/build/System.map 2.6.32-25-generic > > I then restart the system and check the lsmod: > mahmood@localhost:k10temp$ sudo lsmod | grep "k10temp" > k10temp 3543 0 > > the output of "sensors" command is: > k10temp-pci-00c3 > Adapter: PCI adapter > temp1: +28.0°C (high = +70.0°C, crit = +70.0°C) > > k10temp-pci-00cb > Adapter: PCI adapter > temp1: +27.0°C (high = +70.0°C) > > k10temp-pci-00d3 > Adapter: PCI adapter > temp1: +26.0°C (high = +70.0°C) > > k10temp-pci-00db > Adapter: PCI adapter > temp1: +26.0°C (high = +70.0°C, crit = +70.0°C) Surprising that some CPUs have the critical limit and some don't... Do you have several, different CPU models in your system? > Is this correct? I should see 16 temperatures. Why should you? -- Jean Delvare _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors