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  ?

Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105

----- Original Message -----
> You have to install i2c-dev.ko with "insmod i2c-dev.ko". Good luck :)
> 
> BR
> 
> Shijie
> 
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Tim Nelson
> Sent: Tuesday, July 05, 2011 10:46 PM
> To: [email protected]
> Subject: Winbond W83L604G
> 
> Greetings-
> 
> I've got a board with a Winbond W83L604G GPIO controller and I'd like
> to use it with Debian 6.x for controlling attached LEDs. However,
> using i2cdetect, I'm not seeing any I2C busses on the system, nor any
> I2C devices. Does this controller require a specific kernel module for
> operation? Any tips or pointers on how to make it available for
> control using I2C?
> 
> I've not found a current kernel module for this chip, nor found any
> reference when grep'ing through the current source tarball. Maybe
> there simply isn't a module available to use it?
> 
> Thanks!
> 
> --Tim
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-i2c"
> in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to