I am unable to load coretemp module for 2.6.21.5 kernel Intel Xeon E5420 CPU. [root at localhost ~]# dmesg | grep coretemp [ 76.687618] coretemp: Unknown CPU, please report to the lm-sensors at lm-sensors.org [ 76.687802] coretemp: Unknown CPU, please report to the lm-sensors at lm-sensors.org [ 76.687889] coretemp: Unknown CPU, please report to the lm-sensors at lm-sensors.org [ 76.687986] coretemp: Unknown CPU, please report to the lm-sensors at lm-sensors.org [ 76.688071] coretemp: Unknown CPU, please report to the lm-sensors at lm-sensors.org [ 76.688156] coretemp: Unknown CPU, please report to the lm-sensors at lm-sensors.org [ 76.688241] coretemp: Unknown CPU, please report to the lm-sensors at lm-sensors.org [ 76.688326] coretemp: Unknown CPU, please report to the lm-sensors at lm-sensors.org [root at localhost ~]# [root at localhost ~]# sensors-detect # sensors-detect revision 4966 (2007-10-20 01:41:53 -0700) This program will help you determine which kernel modules you need to load to use lm_sensors most effectively. It is generally safe and recommended to accept the default answers to all questions, unless you know what you're doing. We can start with probing for (PCI) I2C or SMBus adapters. Do you want to probe now? (YES/no): yes Probing for PCI bus adapters... Use driver `i2c-i801' for device 0000:00:1f.3: Intel Enterprise Southbridge - ESB2 We will now try to load each adapter module in turn. Module `i2c-i801' already loaded. If you have undetectable or unsupported adapters, you can have them scanned by manually loading the modules before running this script. We are now going to do the I2C/SMBus adapter probings. Some chips may be double detected; we choose the one with the highest confidence value in that case. If you found that the adapter hung after probing a certain address, you can specify that address to remain unprobed. Next adapter: SMBus I801 adapter at 1100 (i2c-0) Do you want to scan it? (YES/no/selectively): YES Client found at address 0x1f Probing for `Maxim MAX6650/MAX6651'... No Client found at address 0x2f Probing for `National Semiconductor LM78'... No Probing for `National Semiconductor LM78-J'... No Probing for `National Semiconductor LM79'... No Probing for `National Semiconductor LM80'... No Probing for `Analog Devices ADT7470'... No Probing for `Winbond W83781D'... No Probing for `Winbond W83782D'... No Probing for `Winbond W83792D'... No Probing for `Winbond W83793R/G'... Success! (confidence 8, driver `w83793') Probing for `Winbond W83791SD'... No Probing for `Winbond W83627HF'... No Probing for `Winbond W83627EHF'... No Probing for `Winbond W83627DHG'... No Probing for `Asus AS99127F (rev.1)'... No Probing for `Asus AS99127F (rev.2)'... No Probing for `Asus ASB100 Bach'... No Probing for `Winbond W83L786NR/NG/R/G'... No Probing for `Analog Devices ADM9240'... No Probing for `Dallas Semiconductor DS1780'... No Probing for `National Semiconductor LM81'... No Probing for `Analog Devices ADM1029'... No Probing for `ITE IT8712F'... No Probing for `Fintek custom power control IC'... No Probing for `Winbond W83791D'... No Some chips are also accessible through the ISA I/O ports. We have to write to arbitrary I/O ports to probe them. This is usually safe though. Yes, you do have ISA I/O ports even if you do not have any ISA slots! Do you want to scan the ISA I/O ports? (YES/no): YES Probing for `National Semiconductor LM78' at 0x290... No Probing for `National Semiconductor LM78-J' at 0x290... No Probing for `National Semiconductor LM79' at 0x290... No Probing for `Winbond W83781D' at 0x290... No Probing for `Winbond W83782D' at 0x290... No Probing for `Silicon Integrated Systems SIS5595'... No Probing for `VIA VT82C686 Integrated Sensors'... No Probing for `VIA VT8231 Integrated Sensors'... No Probing for `IPMI BMC KCS' at 0xca0... No Probing for `IPMI BMC SMIC' at 0xca8... No Some Super I/O chips may also contain sensors. We have to write to standard I/O ports to probe them. This is usually safe. Do you want to scan for Super I/O sensors? (YES/no): YES Probing for Super-I/O at 0x2e/0x2f Trying family `National Semiconductor'... No Trying family `SMSC'... No Trying family `VIA/Winbond/Fintek'... Yes Found `Winbond W83627HF/F/HG/G Super IO Sensors' Success! (address 0x295, driver `w83627hf') Probing for Super-I/O at 0x4e/0x4f Trying family `National Semiconductor'... No Trying family `SMSC'... No Trying family `VIA/Winbond/Fintek'... No Trying family `ITE'... No Some CPUs or memory controllers may also contain embedded sensors. Do you want to scan for them? (YES/no): YES AMD K8 thermal sensors... No AMD K10 thermal sensors... No Intel Core family thermal sensor... No Intel AMB FB-DIMM thermal sensor... Success! (driver `to-be-written') Now follows a summary of the probes I have just done. Just press ENTER to continue: Driver `w83793' (should be inserted): Detects correctly: * Bus `SMBus I801 adapter at 1100' Busdriver `i2c-i801', I2C address 0x2f Chip `Winbond W83793R/G' (confidence: 8) Driver `w83627hf' (should be inserted): Detects correctly: * ISA bus, address 0x295 Chip `Winbond W83627HF/F/HG/G Super IO Sensors' (confidence: 9) Driver `to-be-written' (should be inserted): Detects correctly: * Chip `Intel AMB FB-DIMM thermal sensor' (confidence: 9) I will now generate the commands needed to load the required modules. Just press ENTER to continue: To load everything that is needed, add this to some /etc/rc* file: #----cut here---- # I2C adapter drivers modprobe i2c-i801 # Chip drivers # Warning: the required module w83793 is not currently installed # on your system. For status of 2.6 kernel ports check # http://www.lm-sensors.org/wiki/Devices. If driver is built # into the kernel, or unavailable, comment out the following line. modprobe w83793 modprobe w83627hf # no driver for Intel AMB FB-DIMM thermal sensor yet # sleep 2 # optional /usr/bin/sensors -s # recommended #----cut here---- If you have some drivers built into your kernel, the list above will contain too many modules. Skip the appropriate ones! You really should try these commands right now to make sure everything is working properly. Monitoring programs won't work until the needed modules are loaded. Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): YES [root at localhost ~]# [root at localhost ~]# lsmod Module Size Used by w83627hf 25680 0 hwmon_vid 3520 1 w83627hf i2c_isa 6272 1 w83627hf nfsd 219632 17 exportfs 6464 1 nfsd lockd 65736 2 nfsd autofs4 22916 2 sunrpc 170972 11 nfsd,lockd af_packet 23048 2 ipv6 259616 42 binfmt_misc 12552 1 dm_multipath 20296 0 video 17032 0 thermal 14728 0 sbs 15320 0 processor 31816 1 thermal i2c_ec 5696 1 sbs fan 5444 0 dock 10592 0 container 5120 0 button 8592 0 battery 10628 0 asus_acpi 16988 0 ac 5828 0 floppy 62372 0 nvram 9096 0 loop 17928 0 e1000 124288 0 generic 5508 0 [permanent] i2c_i801 9936 0 piix 11076 0 [permanent] evdev 10560 3 evbug 3392 0 sg 36572 0 dm_snapshot 17560 0 dm_zero 2560 0 dm_mirror 22548 0 dm_mod 59596 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror ide_disk 16576 0 aacraid 61824 0 atp870u 32128 0 3w_9xxx 34564 0 usb_storage 71744 2 ata_piix 15492 0 libata 119572 1 ata_piix sd_mod 21184 3 scsi_mod 145260 7 sg,aacraid,atp870u,3w_9xxx,usb_storage,libata,sd_mod libusual 18000 1 usb_storage ext3 132616 2 jbd 59112 1 ext3 mbcache 9156 1 ext3 ehci_hcd 34444 0 ohci_hcd 22084 0 uhci_hcd 25612 0 usbcore 136840 6 usb_storage,libusual,ehci_hcd,ohci_hcd,uhci_hcd [root at localhost ~]# sensors -v sensors version 2.10.5 with libsensors version 2.10.5 Kernel version: 2.6.21.5 The kernel is patched (with the add-coretemp-driver.patch and coretemp-add-documentation.patch) from the following locations: http://www.hobbes.ch/statisch/linuxfiles/patches/add-coretemp-driver.pat ch <http://www.hobbes.ch/statisch/linuxfiles/patches/add-coretemp-driver.pa tch> http://www.hobbes.ch/statisch/linuxfiles/patches/coretemp-add-documentat ion.patch <http://www.hobbes.ch/statisch/linuxfiles/patches/coretemp-add-documenta tion.patch> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20071227/6b307a59/attachment.html