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):

  1. Index: nsc.c
  2. ===================================================================
  3. --- nsc.c       (Revision 2853)
  4. +++ nsc.c       (Arbeitskopie)
  5.  -86,6 +86,46 @@
  6.         {0xf0, "PC87372", {
  7.                 {EOT}}},
  8.         {0xf1, "PC8374L", {
  9. +               {NOLDN, NULL,
  10. +                       {0x10,0x12,0x13,0x20,0x21,0x22,0x23,0x24,0x25,0x26,
  11. +                        0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
  12. +                       {0x00,0x00,0x00,0xf1,0x11,0x00,0x00,0x00,RSVD,0x00,
  13. +                        MISC,RSVD,0x01,0x2e,RSVD,RSVD,RSVD,RSVD,RSVD,EOT}},
  14. +               {0x0, "Floppy",
  15. +                       {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,0xf8,
  16. +                        EOT},
  17. +                       {0x00,0x03,0xf2,0x06,0x03,0x02,0x04,0x24,0x00,0x24,
  18. +                        EOT}},
  19. +               {0x1, "Parallel port",
  20. +                       {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf8,EOT},
  21. +                       {0x00,0x02,0x78,0x07,0x02,0x04,0x04,0xf2,0x07,EOT}},
  22. +               {0x2, "COM2 / IR port",
  23. +                       {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
  24. +                       {0x00,0x02,0xf8,0x03,0x03,0x04,0x04,0x02,EOT}},
  25. +               {0x3, "COM1",
  26. +                       {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
  27. +                       {0x00,0x03,0xf8,0x04,0x03,0x04,0x04,0x02,EOT}},
  28. +               {0x4, "System wake-up control (SWC)",
  29. +                       {0x30,0x50,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75,
  30. +                        EOT},
  31. +                       {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,
  32. +                        EOT}},
  33. +               {0x5, "Mouse",
  34. +                       {0x30,0x70,0x71,0x74,0x75,EOT},
  35. +                       {0x00,0x0c,0x02,0x04,0x04,EOT}},
  36. +               {0x6, "Keyboard",
  37. +                       {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75,0xf0,
  38. +                        EOT},
  39. +                       {0x00,0x00,0x60,0x00,0x64,0x01,0x02,0x04,0x04,0x40,
  40. +                        EOT}},
  41. +               {0x7, "GPIO",
  42. +                       {0x30,0x50,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,
  43. +                        0xf2,0xf3,0xf8,EOT},
  44. +                       {0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x00,MISC,
  45. +                        0x00,MISC,0x01,EOT}},
  46. +               {0x8, "Health management",
  47. +                       {0x30,0x50,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
  48. +                       {0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x05,EOT}},
  49.                 {EOT}}},
  50.         {0xf2, "PC87427", {
  51.                 /* 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:
  1. # sensors-detect revision 4930 (2007-10-09 13:32:39 +0200)
  2.  
  3. This program will help you determine which kernel modules you need
  4. to load to use lm_sensors most effectively. It is generally safe
  5. and recommended to accept the default answers to all questions,
  6. unless you know what you're doing.
  7.  
  8. We can start with probing for (PCI) I2C or SMBus adapters.
  9. Do you want to probe now? (YES/no):
  10. Probing for PCI bus adapters...
  11. Use driver `i2c-i801' for device 0000:00:1f.3: Intel ICH9
  12.  
  13. We will now try to load each adapter module in turn.
  14. Module `i2c-i801' already loaded.
  15. If you have undetectable or unsupported adapters, you can have them
  16. scanned by manually loading the modules before running this script.
  17.  
  18. To continue, we need module `i2c-dev' to be loaded.
  19. Do you want to load `i2c-dev' now? (YES/no):
  20. Module loaded successfully.
  21.  
  22. We are now going to do the I2C/SMBus adapter probings. Some chips may
  23. be double detected; we choose the one with the highest confidence
  24. value in that case.
  25. If you found that the adapter hung after probing a certain address,
  26. you can specify that address to remain unprobed.
  27.  
  28. Next adapter: SMBus I801 adapter at 4000 (i2c-0)
  29. Do you want to scan it? (YES/no/selectively):
  30. Client found at address 0x44
  31. Probing for `Maxim MAX6633/MAX6634/MAX6635'...              No
  32. Client found at address 0x50
  33. Probing for `Analog Devices ADM1033'...                     No
  34. Probing for `Analog Devices ADM1034'...                     No
  35. Probing for `SPD EEPROM'...                                 Yes
  36.     (confidence 8, not a hardware monitoring chip)
  37. Probing for `EDID EEPROM'...                                No
  38. Client found at address 0x52
  39. Probing for `Analog Devices ADM1033'...                     No
  40. Probing for `Analog Devices ADM1034'...                     No
  41. Probing for `SPD EEPROM'...                                 Yes
  42.     (confidence 8, not a hardware monitoring chip)
  43. Probing for `EDID EEPROM'...                                No
  44.  
  45. Next adapter: NVIDIA i2c adapter  (i2c-1)
  46. Do you want to scan it? (YES/no/selectively):
  47. Client found at address 0x50
  48. Probing for `Analog Devices ADM1033'...                     No
  49. Probing for `Analog Devices ADM1034'...                     No
  50. Probing for `SPD EEPROM'...                                 No
  51. Probing for `EDID EEPROM'...                                Yes
  52.     (confidence 8, not a hardware monitoring chip)
  53.  
  54. Next adapter: NVIDIA i2c adapter  (i2c-2)
  55. Do you want to scan it? (YES/no/selectively):
  56.  
  57. Next adapter: NVIDIA i2c adapter  (i2c-3)
  58. Do you want to scan it? (YES/no/selectively):
  59.  
  60. Some chips are also accessible through the ISA I/O ports. We have to
  61. write to arbitrary I/O ports to probe them. This is usually safe though.
  62. Yes, you do have ISA I/O ports even if you do not have any ISA slots!
  63. Do you want to scan the ISA I/O ports? (YES/no):
  64. Probing for `National Semiconductor LM78' at 0x290...       No
  65. Probing for `National Semiconductor LM78-J' at 0x290...     No
  66. Probing for `National Semiconductor LM79' at 0x290...       No
  67. Probing for `Winbond W83781D' at 0x290...                   No
  68. Probing for `Winbond W83782D' at 0x290...                   No
  69. Probing for `Silicon Integrated Systems SIS5595'...         No
  70. Probing for `VIA VT82C686 Integrated Sensors'...            No
  71. Probing for `VIA VT8231 Integrated Sensors'...              No
  72. Probing for `IPMI BMC KCS' at 0xca0...                      No
  73. Probing for `IPMI BMC SMIC' at 0xca8...                     No
  74.  
  75. Some Super I/O chips may also contain sensors. We have to write to
  76. standard I/O ports to probe them. This is usually safe.
  77. Do you want to scan for Super I/O sensors? (YES/no):
  78. Probing for Super-I/O at 0x2e/0x2f
  79. Trying family `National Semiconductor'...                   Yes
  80. Found `Nat. Semi. PC8374L Super IO Sensors'                
  81.     (but not activated)
  82. Probing for Super-I/O at 0x4e/0x4f
  83. Trying family `National Semiconductor'...                   No
  84. Trying family `SMSC'...                                     No
  85. Trying family `VIA/Winbond/Fintek'...                       No
  86. Trying family `ITE'...                                      No
  87.  
  88. Some CPUs or memory controllers may also contain embedded sensors.
  89. Do you want to scan for them? (YES/no):
  90. AMD K8 thermal sensors...                                   No
  91. AMD K10 thermal sensors...                                  No
  92. Intel Core family thermal sensor...                         Success!
  93.     (driver `coretemp')
  94. Intel AMB FB-DIMM thermal sensor...                         No
  95.  
  96. Now follows a summary of the probes I have just done.
  97. Just press ENTER to continue:
  98.  
  99. Driver `coretemp' (should be inserted):
  100.   Detects correctly:
  101.   * Chip `Intel Core family thermal sensor' (confidence: 9)
  102.  
  103. I will now generate the commands needed to load the required modules.
  104. Just press ENTER to continue:
  105.  
  106. To load everything that is needed, add this to some /etc/rc* file:
  107.  
  108. #----cut here----
  109. # Chip drivers
  110. modprobe coretemp
  111. # sleep 2 # optional
  112. /usr/local/bin/sensors -s # recommended
  113. #----cut here----
According to the docs, my chipset uses the National Semiconductor PC8374L IC.
-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to