I believe have a model A not B I tried both codes 0 and 1 neither one worked. Also searched for blacklist files and not showed. I am new using Linux so I will check again.DougieLawson wrote:Wrong I2C.
sudo i2cdetect -y 1
Unless you have a very old model B.
Or the i2c-dev and i2c-bcm2708 modules aren't loaded or might be blacklisted.
DougieLawson wrote:Try the following commands
sudo modprobe i2c-bcm2708 (modprobe: FATAL: Module i2c-bcm2708 not found.
sudo modprobe i2c-dev
lsmod
dmesg
FPP Version v0.3.0-54-g3be8526DougieLawson wrote:What OS distro are you using?
Is your firmware/kernel up to date?
Followed first 2 stepsDougieLawson wrote:Your kernel is two versions out of date (soon to be eight versions out of date).
sudo apt-get update && sudo apt-get dist-upgrade
sudo raspi-config # will then have an option to enable i2c and spi
I have rechecked. In advanced options is there anything that should be disabled that would interfere with this operation?DougieLawson wrote:Have you enabled SPI & I2C by using sudo raspi-config (advanced options)?