Topic: Regarding i2c driver

hi iam using i2c driver to configure the registers. But when ever i open the device from user space idin't find the device as /dev/i2c.

I checkded in /dev but surprisingly idin't find i2c in that folder.
But our audio driver is using of i2c to configure registers.

How can i proceed further.

whether i need to write a kernel code for it where i can use the existing driver apis ?

Waiting for ur reply.

Regards,
MMK.

Re: Regarding i2c driver

Small note: crossposting isn't really useful, I deleted your thread from the hardware forum as the issue's mainly a software one.

Re: Regarding i2c driver

We don't have the i2c driver because there's no i2c hardware on the production model of the chumby.

For Foo and Katamari, the i2c code was built into the audio driver.

You are certainly welcome to download the kernel and build a loadable module, but your code will not work on the "real" chumby once it ships.