Hi Tim, On Tue, 5 Jul 2011 12:06:13 -0500 (CDT), Tim Nelson wrote: > I've done that: > > root@aaa:~# lsmod | grep i2c > i2c_dev 3382 0 > i2c_core 12703 1 i2c_dev > > But, nothing of interest in dmesg other than: > > [108414.944722] i2c /dev entries driver > > and running i2cdetect still turns up nothing: > > root@aaa:~# i2cdetect -l > > Any thoughts? Does this specific Winbond chip require a device specific kernel module to operate such as those found in /lib/modules/2.6.32-5-486/kernel/drivers/i2c/busses ? As I understand it, the W83L604G is a GPIO expander on I2C/SMBus, so what it needs is a driver in drivers/gpio. We don't seem to have support for it yet, unless it is 100% compatible with another device we already support. On top of that, you need a driver for the I2C/SMBus controller on your mainboard, to which the W83L604G is connected. Without it, you won't even be able to talk to the W83L604G. You did not tell us anything about your system so we can't tell you which driver that would be - if we have a driver at all. Does lspci say anything about SMBus? If not, what is your system based on? -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html