Hello,
I have a sensor (I2C) connected to device that uses live debian system. For some reason when i run i2cdetect -y bus_number, no address shows up.
On Ubuntu this works perfectly, so its not a hardware issue. The steps to load are:
-- The i2c bus is loaded as , shows me the buses. I have also modified the kernel config, so im 100% sure the driver gets loaded. I have checked all other buses and it isnt on any of them. I also tried using adding it through sysfs and that didnt work either. Does anyone have any other things i can look at. Again, its not a hardware issue as this works fine on Ubuntu. Any suggestion on investigation paths are much appreciated. Thanks!
I have a sensor (I2C) connected to device that uses live debian system. For some reason when i run i2cdetect -y bus_number, no address shows up.
On Ubuntu this works perfectly, so its not a hardware issue. The steps to load are:
-
Code:
modprobe i2c-dev Code:
modprobe driver_name Code:
ls -l /dev/i2c-*Statistics: Posted by captainsc23 — 2025-01-16 09:00 — Replies 2 — Views 52