Добрый день.
Не могу завести lm_sensors на openSUSE 13.1
uname -a
Linux it-suse-mon.studio-41.home 3.11.6-4-default #1 SMP Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) i686 i686 i386 GNU/Linux
Устанавливаю zypper in sensors , делаю sensors-detect:
it-suse-mon:/ # sensors-detect
# sensors-detect revision 6170 (2013-05-20 21:25:22 +0200)
# Board: Gigabyte Technology Co., Ltd. 8IG1000P-G
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):
Module cpuid loaded successfully.
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
AMD Family 12h and 14h thermal sensors... No
AMD Family 15h thermal sensors... No
AMD Family 15h power sensors... No
AMD Family 16h power sensors... No
Intel digital 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/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... Yes
Found `ITE IT8712F Super IO Sensors' Success!
(address 0x290, driver `it87')
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/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 for `IPMI 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):
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):
Using driver `i2c-i801' for device 0000:00:1f.3: Intel 82801EB ICH5
Module i2c-dev loaded successfully.
Next adapter: i915 gmbus ssc (i2c-0)
Do you want to scan it? (yes/NO/selectively):
Next adapter: i915 gmbus vga (i2c-1)
Do you want to scan it? (yes/NO/selectively):
Next adapter: i915 gmbus panel (i2c-2)
Do you want to scan it? (yes/NO/selectively):
Next adapter: i915 gmbus dpc (i2c-3)
Do you want to scan it? (yes/NO/selectively):
Next adapter: i915 gmbus dpb (i2c-4)
Do you want to scan it? (yes/NO/selectively):
Next adapter: i915 gmbus dpd (i2c-5)
Do you want to scan it? (yes/NO/selectively):
Next adapter: SMBus I801 adapter at 1400 (i2c-6)
Do you want to scan it? (yes/NO/selectively):
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `it87':
* ISA bus, address 0x290
Chip `ITE IT8712F Super IO Sensors' (confidence: 9)
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.
Unloading i2c-dev... OK
Unloading cpuid... OK
Из кода видно, что модуль найден.
Но команда sensors выдает, что
it-suse-mon:/ # sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
В Yast разрешаю запуск lm_sensors, пытаюсь запустить службу:
it-suse-mon:/ # /etc/init.d/lm_sensors start
redirecting to systemctl start lm_sensors
Job for lm_sensors.service failed. See 'systemctl status lm_sensors.service' and 'journalctl -xn' for details.
Служба не запускается, смотрю журнал и вижу ошибку:
it-suse-mon:/ # journalctl -xn
-- Logs begin at Пн 2014-01-27 20:55:58 YEKT, end at Пн 2014-01-27 22:18:32 YEKT. --
янв 27 22:18:32 it-suse-mon.studio-41.home kernel: it87: Found IT8712F chip at 0x290, revision 5
янв 27 22:18:32 it-suse-mon.studio-41.home kernel: it87: Beeping is supported
янв 27 22:18:32 it-suse-mon.studio-41.home kernel: ACPI Warning: 0x00000295-0x00000296 SystemIO conflicts with Region \IP__ 1 (20130517/utaddress-251)
янв 27 22:18:32 it-suse-mon.studio-41.home kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
янв 27 22:18:32 it-suse-mon.studio-41.home sensors[2277]: No sensors found!
янв 27 22:18:32 it-suse-mon.studio-41.home sensors[2277]: Make sure you loaded all the kernel drivers you need.
янв 27 22:18:32 it-suse-mon.studio-41.home sensors[2277]: Try sensors-detect to find out which these are.
янв 27 22:18:32 it-suse-mon.studio-41.home systemd[1]: lm_sensors.service: main process exited, code=exited, status=1/FAILURE
янв 27 22:18:32 it-suse-mon.studio-41.home systemd[1]: Failed to start Initialize hardware monitoring sensors.
-- Subject: Unit lm_sensors.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
--
-- Unit lm_sensors.service has failed.
--
-- The result is failed.
янв 27 22:18:32 it-suse-mon.studio-41.home systemd[1]: Unit lm_sensors.service entered failed state.
it-suse-mon:/ #
it-suse-mon:/ # systemctl status lm_sensors.service
lm_sensors.service - Initialize hardware monitoring sensors
Loaded: loaded (/usr/lib/systemd/system/lm_sensors.service; enabled)
Active: failed (Result: exit-code) since Пн 2014-01-27 22:18:32 YEKT; 7min ago
Process: 2277 ExecStart=/usr/bin/sensors -s (code=exited, status=1/FAILURE)
Process: 2274 ExecStart=/sbin/modprobe -qab $BUS_MODULES $HWMON_MODULES (code=exited, status=0/SUCCESS)
Main PID: 2277 (code=exited, status=1/FAILURE)
янв 27 22:18:32 it-suse-mon.studio-41.home systemd[1]: Starting Initialize hardware monitoring sensors...
янв 27 22:18:32 it-suse-mon.studio-41.home sensors[2277]: No sensors found!
янв 27 22:18:32 it-suse-mon.studio-41.home sensors[2277]: Make sure you loaded all the kernel drivers you need.
янв 27 22:18:32 it-suse-mon.studio-41.home sensors[2277]: Try sensors-detect to find out which these are.
янв 27 22:18:32 it-suse-mon.studio-41.home systemd[1]: lm_sensors.service: main process exited, code=exited, status=1/FAILURE
янв 27 22:18:32 it-suse-mon.studio-41.home systemd[1]: Failed to start Initialize hardware monitoring sensors.
янв 27 22:18:32 it-suse-mon.studio-41.home systemd[1]: Unit lm_sensors.service entered failed state.
it-suse-mon:/ #
Поиск по форуму и “гугление” ничего не дало.
Помогите разобраться…