On Wed, 13 Jan 2010 15:20:57 +0100, Manuel Lamotte-Schubert wrote:
Hi all,
I have an ZOTAC ION ITX-B mainboard.
(http://pden.zotac.com/index.php?page=shop.product_details&flypage=flypage_images.tpl&product_id=168&category_id=15&option=com_virtuemart&Itemid=1)
I'm running Debian Lenny stable, having lm-sensors installed, Version:
1:3.0.2-1+b2.
The kernel version is 2.6.32, self-compiled
Here's some output I get:
# lspci
...
00:03.2 SMBus: nVidia Corporation Device 0aa2 (rev b1)
...
# sensors-detect
...
Found unknown SMBus adapter 10de:0aa2 at 0000:00:03.2.
...
A more recent version of sensors-detect (lm-sensors 3.1.0 or later)
would not show this message. Anyway, as long as the kernel itself knows
about the device (and this is your case) it doesn't really matter.
# lspci -vv -s 00:03.2
00:03.2 SMBus: nVidia Corporation Device 0aa2 (rev b1)
Subsystem: Device 19da:a108
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at 4900 [size=64]
Region 4: I/O ports at 4d00 [size=64]
Region 5: I/O ports at 4e00 [size=64]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: nForce2_smbus
Kernel modules: i2c-nforce2
The i2c-nforce2 is used for the device, so it's OK.
# i2cdetect 0
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-0.
I will probe address range 0x03-0x77.
Continue? [Y/n]
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- 08 -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- 4c -- -- --
50: 50 51 52 53 54 55 56 57 -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Any help would be appreciated, maybe I can help supporting it!
You did not tell us which I2C/SMBus adapter i2c-0 was. But seeing the
chips at 0x50-0x57, I would guess this is your graphics adapter, rather
than the SMBus (unless you have 8 memory modules, but I wouldn't expect
that on any Zotac product.) The chip at 0x4c could be a temperature
monitoring chip, we'd need a dump to tell. But first just try a more
recent version of sensors-detect:
http://dl.lm-sensors.org/lm-sensors/files/sensors-detect
And report the full output.