+++ This bug was initially created as a clone of Bug #611144 +++ Created an attachment (id=429308) /proc/cpuinfo For Core i7 processors and running sensors-detect, coretemp module is not loaded automatically and temperatures not shown. If I manually modprobe coretemp, I see the output. [test@kovinek ~]$ sensors thinkpad-isa-0000 Adapter: ISA adapter fan1: 3563 RPM temp1: +78.0°C temp2: +0.0°C temp3: +0.0°C temp4: +0.0°C temp5: +0.0°C temp6: +0.0°C temp7: +0.0°C temp8: +0.0°C (coretemp module which I don't see without manually modprobing coretemp) coretemp-isa-0000 Adapter: ISA adapter Core 0: +76.0°C (high = +84.0°C, crit = +100.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 1: +76.0°C (high = +84.0°C, crit = +100.0°C) coretemp-isa-0002 Adapter: ISA adapter Core 2: +77.0°C (high = +84.0°C, crit = +100.0°C) coretemp-isa-0003 Adapter: ISA adapter Core 3: +77.0°C (high = +84.0°C, crit = +100.0°C) coretemp-isa-0004 Adapter: ISA adapter Core 4: +78.0°C (high = +84.0°C, crit = +100.0°C) coretemp-isa-0005 Adapter: ISA adapter Core 5: +78.0°C (high = +84.0°C, crit = +100.0°C) coretemp-isa-0006 Adapter: ISA adapter Core 6: +77.0°C (high = +84.0°C, crit = +100.0°C) coretemp-isa-0007 Adapter: ISA adapter Core 7: +77.0°C (high = +84.0°C, crit = +100.0°C) [test@kovinek ~]$ cat /etc/sysconfig/lm_sensors # Generated by sensors-detect on Thu Jul 1 13:38:56 2010 # This file is sourced by /etc/init.d/lm_sensors and defines the modules to # be loaded/unloaded. # # The format of this file is a shell script that simply defines variables: # HWMON_MODULES for hardware monitoring driver modules, and optionally # BUS_MODULES for any required bus driver module (for example for I2C or SPI). HWMON_MODULES="sbs" # For compatibility reasons, modules are also listed individually as variables # MODULE_0, MODULE_1, MODULE_2, etc. # You should use BUS_MODULES and HWMON_MODULES instead if possible. MODULE_0=sbs Adding coretemp to the above file works, so this seems to be only a matter of sensors-detect. lm_sensors-3.1.2-2.fc13.x86_64 lm_sensors-libs-3.1.2-2.fc13.x86_64 lm_sensors-sensord-3.1.2-2.fc13.x86_64
Talking to Nikola via IRC, the CPU model 30(0x1e) is not in sensors-detect.
Adding the value ($probecpu->{model} == 0x1e) into coretemp_detect function of /usr/sbin/sensors-detect did do the trick.
lm_sensors-3.1.2-2.svn5857.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/lm_sensors-3.1.2-2.svn5857.fc12
lm_sensors-3.1.2-2.svn5857.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/lm_sensors-3.1.2-2.svn5857.fc13
lm_sensors-3.1.2-2.svn5857.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/lm_sensors-3.1.2-2.svn5857.fc14
lm_sensors-3.1.2-2.svn5857.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update lm_sensors'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/lm_sensors-3.1.2-2.svn5857.fc14
lm_sensors-3.1.2-2.svn5857.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
lm_sensors-3.1.2-2.svn5857.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
lm_sensors-3.1.2-2.svn5857.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.