Step 1 — Check if I2C buses already exist but aren't detected: bashls /dev/i2c-* Sometimes the bus exists but i2cdetect -l doesn't show it cleanly. Step 2 — Check your kernel for I2C support: bashdmesg | grep i2c This tells you whether I2C drivers loaded at all. Step 3 — Find your device tree source...