From: apetar@gmail.com (Petar Aleksich)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] sensors-detect: Found unknown chip with ID 0x8708
Date: Thu, 02 Nov 2006 17:31:40 +0000 [thread overview]
Message-ID: <20061102183140.595504b5@phearless.godzilla.com> (raw)
Hello,
I've been using lm_sensors ( i2c-i801, asb100, eeprom ) for
months without any problems , recently after kernel upgrade from 2.6.16
series to >=2.6.17 sensors-detect can't find any modules.
---------------------
Used:
sysfsutils-2.1.0
lm_sensors-2.10.1
gcc-4.4.1
glibc-2.4
---------------------------
# uname -a
Linux phearless 2.6.18-ck1-r1 #2 PREEMPT Thu Nov 2 13:38:21 CET 2006
i686 Intel(R) Celeron(R) CPU 1.70GHz GenuineIntel GNU/Linux
---------------------------
# sensors-detect
Do you want to scan the ISA I/O ports? (YES/no): Y
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 `Winbond W83627HF' 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 `AMD K8 thermal 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): Y
Probing for Super-I/O at 0x2e/0x2f
Trying family `ITE'... No
Trying family `National Semiconductor'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Fintek'... Yes
Found unknown chip with ID 0x8708
Probing for Super-I/O at 0x4e/0x4f
Trying family `ITE'... No
Trying family `National Semiconductor'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Fintek'... No
Sorry, no sensors were detected.
Either your sensors are not supported, or they are connected to an
I2C or SMBus adapter that is not supported. See doc/FAQ,
doc/lm_sensors-FAQ.html or http://www.lm-sensors.org/wiki/FAQ
(FAQ #4.24.3) for further information.
If you find out what chips are on your board, check
http://www.lm-sensors.org/wiki/Devices for driver status.
----------------------------
# sensors -s
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
----------------------------
# grep "I2C" /usr/src/linux-`uname -r`/.config
# I2C support
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
# I2C Algorithms
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ALGOPCA=m
# I2C Hardware Bus support
CONFIG_I2C_ALI1535=m
CONFIG_I2C_ALI1563=m
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD756_S4882=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_ELEKTOR=m
CONFIG_I2C_I801=m
CONFIG_I2C_I810=m
CONFIG_I2C_PIIX4=m
CONFIG_I2C_ISA=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_OCORES=m
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PARPORT_LIGHT=m
CONFIG_I2C_PROSAVAGE=m
CONFIG_I2C_SAVAGE4=m
CONFIG_I2C_SIS5595=m
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
CONFIG_I2C_STUB=m
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
CONFIG_I2C_VOODOO3=m
CONFIG_I2C_PCA_ISA=m
# Miscellaneous I2C Chip support
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
-----------------------
# egrep "(HWM|SENSORS)" /usr/src/linux-`uname -r`/.config
CONFIG_SENSORS_DS1337=m
CONFIG_SENSORS_DS1374=m
CONFIG_SENSORS_EEPROM=m
CONFIG_SENSORS_PCF8574=m
CONFIG_SENSORS_PCA9539=m
CONFIG_SENSORS_PCF8591=m
CONFIG_SENSORS_MAX6875=m
CONFIG_HWMON=m
CONFIG_HWMON_VID=m
CONFIG_SENSORS_ABITUGURU=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_F71805F=m
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_FSCPOS=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT8231=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83791D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_HDAPS=m
# CONFIG_HWMON_DEBUG_CHIP is not set
-------------
# lspci -v
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE
DRAM Controller/Host-Hub Interface (rev 02) Subsystem: ASUSTeK Computer
Inc. Unknown device 80b2 Flags: bus master, fast devsel, latency 0
Memory at e0000000 (32-bit, prefetchable) [size%6M]
Capabilities: [e4] Vendor Specific Information
Capabilities: [a0] AGP version 2.0
00:01.0 PCI bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE
Host-to-AGP Bridge (rev 02) (prog-if 00 [Normal decode]) Flags: bus
master, 66MHz, fast devsel, latency 64 Bus: primary\0, secondary\x01,
subordinate\x01, sec-latency=0 I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: c6800000-c7efffff
Prefetchable memory behind bridge: c8000000-dfffffff
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02) (prog-if 00
[UHCI]) Subsystem: ASUSTeK Computer Inc. Unknown device 8089 Flags: bus
master, medium devsel, latency 0, IRQ 5 I/O ports at b800 [size2]
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02) (prog-if 00
[UHCI]) Subsystem: ASUSTeK Computer Inc. Unknown device 8089 Flags: bus
master, medium devsel, latency 0, IRQ 9 I/O ports at b400 [size2]
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02) (prog-if 00
[UHCI]) Subsystem: ASUSTeK Computer Inc. Unknown device 8089 Flags: bus
master, medium devsel, latency 0, IRQ 9 I/O ports at b000 [size2]
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M)
USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI]) Subsystem: ASUSTeK
Computer Inc. Unknown device 8089 Flags: bus master, medium devsel,
latency 0, IRQ 11 Memory at c6000000 (32-bit, non-prefetchable)
[size=1K] Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82)
(prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0
Bus: primary\0, secondary\x02, subordinate\x02, sec-latency2
I/O behind bridge: 00009000-0000afff
Memory behind bridge: c3800000-c5ffffff
Prefetchable memory behind bridge: c7f00000-c7ffffff
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC
Interface Bridge (rev 02) Flags: bus master, medium devsel, latency 0
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller
(rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: ASUSTeK Computer
Inc. Unknown device 8089 Flags: bus master, medium devsel, latency 0,
IRQ 9 I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at f000 [size\x16]
Memory at 30000000 (32-bit, non-prefetchable) [size=1K]
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02) Subsystem: ASUSTeK
Computer Inc. Unknown device 80b0 Flags: bus master, medium devsel,
latency 0, IRQ 9 I/O ports at 8800 [size%6]
I/O ports at 8400 [sized]
Memory at c3000000 (32-bit, non-prefetchable) [sizeQ2]
Memory at c2800000 (32-bit, non-prefetchable) [size%6]
Capabilities: [50] Power Management version 2
01:00.0 VGA compatible controller: ATI Technologies Inc R420 JP [Radeon
X800XT] (prog-if 00 [VGA]) Subsystem: ATI Technologies Inc Unknown
device 0002 Flags: bus master, 66MHz, medium devsel, latency 255, IRQ 5
Memory at d8000000 (32-bit, prefetchable) [size\x128M]
I/O ports at d800 [size%6]
Memory at c7000000 (32-bit, non-prefetchable) [sizedK]
Expansion ROM at d7fe0000 [disabled] [size\x128K]
Capabilities: [58] AGP version 2.0
Capabilities: [50] Power Management version 2
01:00.1 Display controller: ATI Technologies Inc R420 [X800XT-PE]
(Secondary) Subsystem: ATI Technologies Inc Unknown device 0003
Flags: bus master, 66MHz, medium devsel, latency 64
Memory at c8000000 (32-bit, prefetchable) [size\x128M]
Memory at c6800000 (32-bit, non-prefetchable) [sizedK]
Capabilities: [50] Power Management version 2
02:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
Controller (rev 80) (prog-if 10 [OHCI]) Subsystem: VIA Technologies,
Inc. IEEE 1394 Host Controller Flags: bus master, stepping, medium
devsel, latency 32, IRQ 9 Memory at c5800000 (32-bit, non-prefetchable)
[size=2K] I/O ports at a800 [size\x128]
Capabilities: [50] Power Management version 2
02:04.0 RAID bus controller: Promise Technology, Inc. PDC20376
(FastTrak 376) (rev 02) Subsystem: ASUSTeK Computer Inc. A7V8X
motherboard Flags: bus master, 66MHz, medium devsel, latency 96, IRQ 11
I/O ports at a400 [sized]
I/O ports at a000 [size\x16]
I/O ports at 9800 [size\x128]
Memory at c5000000 (32-bit, non-prefetchable) [size=4K]
Memory at c4800000 (32-bit, non-prefetchable) [size\x128K]
Capabilities: [60] Power Management version 2
02:05.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5702X
Gigabit Ethernet (rev 02) Subsystem: ASUSTeK Computer Inc. Unknown
device 80a9 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 10
Memory at c4000000 (64-bit, non-prefetchable) [sizedK]
[virtual] Expansion ROM at c7ff0000 [disabled] [sizedK]
Capabilities: [40] PCI-X non-bridge device
Capabilities: [48] Power Management version 2
Capabilities: [50] Vital Product Data
Capabilities: [58] Message Signalled Interrupts: 64bit+
Queue=0/3 Enable-
02:0a.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III]
(rev 86) Subsystem: D-Link System Inc DFE-530TX rev C
Flags: bus master, stepping, medium devsel, latency 32, IRQ 9
I/O ports at 9400 [size%6]
Memory at c3800000 (32-bit, non-prefetchable) [size%6]
[virtual] Expansion ROM at c7f00000 [disabled] [sizedK]
Capabilities: [40] Power Management version 2
--
Aleksic Predrag
GPG:41FB 6E3A 418E 8752 520D D0F3 E93C D51E 9972 7570
next reply other threads:[~2006-11-02 17:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-02 17:31 Petar Aleksich [this message]
2006-11-04 13:27 ` [lm-sensors] sensors-detect: Found unknown chip with ID 0x8708 Jean Delvare
2006-11-04 16:47 ` Petar Aleksich
2006-11-19 21:08 ` Jean Delvare
2006-11-20 16:18 ` Jeffrey J. Kosowsky
2006-11-21 13:58 ` Jean Delvare
2006-11-21 14:01 ` Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061102183140.595504b5@phearless.godzilla.com \
--to=apetar@gmail.com \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.