<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4159&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / I2C, Devuan and Raspberry PI 4B (8GB)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4159</link>
		<description><![CDATA[The most recent posts in I2C, Devuan and Raspberry PI 4B (8GB).]]></description>
		<lastBuildDate>Mon, 22 Mar 2021 03:02:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: I2C, Devuan and Raspberry PI 4B (8GB)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28418#p28418</link>
			<description><![CDATA[<p>hello Johnnie390,</p><p>Can you mark this thread as Solved? <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Mon, 22 Mar 2021 03:02:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28418#p28418</guid>
		</item>
		<item>
			<title><![CDATA[Re: I2C, Devuan and Raspberry PI 4B (8GB)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27813#p27813</link>
			<description><![CDATA[<p>Hallo all,</p><p>an entry in /etc/modules fixed same. Thanks.</p><p>J.</p>]]></description>
			<author><![CDATA[dummy@example.com (Johnnie390)]]></author>
			<pubDate>Sun, 28 Feb 2021 08:47:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27813#p27813</guid>
		</item>
		<item>
			<title><![CDATA[Re: I2C, Devuan and Raspberry PI 4B (8GB)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27795#p27795</link>
			<description><![CDATA[<p>Alright, well I just installed some needed bits and it seems to be appearing for me.</p><p>uncomment:</p><div class="codebox"><pre><code>dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=on</code></pre></div><p>Install:<br /><span class="bbc">sudo apt install -y python3-dev python-smbus i2c-tools python3-pil python3-pip python3-setuptools python3-rpi.gpio</span></p><p>make sure the above modue is in /etc/modules and reboot.</p><p>Came right up:</p><div class="codebox"><pre><code>ls /dev/i2c*
/dev/i2c-1</code></pre></div><div class="codebox"><pre><code>patrick@devuan:~$ sudo i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- -- </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (c0rnelius)]]></author>
			<pubDate>Sat, 27 Feb 2021 15:02:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27795#p27795</guid>
		</item>
		<item>
			<title><![CDATA[Re: I2C, Devuan and Raspberry PI 4B (8GB)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27793#p27793</link>
			<description><![CDATA[<p>Had already uncommented the line in /etc/modules but I appreciate the assistance anyway.</p><p>Regards,</p><p>J.</p>]]></description>
			<author><![CDATA[dummy@example.com (Johnnie390)]]></author>
			<pubDate>Sat, 27 Feb 2021 14:43:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27793#p27793</guid>
		</item>
		<item>
			<title><![CDATA[Re: I2C, Devuan and Raspberry PI 4B (8GB)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27790#p27790</link>
			<description><![CDATA[<p><span class="bbc">sudo modprobe i2c-dev</span></p><p><span class="bbc">cat /etc/modules</span> If you see it already there, then uncomment it and upon reboot it should load every time. If not, just add it to the file. <span class="bbc">i2c-dev</span></p>]]></description>
			<author><![CDATA[dummy@example.com (c0rnelius)]]></author>
			<pubDate>Sat, 27 Feb 2021 13:45:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27790#p27790</guid>
		</item>
		<item>
			<title><![CDATA[I2C, Devuan and Raspberry PI 4B (8GB)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27778#p27778</link>
			<description><![CDATA[<p>Hello all,</p><p>I am running the above in an Argonone M.2 case.<br />To control the built-in fan (temps/speed) for the case, there is software to do this (<a href="https://gitlab.com/DarkElvenAngel/argononed/-/archive/0.3.x/argononed-0.3.x.zip" rel="nofollow">https://gitlab.com/DarkElvenAngel/argon … -0.3.x.zip</a>). <br />This setup worked flawlessly on RPIOS 64-bit.</p><p>In /boot/config.txt, I have this entry&#160; &#160;dtparam=i2c_arm=on, however I cannot speak to the I2C bus using e.g. i2cdetect -y 1 at all.</p><p>Example - </p><p>i2cdetect -y 1<br />Error: Could not open file `/dev/i2c-1&#039; or `/dev/i2c/1&#039;: No such file or directory<br />root@magalas:~# i2cdetect -y 0<br />Error: Could not open file `/dev/i2c-0&#039; or `/dev/i2c/0&#039;: No such file or directory<br />root@magalas:~# </p><p>As can be seen from the above screenshot, I am dead in the water before I start...</p><p>Anyone any ideas?</p><p>Regards,</p><p>J.</p>]]></description>
			<author><![CDATA[dummy@example.com (Johnnie390)]]></author>
			<pubDate>Sat, 27 Feb 2021 10:54:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27778#p27778</guid>
		</item>
	</channel>
</rss>
