Hello!
I am trying to solve my problem with i2c on a Raspberry Pi model B.
I have build myself a little weather station with some sensors connected via i2c.
It was working flawlessly for 3 months but now it suddenly stopped.
I made sure the /etc/modprobe.d/raspi-blacklist.conf and /etc/modules configuration files are still as they were.
The i2c_dev and i2c_bcm2708 modules are loaded after reboot but i2cdetect gives me:
Error: Could not open file `/dev/i2c-1' or `/dev/i2c/1': No such file or directory
I tried apt-get update, apt-get upgrade, rpi-update, ... but no luck so far.
Can anyone help me please?
Thanks for any ideas.