On 04/02/14 05:26, Rushi Desai wrote: > I tried to initialize the driver by running: > > # echo htu21 0x40 > /sys/class/i2c-adapter/i2c-1/new_device > > This is what I see in dmesg: > > [215690.914098] i2c i2c-1: new_device: Instantiated device htu21 at 0x40
Do you have the pullups on the board enabled, or disabled ? Are you using 3.12 or later kernel ? The driver for this was only merged in 3.12. Did you 'modprobe htu21' or is the driver compiled into your kernel ? I've come across a few things recently that i2cdetect doesn't see, but if you access them directly they work fine. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
