Jean Delvare wrote: >>root at bodhisattva jon]# sensors >>via686a-isa-6000 >>Adapter: ISA adapter >>2.0V: +1.69 V (min = +0.33 V, max = +1.51 V) ALARM >>2.5V: +2.51 V (min = +2.33 V, max = +3.00 V) >>3.3V: +3.31 V (min = +4.01 V, max = +2.56 V) ALARM >>5.0V: +5.13 V (min = +2.85 V, max = +1.76 V) ALARM >>12V: +12.06 V (min = +15.36 V, max = +11.59 V) ALARM >>fan1: 3000 RPM (min = 2667 RPM, div = 2) >>fan2: 0 RPM (min = 3260 RPM, div = 2) >>temp1: +28.6?C (high = +47?C, hyst = +21?C) >>temp2: +26.6?C (high = +41?C, hyst = +101?C) >>temp3: +22.6?C (high = +48?C, hyst = +70?C) >>--------------------------------------------------------------------- >>---------------------- I got the above sensors data after running >>sensors -s and then running >>sensors twice separated by at least five seconds, as >>recommended in the >>service response to another ticket with a similar problem >>reported. >> >> >>And here is the via686 section of /etc/sensors.conf. >>(...) >> label "2.0V" "CPU core" >> label "2.5V" "+2.5V" >>(...) > > > Huh, this is even worse that I thought. Even the labels are ignored! > Like sensors doesn't even read the configuration file, or doesn't take > it into account. > > Please provide the full output of "strace sensors". Try as I may, all I can get by redirecting this command is the output of the bare "sensors" command. I get a WHOLE LOT of output in the terminal window, but it's so much I can't select it and copy it here. Can you tell me a way to provide this information? The rest of your requests worked OK in terms of copying them, and here they are, in each case following your request. > > Also, please provide the output of the following commands: > sensors -v [root at bodhisattva jon]# sensors -v sensors version 2.8.7 with libsensors version 2.8.7 > which sensors [root at bodhisattva jon]# which sensors /usr/bin/sensors > ldd $(which sensors) [root at bodhisattva jon]# ldd $(which sensors) linux-gate.so.1 => (0xffffe000) libsensors.so.3 => /usr/lib/libsensors.so.3 (0x40029000) libc.so.6 => /lib/tls/libc.so.6 (0x4005d000) libm.so.6 => /lib/tls/libm.so.6 (0x4017c000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > ls -l /usr/lib/libsensor* [root at bodhisattva jon]# ls -l /usr/lib/libsensor* lrwxrwxrwx 1 root root 19 Nov 11 16:13 /usr/lib/libsensors.so.3 -> libsensors.so.3.0.5* -rwxr-xr-x 1 root root 141104 Sep 27 15:02 /usr/lib/libsensors.so.3.0.5* > ls -l /usr/local/libsensor* [root at bodhisattva jon]# ls -l /usr/local/libsensor* ls: /usr/local/libsensor*: No such file or directory > > Thanks,