sensors: missing fan and voltage data

Hi,

after running sensors-detect, the output of sensors (and gkrelm) lacks data for fans and
temperatures, in 12.3. 12.1 do have them.

Plus.

The ending of “sensors-detect” show:


....
Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no):
Copy prog/init/lm_sensors.service to /lib/systemd/system
and run 'systemctl enable lm_sensors.service'
for initialization at boot time.
rescate1:~ #

Where is that “prog/init/lm_sensors.service”? I can’t find it. The systemd call seems to succeed,
though.


Cheers / Saludos,

Carlos E. R.
(from oS 12.3 “Dartmouth” GM (rescate 1))

See this


laptop:~> locate lm_sensor
/etc/init.d/lm_sensors
/etc/sysconfig/lm_sensors
/etc/systemd/system/multi-user.target.wants/lm_sensors.service
/usr/lib/systemd/system/lm_sensors.service
/usr/sbin/rclm_sensors
/var/lib/systemd/migrated/lm_sensors

and


systemctl status lm_sensors.service
lm_sensors.service - Initialize hardware monitoring sensors
          Loaded: loaded (/usr/lib/systemd/system/lm_sensors.service; enabled)
          Active: active (exited) since Thu, 2013-06-06 12:08:00 CEST; 59min ago
        Main PID: 532 (code=exited, status=0/SUCCESS)
          CGroup: name=systemd:/system/lm_sensors.service


Jun 06 12:08:00 laptop.knurpht systemd[1]: Starting Initialize hardware monitoring sensors...
Jun 06 12:08:00 laptop.knurpht systemd[1]: Started Initialize hardware monitoring sensors.

On 2013-06-06 13:16, Knurpht wrote:
>
> See this

It is working now, after a reboot. The detect phase unloads all the modules it tries, and the
service start was incomplete. I should have known.

See now:


rescate1:/data/aux/DATA # sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1:        +49.0°C  (high = +95.0°C, crit = +105.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +50.0°C  (high = +74.0°C, crit = +100.0°C)
Core 1:       +41.0°C  (high = +74.0°C, crit = +100.0°C)
Core 2:       +43.0°C  (high = +74.0°C, crit = +100.0°C)
Core 3:       +45.0°C  (high = +74.0°C, crit = +100.0°C)

f71882fg-isa-0a00
Adapter: ISA adapter
+3.3V:        +3.36 V
in1:          +1.08 V  (max =  +2.04 V)
in2:          +0.07 V
in3:          +1.14 V
in4:          +0.95 V
in5:          +1.09 V
in6:          +0.10 V
3VSB:         +3.30 V
Vbat:         +3.25 V
fan1:         991 RPM
fan2:        1161 RPM
fan3:         738 RPM
fan4:           0 RPM  ALARM
temp1:        +48.0°C  (high = +85.0°C, hyst = +81.0°C)
(crit = +100.0°C, hyst = +96.0°C)  sensor = transistor
temp2:        +40.0°C  (high = +85.0°C, hyst = +81.0°C)
(crit = +100.0°C, hyst = +96.0°C)  sensor = transistor
temp3:          FAULT  (high = +70.0°C, hyst = +68.0°C)
(crit = +85.0°C, hyst = +83.0°C)  sensor = transistor

rescate1:/data/aux/DATA #


Cheers / Saludos,

Carlos E. R.
(from oS 12.3 “Dartmouth” GM (rescate 1))