I tried to install I2C-tools this morning ahead of my new temperature sensor arriving. The last lines of the install are:
Setting up i2c-tools (3.1.0-2) ...
/run/udev or .udevdb or.udev presence implies active .udev. Aborting MAKEDEV invocation.
when I type sudo i2cdetect -y 1
it says
Error: Could not open file 'dev/i2c-1' or 'dev/i2c/1': no such file or directory
I tried to reinstall i2ctools but it says I have the newest version already.
Can I fool my RPi into thinking it has an older version?
Can I uninstall the i2c tools?
Or just get another SD card, install the i2c tools, then copy the files over to my existing SD card? If so, which directories should I copy?
THANKS!!!