Jean Delvare
1b77fd669b
Avoid unwanted sensors-detect termination when /dev/port is missing
...
Patch from Jaromir Capik.
The device file /dev/port might be missing in some cases
and the sensors detection is terminated when the user
tries to detect sensors dependent on it's existence.
That's not correct -> it's not a reason for terminating
the detection.
2013-01-23 09:33:59 +00:00
Jean Delvare
6734fae250
The new sysconfig configuration file syntax is in place since December
...
2009, I think we can safely remove the old one, nobody should be using
it any longer.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6115 7894878c-1315-0410-8ee3-d5d059ff63e0
2013-01-16 18:11:30 +00:00
Jean Delvare
319f9b8f68
If a driver is built into the kernel, it doesn't show up in
...
/proc/modules so we will try to load it, even though it's already
available. It will succeed, however later attempts to remove the
driver will fail and such failures are reported at the end of the
script, which can be confusing.
So, use /sys/module instead of /proc/modules where available, as
built-in drivers are listed there too so we no longer attempt to load
already available drivers. As a consequence we also no longer attempt
to remove the drivers in question, thus clearing the error message.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6114 7894878c-1315-0410-8ee3-d5d059ff63e0
2013-01-16 17:33:38 +00:00
Jean Delvare
1971bc6ff1
Map IT8771E, IT8772E, IT8782F and IT8783F to it87.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6113 7894878c-1315-0410-8ee3-d5d059ff63e0
2013-01-16 14:26:48 +00:00
Jean Delvare
9c91c2897e
Add detection of AMD family 16h power sensors. Patch from Boris
...
Ostrovsky.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6112 7894878c-1315-0410-8ee3-d5d059ff63e0
2013-01-12 14:35:31 +00:00
Jean Delvare
8714492f6b
Add detection of Winbond W83627SF/GF (no sensors.)
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6111 7894878c-1315-0410-8ee3-d5d059ff63e0
2013-01-11 20:52:59 +00:00
Jean Delvare
d1d5799d51
sensors-detect: Fix parent class discovery when multiplexer is present
...
Take multiplexers into account when looking up the parent device of
each I2C adapter. We don't bother with old kernels as they didn't have
support for multiplexers anyway.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6085 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-10-30 17:18:45 +00:00
Jean Delvare
e817653329
sensors-detect: Do not scan I2C adapters on graphics cards by default.
...
Don't probe I2C buses on graphics cards by default. Their drivers will
typically instantiate the I2C slave devices themselves as needed, and
such probes have been occasionally reported to cause serious trouble.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6084 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-10-30 17:11:37 +00:00
Guenter Roeck
aa504302de
sensors-detect: Add detection of SMSC LPC47N217 and SIO10N268
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6057 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-06-01 15:47:27 +00:00
Guenter Roeck
c94b615773
sensors-detect: Add detection of NCT6779D and NCT6102D/NCT6106D
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6056 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-06-01 15:46:30 +00:00
Jean Delvare
29bd5c021e
Avoid probing EDID addresses (0x50-0x57) on graphics card adapters.
...
We had one report that it caused trouble:
http://lists.lm-sensors.org/pipermail/lm-sensors/2012-April/035847.html
Even though it's not yet clear what happened, let's play it safe.
This fixes ticket #2386 .
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6040 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-04-09 19:33:35 +00:00
Jean Delvare
ea7ff25c29
PCI bus is always required even if it might be missing on some
...
platforms. So don't choke is it is missing. Patch from Jaromir Capik.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6038 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-03-29 06:33:15 +00:00
Guenter Roeck
5175a1eab8
sensors-detect: Add detection of IDT TSE2002GB2, TS3000GB2, Microchip MCP9804,
...
and Atmel AT30TS00
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6031 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-03-07 16:14:01 +00:00
Jean Delvare
8695f0f515
Add detection of ST Microelectronics STTS2002 and STTS3000.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6028 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-03-06 07:29:32 +00:00
Guenter Roeck
9e144ca2a5
Add detection of ITE IT8510E/TE/G, IT8511E/TE/G, IT8513E/F/G, and IT8518E
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6024 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-03-04 18:10:41 +00:00
Jean Delvare
37bdb0bb5a
Add detection of ITE IT8781F, IT8782F and IT8783F.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6023 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-03-02 07:53:06 +00:00
Jean Delvare
bdfeb5e97e
Filter out one more fake DMI string.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6022 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-02-16 06:44:31 +00:00
Jean Delvare
fad34226aa
Add detection of ITE IT8771E.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6021 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-02-15 08:24:08 +00:00
Jean Delvare
ce67eab867
Fix typo.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6019 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-01-31 14:22:39 +00:00
Jean Delvare
a79b62b21c
Add detection of the National Semiconductor (now Texas Instruments)
...
LM96080. It is functionally compatible with the LM80 but detection is
completely different.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6018 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-01-31 12:55:39 +00:00
Jean Delvare
c9c0cb604f
Properly handle Super-I/O chips without logical device. Just report
...
that we can't support the chip yet, instead of spitting I/O errors.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6016 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-01-31 12:51:31 +00:00
Jean Delvare
2e65243b16
Add 4 PCI IDs for Intel SMBus controllers.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6015 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-01-24 07:54:35 +00:00
Guenter Roeck
60608958e0
Add detection of GMT G781
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6014 7894878c-1315-0410-8ee3-d5d059ff63e0
2012-01-23 17:05:21 +00:00
Jean Delvare
4b809e1ff1
Map IT8728F to driver it87.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5999 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-11-22 10:10:42 +00:00
Jean Delvare
4188c5d234
The LM94 and LM96194 are almost the same chip, and they have the same
...
device ID.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5998 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-11-08 09:24:16 +00:00
Jean Delvare
4c63be0361
Add detection of National Semiconductor LM96163.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5997 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-11-08 09:10:11 +00:00
Jean Delvare
54a918f846
The Winbond W83527HG has the same chip ID as the W83627DHG-P.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5996 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-11-01 12:38:16 +00:00
Jean Delvare
8536734576
Make LM73 detection less problematic.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5994 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-08-31 08:34:15 +00:00
Jean Delvare
535e73df7a
Fix loading of the cpuid module. On non-udev systems, or even on udev
...
systems where /dev/cpu/0/cpuid is part of the static device node tree,
the previous test would succeed even when the cpuid module isn't
loaded, resulting in missing detections (of coretemp-supported CPU
models in particuler.) Check if the module is loaded by looking in
sysfs instead, this is much more reliable.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5993 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-08-25 19:28:13 +00:00
Jean Delvare
0cc29fa84f
Print DMI system/product version if available. On some laptops, the
...
actual model name is in this string.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5992 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-07-22 08:42:02 +00:00
Jean Delvare
a4bd81d9e2
Improve filtering of fake DMI data.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5991 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-07-22 07:52:46 +00:00
Jean Delvare
b3a1ef71c4
Stop calling for PIIX5 SMBus testers. It's been so long and we never
...
heard of any user, I'm not even sure if the hardware actually exists.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5989 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-07-22 07:38:03 +00:00
Guenter Roeck
60eaad824f
Add code to detect LM95245
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5984 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-07-10 19:22:53 +00:00
Guenter Roeck
93213b20cb
Add code to detect SA56004.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5983 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-07-08 14:35:37 +00:00
Jean Delvare
499a65fb0c
Support for the LM95231 is being added to the lm95241 driver.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5982 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-07-07 09:52:38 +00:00
Jean Delvare
e5bbea3bbc
Don't advertise the ipmisensors driver, it doesn't work.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5981 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-07-03 11:57:57 +00:00
Jean Delvare
2b35d4c3e7
Add 4 missing driver references.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5980 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-06-17 15:18:11 +00:00
Jean Delvare
7ed340940c
Add detection of ITE IT8772E.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5979 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-06-10 08:14:03 +00:00
Guenter Roeck
ab116c9658
Add detection of MAX6642
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5978 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-06-01 16:20:05 +00:00
Hans de Goede
5b2e1333ed
f71882fg detect and sensors.conf.default updates
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5977 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-28 09:56:27 +00:00
Hans de Goede
39f0b85e7b
sensors-detect: detect the sch5636
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5976 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-26 09:56:55 +00:00
Jean Delvare
5333cf6ecc
Patch from Steve Glendinning (SMSC):
...
EMC2300 is already detected, but is reported as EMC6D103S. These
two are register compatible and it's not actually possible to
distinguish between them by registers.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5973 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-12 09:37:57 +00:00
Jean Delvare
26dc6f2011
Fix and improve EMC6W201 detection.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5972 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-07 11:56:45 +00:00
Jean Delvare
16ebefd716
Improve EMC6W201 detection.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5971 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-07 11:50:23 +00:00
Jean Delvare
69e02824a1
Drop unreliable detection of Maxim MAX6650 and MAX6651.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5970 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-07 07:52:59 +00:00
Jean Delvare
fc0ae0f506
The NCT6775F and NCT6776F are supported now.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5968 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-05 20:46:56 +00:00
Jean Delvare
ee792ce837
Add detection of SMSC EMC6W201.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5967 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-05 15:39:04 +00:00
Jean Delvare
16e09f39b7
Drop unreliable smart battery detection.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5966 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-05-05 15:31:19 +00:00
Hans de Goede
b021061283
The f71808a is now support by the f71882fg driver
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5965 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-04-28 08:54:23 +00:00
Hans de Goede
3171cff666
systemd integration
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5964 7894878c-1315-0410-8ee3-d5d059ff63e0
2011-04-27 17:35:18 +00:00