Hello. I've recently had some problems with my sensor chips, got to
#linux-sensors on freenode, and got to send you the following:
/usr/local/bin/superiotool -d
Found NSC PC8374L (sid=0xf1, srid=0x04) at 0x2e
Register dump:
idx 10 12 13 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f
val 00 00 00 f1 91 00 00 c1 00 00 04 00 91 00 00 00 00 00 00
def 00 00 00 f1 11 00 00 00 RR 00 MM RR 01 2e RR RR RR RR RR
LDN 0x00 (Floppy)
idx 30 60 61 70 71 74 75 f0 f1 f8
val 00 00 00 06 03 02 04 24 00 24
def 00 03 f2 06 03 02 04 24 00 24
LDN 0x01 (Parallel port)
idx 30 60 61 70 71 74 75 f0 f8
val 00 00 00 07 02 04 04 92 04
def 00 02 78 07 02 04 04 f2 07
LDN 0x02 (COM2 / IR port)
idx 30 60 61 70 71 74 75 f0
val 00 00 00 03 03 04 04 02
def 00 02 f8 03 03 04 04 02
LDN 0x03 (COM1)
idx 30 60 61 70 71 74 75 f0
val 01 03 f8 04 03 04 04 02
def 00 03 f8 04 03 04 04 02
LDN 0x04 (System wake-up control (SWC))
idx 30 50 60 61 62 63 70 71 74 75
val 01 00 06 d0 06 c0 00 03 04 04
def 00 00 00 00 00 00 00 03 04 04
LDN 0x05 (Mouse)
idx 30 70 71 74 75
val 01 0c 02 04 04
def 00 0c 02 04 04
LDN 0x06 (Keyboard)
idx 30 60 61 62 63 70 71 74 75 f0
val 01 00 60 00 64 01 02 04 04 40
def 00 00 60 00 64 01 02 04 04 40
LDN 0x07 (GPIO)
idx 30 50 60 61 70 71 74 75 f0 f1 f2 f3 f8
val 01 00 06 80 00 03 04 04 07 00 00 00 00
def 00 00 00 00 00 03 04 04 00 MM 00 MM 01
LDN 0x08 (Health management)
idx 30 50 60 61 70 71 74 75 f0
val 00 00 00 00 00 03 04 04 01
def 00 00 00 00 00 03 04 04 05
I had this patch applied for superio (by uwe):
-
Index: nsc.c
-
===================================================================
-
--- nsc.c (Revision 2853)
-
+++ nsc.c (Arbeitskopie)
-
-86,6 +86,46 @@
-
{0xf0, "PC87372", {
-
{EOT}}},
-
{0xf1, "PC8374L", {
-
+ {NOLDN, NULL,
-
+
{0x10,0x12,0x13,0x20,0x21,0x22,0x23,0x24,0x25,0x26,
-
+
0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
-
+
{0x00,0x00,0x00,0xf1,0x11,0x00,0x00,0x00,RSVD,0x00,
-
+
MISC,RSVD,0x01,0x2e,RSVD,RSVD,RSVD,RSVD,RSVD,EOT}},
-
+ {0x0, "Floppy",
-
+
{0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,0xf8,
-
+ EOT},
-
+
{0x00,0x03,0xf2,0x06,0x03,0x02,0x04,0x24,0x00,0x24,
-
+ EOT}},
-
+ {0x1, "Parallel port",
-
+
{0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf8,EOT},
-
+
{0x00,0x02,0x78,0x07,0x02,0x04,0x04,0xf2,0x07,EOT}},
-
+ {0x2, "COM2 / IR port",
-
+
{0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
-
+
{0x00,0x02,0xf8,0x03,0x03,0x04,0x04,0x02,EOT}},
-
+ {0x3, "COM1",
-
+
{0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
-
+
{0x00,0x03,0xf8,0x04,0x03,0x04,0x04,0x02,EOT}},
-
+ {0x4, "System wake-up control
(SWC)",
-
+
{0x30,0x50,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75,
-
+ EOT},
-
+
{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,
-
+ EOT}},
-
+ {0x5, "Mouse",
-
+
{0x30,0x70,0x71,0x74,0x75,EOT},
-
+
{0x00,0x0c,0x02,0x04,0x04,EOT}},
-
+ {0x6, "Keyboard",
-
+
{0x30,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75,0xf0,
-
+ EOT},
-
+
{0x00,0x00,0x60,0x00,0x64,0x01,0x02,0x04,0x04,0x40,
-
+ EOT}},
-
+ {0x7, "GPIO",
-
+
{0x30,0x50,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,
-
+ 0xf2,0xf3,0xf8,EOT},
-
+
{0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x00,MISC,
-
+ 0x00,MISC,0x01,EOT}},
-
+ {0x8, "Health management",
-
+
{0x30,0x50,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
-
+
{0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x05,EOT}},
-
{EOT}}},
-
{0xf2, "PC87427", {
-
/* SRID[7..5] is marked as "not
applicable for the PC87427". */
My motherboard is DG33FB, arch is x86_64 on gentoo, kernel -
2.6.22-gentoo-r5, vanilla-sources. The problem with sensor chips is
that the info may only be available through SMBus only (ISA disabled),
but for now I can only access ISA. I hope this one may be useful too:
-
# sensors-detect revision 4930 (2007-10-09
13:32:39 +0200)
-
-
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.
-
-
We can start with probing for (PCI) I2C or SMBus
adapters.
-
Do you want to probe now? (YES/no):
-
Probing for PCI bus adapters...
-
Use driver `i2c-i801' for device 0000:00:1f.3:
Intel ICH9
-
-
We will now try to load each adapter module in
turn.
-
Module `i2c-i801' already loaded.
-
If you have undetectable or unsupported adapters,
you can have them
-
scanned by manually loading the modules before
running this script.
-
-
To continue, we need module `i2c-dev' to be loaded.
-
Do you want to load `i2c-dev' now? (YES/no):
-
Module loaded successfully.
-
-
We are now going to do the I2C/SMBus adapter
probings. Some chips may
-
be double detected; we choose the one with the
highest confidence
-
value in that case.
-
If you found that the adapter hung after probing a
certain address,
-
you can specify that address to remain unprobed.
-
-
Next adapter: SMBus I801 adapter at 4000 (i2c-0)
-
Do you want to scan it? (YES/no/selectively):
-
Client found at address 0x44
-
Probing for `Maxim MAX6633/MAX6634/MAX6635'...
No
-
Client found at address 0x50
-
Probing for `Analog Devices ADM1033'...
No
-
Probing for `Analog Devices ADM1034'...
No
-
Probing for `SPD EEPROM'...
Yes
-
(confidence 8, not a hardware monitoring chip)
-
Probing for `EDID EEPROM'...
No
-
Client found at address 0x52
-
Probing for `Analog Devices ADM1033'...
No
-
Probing for `Analog Devices ADM1034'...
No
-
Probing for `SPD EEPROM'...
Yes
-
(confidence 8, not a hardware monitoring chip)
-
Probing for `EDID EEPROM'...
No
-
-
Next adapter: NVIDIA i2c adapter (i2c-1)
-
Do you want to scan it? (YES/no/selectively):
-
Client found at address 0x50
-
Probing for `Analog Devices ADM1033'...
No
-
Probing for `Analog Devices ADM1034'...
No
-
Probing for `SPD EEPROM'...
No
-
Probing for `EDID EEPROM'...
Yes
-
(confidence 8, not a hardware monitoring chip)
-
-
Next adapter: NVIDIA i2c adapter (i2c-2)
-
Do you want to scan it? (YES/no/selectively):
-
-
Next adapter: NVIDIA i2c adapter (i2c-3)
-
Do you want to scan it? (YES/no/selectively):
-
-
Some chips are also 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):
-
Probing for `National Semiconductor LM78' at
0x290... No
-
Probing for `National Semiconductor LM78-J' at
0x290... No
-
Probing for `National Semiconductor LM79' at
0x290... No
-
Probing for `Winbond W83781D' at 0x290...
No
-
Probing for `Winbond W83782D' at 0x290...
No
-
Probing for `Silicon Integrated Systems
SIS5595'... No
-
Probing for `VIA VT82C686 Integrated Sensors'...
No
-
Probing for `VIA VT8231 Integrated Sensors'...
No
-
Probing for `IPMI BMC KCS' at 0xca0...
No
-
Probing for `IPMI BMC SMIC' at 0xca8...
No
-
-
Some Super I/O chips may also contain 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'...
Yes
-
Found `Nat. Semi. PC8374L Super IO Sensors'
-
(but not activated)
-
Probing for Super-I/O at 0x4e/0x4f
-
Trying family `National Semiconductor'...
No
-
Trying family `SMSC'...
No
-
Trying family `VIA/Winbond/Fintek'...
No
-
Trying family `ITE'...
No
-
-
Some CPUs or memory controllers may also contain
embedded sensors.
-
Do you want to scan for them? (YES/no):
-
AMD K8 thermal sensors...
No
-
AMD K10 thermal sensors...
No
-
Intel Core family thermal sensor...
Success!
-
(driver `coretemp')
-
Intel AMB FB-DIMM thermal sensor...
No
-
-
Now follows a summary of the probes I have just
done.
-
Just press ENTER to continue:
-
-
Driver `coretemp' (should be inserted):
-
Detects correctly:
-
* Chip `Intel Core family thermal sensor'
(confidence: 9)
-
-
I will now generate the commands needed to load
the required modules.
-
Just press ENTER to continue:
-
-
To load everything that is needed, add this to
some /etc/rc* file:
-
-
#----cut here----
-
# Chip drivers
-
modprobe coretemp
-
# sleep 2 # optional
-
/usr/local/bin/sensors -s # recommended
-
#----cut here----
According to the docs, my chipset uses the National Semiconductor
PC8374L IC.
|