[opensuse-arm] Tumbleweed Raspberry Pi2 i2c-tools not work
Tumbleweed for Raspberry Pi2 hardware detect with i2c-tools not wok. Do samples with Real Time Clock DS3231. Add in etc/modulse-load.d - i2c-dev, rtc-ds1307, snd-bcm2835. Driver i2c-bcm2835 not add to load - error modprobe: FATAL: Module i2c-bcm2835 not found in directory /lib/modules/3.18.14-5-rpi2 . After command sudo i2cdetect -y 1 , result is - Error: Could not open file `/dev/i2c-1' or `/dev/i2c/1': No such file or directory . All work with Raspbian, but i wont to work with openSUSE. After week рeading on the Internet, i think the problem is python-smbus (i2c-tools-python in fedora). With this problem, Raspberry not work with GPIO interface (sensors and etc). -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi, you can try: modprobe i2c-dev i2cdetect -y 1 Guillaume Le 09/03/2016 21:56, Denislav Radoslavov a écrit :
Tumbleweed for Raspberry Pi2 hardware detect with i2c-tools not wok. Do samples with Real Time Clock DS3231. Add in etc/modulse-load.d - i2c-dev, rtc-ds1307, snd-bcm2835. Driver i2c-bcm2835 not add to load - error modprobe: FATAL: Module i2c-bcm2835 not found in directory /lib/modules/3.18.14-5-rpi2 . After command sudo i2cdetect -y 1 , result is - Error: Could not open file `/dev/i2c-1' or `/dev/i2c/1': No such file or directory .
All work with Raspbian, but i wont to work with openSUSE. After week рeading on the Internet, i think the problem is python-smbus (i2c-tools-python in fedora). With this problem, Raspberry not work with GPIO interface (sensors and etc).
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Denislav,
rtc-ds1307, snd-bcm2835. Driver i2c-bcm2835 not add to load - error modprobe: FATAL: Module i2c-bcm2835 not found in directory /lib/modules/3.18.14-5-rpi2
Thank you for the report, this problem has been fixed in 4.1.19 (which is currently in :Staging) and later. Greetings, Dirk -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Denislav Radoslavov
-
Dirk Müller
-
Guillaume Gardet