Capteurs matériels

Bonjour, je cherche à améliorer le résultat de la commande suivante : [code]~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +54.8°C (crit = +110.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0: +52.0°C (high = +100.0°C, crit = +100.0°C)

[/code] J’ai installé lm-sensors, lancé sensors-detect et chargé le module coretemp comme il me le préconisait. Mais je n’ai que deux valeurs et pas d’information sur les ventilateurs. Moi je voudrais obtenir quelque chose du genre : [code]************************************************** *****************
it87-isa-0290
Adapter: ISA adapter
VCore 1: +1.57 V (min = +1.42 V, max = +1.57 V) ALARM
VCore 2: +2.66 V (min = +2.40 V, max = +2.61 V) ALARM
+3.3V: +6.59 V (min = +3.14 V, max = +3.46 V) ALARM
+5V: +5.11 V (min = +4.76 V, max = +5.24 V)
+12V: +11.78 V (min = +11.39 V, max = +12.61 V)
-12V: -19.14 V (min = -12.63 V, max = -11.41 V) ALARM
-5V: +0.77 V (min = -5.26 V, max = -4.77 V) ALARM
Stdby: +5.00 V (min = +4.76 V, max = +5.24 V)
VBat: +3.12 V
fan1: 3668 RPM (min = 0 RPM, div =
fan2: 0 RPM (min = 664 RPM, div = ALARM
fan3: 0 RPM (min = 2657 RPM, div = 2) ALARM
M/B Temp: +39°C (low = +15°C, high = +40°C) sensor = thermistor
CPU Temp: +36°C (low = +15°C, high = +45°C) sensor = thermistor
Temp3: +96°C (low = +15°C, high = +45°C) sensor = diode


[/code]Par ailleurs je me demande à quoi correspondent ces deux valeurs (température d’un composant particulier ? d’une zone ?).

Merci d’avance

Bonjour,
il est possible que le device qui monitore les temps de ta carte ne soit pas connu de lm-sensors. As tu lancé lm-sensors en root ?

oui d’ailleurs voici le résultat de lm-sensors :[code] sensors-detect

sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)

System: CLEVO Co. W760SUA

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.

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no):
Silicon Integrated Systems SIS5595… No
VIA VT82C686 Integrated Sensors… No
VIA VT8231 Integrated Sensors… No
AMD K8 thermal sensors… No
AMD Family 10h thermal sensors… No
AMD Family 11h thermal sensors… No
Intel Core family thermal sensor… Success!
(driver `coretemp’)
Intel Atom thermal sensor… No
Intel AMB FB-DIMM thermal sensor… No
VIA C7 thermal sensor… No
VIA Nano thermal sensor… No

Some Super I/O chips contain embedded 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):
Probing for Super-I/O at 0x2e/0x2f
Trying family National Semiconductor'... Yes Found unknown chip with ID 0x8502 Probing for Super-I/O at 0x4e/0x4f Trying familyNational Semiconductor’… No
Trying family SMSC'... No Trying familyVIA/Winbond/Nuvoton/Fintek’… No
Trying family `ITE’… No

Some systems (mainly servers) implement IPMI, a set of common interfaces
through which system health data may be retrieved, amongst other things.
We first try to get the information from SMBIOS. If we don’t find it
there, we have to read from arbitrary I/O ports to probe for such
interfaces. This is normally safe. Do you want to scan for IPMI
interfaces? (YES/no):
Probing for IPMI BMC KCS' at 0xca0... No Probing forIPMI BMC SMIC’ at 0xca8… No

Some hardware monitoring chips are 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):
Probing for National Semiconductor LM78' at 0x290... No Probing forNational Semiconductor LM79’ at 0x290… No
Probing for Winbond W83781D' at 0x290... No Probing forWinbond W83782D’ at 0x290… No

Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
Do you want to probe the I2C/SMBus adapters now? (YES/no):
Sorry, no supported PCI bus adapters found.
Module i2c-dev loaded successfully.

Now follows a summary of the probes I have just done.
Just press ENTER to continue:

Driver `coretemp’:

  • Chip `Intel Core family thermal sensor’ (confidence: 9)

To load everything that is needed, add this to /etc/modules:
#----cut here----

Chip drivers

coretemp
#----cut here----
If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones!

Do you want to add these lines automatically to /etc/modules? (yes/NO)

Unloading i2c-dev… OK
[/code]

Il ne trouve pas grand chose. Essaie une version plus récente (y compris pour le kernel) si tu as une carte mère dernier cri.