Bonjour tout le monde, je reviens sur le problème d'affichage de température sur mon system monitor.
phoenix@MGD:~$ sensors
it8712-isa-0290
Adapter: ISA adapter
VCore 1: +1.39 V (min = +1.42 V, max = +1.57 V) ALARM
VCore 2: +2.58 V (min = +2.40 V, max = +2.61 V)
+3.3V: +6.66 V (min = +3.14 V, max = +3.46 V) ALARM
+5V: +3.98 V (min = +4.76 V, max = +5.24 V) ALARM
+12V: +12.03 V (min = +11.39 V, max = +12.61 V)
-12V: -9.44 V (min = -12.63 V, max = -11.41 V) ALARM
-5V: -3.73 V (min = -5.26 V, max = -4.77 V) ALARM
Stdby: +3.36 V (min = +4.76 V, max = +5.24 V) ALARM
VBat: +4.08 V
fan1: 1493 RPM (min = 0 RPM, div = 8)
fan2: 0 RPM (min = 3013 RPM, div = 8)
fan3: 2445 RPM (min = 3013 RPM, div = 8) ALARM
M/B Temp: +25°C (low = +15°C, high = +40°C) sensor = thermistor
CPU Temp: +36°C (low = +15°C, high = +45°C) sensor = thermistor
Temp3: +71°C (low = +15°C, high = +45°C) sensor = thermistor
donc j'ai bien installer tout ce uqi est nécessaire mais pas de fichier dans thermal_zone. J'ai donc suivi l'aide donné par Efhache84 à la page 18.
phoenix@MGD:~$ strace -e trace=open sensors open("/etc/ld.so.cache", O_RDONLY) = 3
open("/usr/lib/libsensors.so.3", O_RDONLY) = 3
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
open("/lib/tls/i686/cmov/libm.so.6", O_RDONLY) = 3
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
open("/usr/lib/locale/fr_BE.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/fr_BE.utf8/LC_CTYPE", O_RDONLY) = 3
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3
open("/etc/sensors.conf", O_RDONLY) = 3
open("/proc/mounts", O_RDONLY) = 4
open("/sys/class/hwmon", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
open("/sys/devices/platform/i2c-9191/9191-0290/name", O_RDONLY) = 5
open("/sys/class/i2c-adapter/i2c-9191/device/name", O_RDONLY) = 5
open("/sys/class/i2c-adapter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
open("/sys/class/i2c-adapter/i2c-9191/device/name", O_RDONLY) = 5
open("/sys/class/i2c-adapter/i2c-1/device/name", O_RDONLY) = 5
open("/sys/class/i2c-adapter/i2c-0/device/name", O_RDONLY) = 5
open("/usr/lib/gconv/ISO8859-1.so", O_RDONLY) = 3
it8712-isa-0290
Adapter: ISA adapter
open("/sys/devices/platform/i2c-9191/9191-0290/alarms", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in0_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in0_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in0_max", O_RDONLY) = 3
VCore 1: +1.39 V (min = +1.42 V, max = +1.57 V) ALARM
open("/sys/devices/platform/i2c-9191/9191-0290/in1_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in1_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in1_max", O_RDONLY) = 3
VCore 2: +2.58 V (min = +2.40 V, max = +2.61 V)
open("/sys/devices/platform/i2c-9191/9191-0290/in2_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in2_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in2_max", O_RDONLY) = 3
+3.3V: +6.66 V (min = +3.14 V, max = +3.46 V) ALARM
open("/sys/devices/platform/i2c-9191/9191-0290/in3_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in3_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in3_max", O_RDONLY) = 3
+5V: +2.71 V (min = +4.76 V, max = +5.24 V) ALARM
open("/sys/devices/platform/i2c-9191/9191-0290/in4_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in4_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in4_max", O_RDONLY) = 3
+12V: +12.03 V (min = +11.39 V, max = +12.61 V)
open("/sys/devices/platform/i2c-9191/9191-0290/in5_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in5_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in5_max", O_RDONLY) = 3
-12V: -9.44 V (min = -12.63 V, max = -11.41 V) ALARM
open("/sys/devices/platform/i2c-9191/9191-0290/in6_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in6_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in6_max", O_RDONLY) = 3
-5V: -6.85 V (min = -5.26 V, max = -4.77 V) ALARM
open("/sys/devices/platform/i2c-9191/9191-0290/in7_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in7_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/in7_max", O_RDONLY) = 3
Stdby: +3.95 V (min = +4.76 V, max = +5.24 V) ALARM
open("/sys/devices/platform/i2c-9191/9191-0290/in8_input", O_RDONLY) = 3
VBat: +4.08 V
open("/sys/devices/platform/i2c-9191/9191-0290/fan1_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/fan1_div", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/fan1_min", O_RDONLY) = 3
fan1: 1506 RPM (min = 0 RPM, div = 8)
open("/sys/devices/platform/i2c-9191/9191-0290/fan2_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/fan2_div", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/fan2_min", O_RDONLY) = 3
fan2: 0 RPM (min = 3013 RPM, div = 8)
open("/sys/devices/platform/i2c-9191/9191-0290/fan3_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/fan3_div", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/fan3_min", O_RDONLY) = 3
fan3: 2445 RPM (min = 3013 RPM, div = 8) ALARM
open("/sys/devices/platform/i2c-9191/9191-0290/temp1_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp1_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp1_type", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp1_max", O_RDONLY) = 3
M/B Temp: +25°C (low = +15°C, high = +40°C) sensor = thermistor
open("/sys/devices/platform/i2c-9191/9191-0290/temp2_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp2_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp2_type", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp2_max", O_RDONLY) = 3
CPU Temp: +36°C (low = +15°C, high = +45°C) sensor = thermistor
open("/sys/devices/platform/i2c-9191/9191-0290/temp3_input", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp3_min", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp3_type", O_RDONLY) = 3
open("/sys/devices/platform/i2c-9191/9191-0290/temp3_max", O_RDONLY) = 3
Temp3: +71°C (low = +15°C, high = +45°C) sensor = thermistor
open("/sys/devices/platform/i2c-9191/9191-0290/cpu0_vid", O_RDONLY) = 3
Mais malheuresent toujours pas de température. :/