| 1 | |
|---|
| 2 | |
|---|
| 3 | sensors-detect |
|---|
| 4 | # sensors-detect revision 4609 (2007-07-14 09:28:39 -0700) |
|---|
| 5 | |
|---|
| 6 | This program will help you determine which kernel modules you need |
|---|
| 7 | to load to use lm_sensors most effectively. It is generally safe |
|---|
| 8 | and recommended to accept the default answers to all questions, |
|---|
| 9 | unless you know what you're doing. |
|---|
| 10 | |
|---|
| 11 | We can start with probing for (PCI) I2C or SMBus adapters. |
|---|
| 12 | Do you want to probe now? (YES/no): y |
|---|
| 13 | Probing for PCI bus adapters... |
|---|
| 14 | Use driver `i2c-piix4' for device 0000:00:14.0: ATI Technologies Inc ATI SMBus |
|---|
| 15 | |
|---|
| 16 | We will now try to load each adapter module in turn. |
|---|
| 17 | Module `i2c-piix4' already loaded. |
|---|
| 18 | If you have undetectable or unsupported adapters, you can have them |
|---|
| 19 | scanned by manually loading the modules before running this script. |
|---|
| 20 | |
|---|
| 21 | We are now going to do the I2C/SMBus adapter probings. Some chips may |
|---|
| 22 | be double detected; we choose the one with the highest confidence |
|---|
| 23 | value in that case. |
|---|
| 24 | If you found that the adapter hung after probing a certain address, |
|---|
| 25 | you can specify that address to remain unprobed. |
|---|
| 26 | |
|---|
| 27 | Next adapter: monid (i2c-0) |
|---|
| 28 | Do you want to scan it? (YES/no/selectively): y |
|---|
| 29 | |
|---|
| 30 | Next adapter: dvi (i2c-1) |
|---|
| 31 | Do you want to scan it? (YES/no/selectively): y |
|---|
| 32 | |
|---|
| 33 | Next adapter: vga (i2c-2) |
|---|
| 34 | Do you want to scan it? (YES/no/selectively): y |
|---|
| 35 | |
|---|
| 36 | Next adapter: crt2 (i2c-3) |
|---|
| 37 | Do you want to scan it? (YES/no/selectively): y |
|---|
| 38 | |
|---|
| 39 | Next adapter: SMBus PIIX4 adapter at 8060 (i2c-4) |
|---|
| 40 | Do you want to scan it? (YES/no/selectively): y |
|---|
| 41 | Client found at address 0x50 |
|---|
| 42 | Handled by driver `eeprom' (already loaded), chip type `eeprom' |
|---|
| 43 | (note: this is probably NOT a sensor chip!) |
|---|
| 44 | Client found at address 0x51 |
|---|
| 45 | Handled by driver `eeprom' (already loaded), chip type `eeprom' |
|---|
| 46 | (note: this is probably NOT a sensor chip!) |
|---|
| 47 | |
|---|
| 48 | Some chips are also accessible through the ISA I/O ports. We have to |
|---|
| 49 | write to arbitrary I/O ports to probe them. This is usually safe though. |
|---|
| 50 | Yes, you do have ISA I/O ports even if you do not have any ISA slots! |
|---|
| 51 | Do you want to scan the ISA I/O ports? (YES/no): y |
|---|
| 52 | Probing for `National Semiconductor LM78' at 0x290... No |
|---|
| 53 | Probing for `National Semiconductor LM78-J' at 0x290... No |
|---|
| 54 | Probing for `National Semiconductor LM79' at 0x290... No |
|---|
| 55 | Probing for `Winbond W83781D' at 0x290... No |
|---|
| 56 | Probing for `Winbond W83782D' at 0x290... No |
|---|
| 57 | Probing for `Silicon Integrated Systems SIS5595'... No |
|---|
| 58 | Probing for `VIA VT82C686 Integrated Sensors'... No |
|---|
| 59 | Probing for `VIA VT8231 Integrated Sensors'... No |
|---|
| 60 | Probing for `IPMI BMC KCS' at 0xca0... No |
|---|
| 61 | Probing for `IPMI BMC SMIC' at 0xca8... No |
|---|
| 62 | |
|---|
| 63 | Some Super I/O chips may also contain sensors. We have to write to |
|---|
| 64 | standard I/O ports to probe them. This is usually safe. |
|---|
| 65 | Do you want to scan for Super I/O sensors? (YES/no): y |
|---|
| 66 | Probing for Super-I/O at 0x2e/0x2f |
|---|
| 67 | Trying family `National Semiconductor'... No |
|---|
| 68 | Trying family `SMSC'... Yes |
|---|
| 69 | Found unknown non-standard chip with ID 0x20 |
|---|
| 70 | Probing for Super-I/O at 0x4e/0x4f |
|---|
| 71 | Trying family `National Semiconductor'... No |
|---|
| 72 | Trying family `SMSC'... No |
|---|
| 73 | Trying family `VIA/Winbond/Fintek'... No |
|---|
| 74 | Trying family `ITE'... No |
|---|
| 75 | |
|---|
| 76 | Some CPUs or memory controllers may also contain embedded sensors. |
|---|
| 77 | Do you want to scan for them? (YES/no): y |
|---|
| 78 | AMD K8 thermal sensors... No |
|---|
| 79 | Intel Core family thermal sensor... No |
|---|
| 80 | Intel AMB FB-DIMM thermal sensor... No |
|---|
| 81 | |
|---|
| 82 | Sorry, no sensors were detected. |
|---|
| 83 | Either your sensors are not supported, or they are connected to an |
|---|
| 84 | I2C or SMBus adapter that is not supported. See doc/FAQ, |
|---|
| 85 | doc/lm_sensors-FAQ.html or http://www.lm-sensors.org/wiki/FAQ |
|---|
| 86 | (FAQ #4.24.3) for further information. |
|---|
| 87 | If you find out what chips are on your board, check |
|---|
| 88 | http://www.lm-sensors.org/wiki/Devices for driver status. |
|---|
| 89 | |
|---|