Hi, I have this problem on Dapper and modprobe i2c-dev doesn't help. No device files are created in /dev:
[EMAIL PROTECTED](dev)$ ls /dev/i2c-* ls: /dev/i2c-*: No such file or directory [EMAIL PROTECTED](dev)$ sudo rmmod i2c-dev [EMAIL PROTECTED](dev)$ sudo modprobe i2c-dev [EMAIL PROTECTED](dev)$ sudo tail -1 /var/log/messages Feb 26 14:46:43 fen-apps kernel: [44059888.540000] i2c /dev entries driver [EMAIL PROTECTED](dev)$ ls /dev/i2c-* ls: /dev/i2c-*: No such file or directory [EMAIL PROTECTED](dev)$ sudo sensors-detect No i2c device files found. Use prog/mkdev/mkdev.sh to create them. If I manually create the device node with "mknod /dev/i2c-0 c 89 0" then it works, but I don't think I ought to do that or should need to do it on a udev system. I don't understand why "modprobe i2c-dev" doesn't do it. Cheers, Chris. -- i2c-0 device not created https://bugs.launchpad.net/bugs/39407 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
