Having issues with your DietPi installation or found a bug? Post it here.
marg
Posts: 24 Joined: Fri Feb 12, 2016 8:54 am
Post
by marg » Thu May 02, 2019 9:48 am
Hello,
How to enable i2c on ODROID C2 ? is it compatible ?
i got plugged 16x2 LCD and the : i2cdetect -y 1
Code: Select all
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
dont show the lcd is plugged somewhere.
please help
MichaIng
Site Admin
Posts: 2613 Joined: Sat Nov 18, 2017 6:21 pm
Post
by MichaIng » Sun May 26, 2019 9:51 pm
@marg
Assure that those packages are installed:
G_AGI libi2c-dev i2c-tools
Then check that the kernel modules are loaded:
lsmod
Also check whether the serial devices are available:
ls -l /dev
Opened an issue on GitHub:
https://github.com/MichaIng/DietPi/issues/2859
sargon
Posts: 7 Joined: Thu Oct 24, 2019 9:25 pm
Post
by sargon » Thu Oct 24, 2019 10:08 pm
Is the HWCLOCKACCESS=YES line uncommented?
MichaIng
Site Admin
Posts: 2613 Joined: Sat Nov 18, 2017 6:21 pm
Post
by MichaIng » Fri Oct 25, 2019 4:59 pm
@sargon
In which file/config?