re-probing i2c

Hello all,

Do you guys have a utility or information how to re-probe the i2c?.

Thanks,

John

In kernel 2.6.26-omap2 i2ctools still worked to probe for addresses just enabling i2c2 flag from the kernel

i2ctools use smbus probing which in later kernel versions is not supported, but you can try with a user-side kernel application
Check here(Thread:I2C Read/Write problem):
http://groups.google.com/group/beagleboard/browse_thread/thread/a8b8db38dd2aa068/85ba7636f58c8917?lnk=gst&q=i2c#85ba7636f58c8917

It shows the steps to get started communicating.

The “i2c-dev.h” used is the one from the i2ctools

-Ernesto