Hardware health monitoring for Linux
This package includes programs that show data from some sensor chips.
The interface /proc/bus/i2c/ is provided by loading kernel modules.
Which modules to load can be interactively detected as root by calling
/usr/sbin/sensors-detect. Warning, before using the sensors the default
configuration in /etc/sensors.conf has to be checked and changed to fit
the actual set up of the mainboard and the BIOS used on that specific
mainboard!
- Developed at Base:System
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/sensors && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000106 106 Bytes | |
lm-sensors-3-5-0.tar.gz | 0000267133 261 KB | |
lm_sensors-3.0.0-sensord-separate.patch | 0000000612 612 Bytes | |
lm_sensors-3.0.0-sysconfig_metadata.patch | 0000000645 645 Bytes | |
lm_sensors-3.0.3-hint-at-kernel-extra-package.patc |
0000001195 1.17 KB | |
lm_sensors-3.1.1-build.patch | 0000000233 233 Bytes | |
lm_sensors-3.4.0-sensord-service-extra-args.patch | 0000000523 523 Bytes | |
lm_sensors-3.4.0-sensors-detect-add-ftsteutates-su |
0000001910 1.87 KB | |
lm_sensors-3.4.0-sensors-detect-ppc64le.patch | 0000001318 1.29 KB | |
lm_sensors-3.5.0-libsensors-fix-soname.patch | 0000000904 904 Bytes | |
sensors.changes | 0000041184 40.2 KB | |
sensors.spec | 0000008700 8.5 KB | |
sysconfig.sensord | 0000000751 751 Bytes |
Revision 101 (latest revision is 113)
Dominique Leuenberger (dimstar_suse)
accepted
request 678308
from
Bjørn Lie (iznogood)
(revision 101)
- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo the SENSORS_API_VERSION change, to stay source-compatible with upstream. - lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo excessive libsensors version bump. - Update to version 3.5.0: + soname was bumped due to commit dcf2367 which introduced an ABI change. + Fixed disappearance of certain hwmon chips with 4.19+ kernels, (gh#lm-sensors/lm-sensors#139, boo#1116021). + Add the find-driver script for debugging. + Various documentation and man page improvements. + Fix various issues found by Coverity Scan. + Fix compilation with the musl C library. + Updated links in documentation to reflect the new home of lm_sensors. + sensors.1: Add reference to sensors-detect and document -j option (json output). + sensors: Add support for json output, add support for power min, lcrit, min_alarm, lcrit_alarm. + sensors-detect: * Fix systemd paths. * Add detection of Fintek F81768. * Only probe I/O ports on x86. * Add detection of Nuvoton NCT6793D. * Add detection of Microchip MCP9808. * Mark F71868A as supported by the f71882fg driver. * Mark F81768D as supported by the f71882fg driver. * Mark F81866D as supported by the f71882fg driver. * Add detection of various ITE chips. * Add detection of Nuvoton NCT6795D. * Add detection of DDR4 SPD. * Add detection of ITE IT8987D. * Add detection of AMD Family 17h temperature sensors. * Add detection of AMD KERNCZ SMBus controller. * Add detection of various Intel SMBus controllers. * Add detection of Giantec GT30TS00. * Add detection of ONS CAT34TS02C and CAT34TS04. * Add detection of AMD Family 15h Model 60+ temperature sensors. * Add detection of Nuvoton NCT6796D. * Add detection of AMD Family 15h Model 70+ temperature sensors. + configs: Add sample configuration files. + sensors.conf.default: * Add hardwired inputs of NCT6795D * Add hardwired inputs of F71868A * Add hardwired NCT6796D inputs + vt1211_pwm: replaced deprecated sub shell syntax, run with bash instead of sh. + pwmconfig: replaced deprecated sub shell syntax. + fancontrol: replaced deprecated sub shell syntax, save original pwm values. + fancontrol.8: replaced deprecated sub shell syntax. + libsensors: * Add support for SENSORS_BUS_TYPE_SCSI, add support for power min, lcrit, min_alarm, lcrit_alarm. * Handle hwmon device with thermal device parent (bsc#1108468). - Rebase lm_sensors-3.0.3-hint-at-kernel-extra-package.patch for new release. - Spec file tidy up for man page extension.
Comments 0