<?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=3549&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] Raspberry Pi 3b+ - USB over-current change]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3549</link>
		<description><![CDATA[The most recent posts in [Solved] Raspberry Pi 3b+ - USB over-current change.]]></description>
		<lastBuildDate>Thu, 04 Jun 2020 19:41:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 3b+ - USB over-current change]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22340#p22340</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>... old 360W Sun Microsystems PS that puts out +5V/30A ...</p></div></blockquote></div><p>Seems there aren&#039;t too many RPi users here.</p><p>Done.</p><p>Powering the RPi and the external IDE HDD from a +5V/30A (obviously over spec&#039;d) did not cause any issues whatsoever.<br />Nor did I get any <span class="bbc">over-current change</span> lines in <span class="bbc">dmesg</span>. </p><p>So ...<br />One of two things: either the wall wart PS I normally use for my RPi 3B+ does not provide a <span class="bbc">solid</span> +5V/5.1A max or the sum of the RPi and HDD powering up at the same time pulls a bit more power that than for around 1.5s.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 04 Jun 2020 19:41:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22340#p22340</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Raspberry Pi 3b+ - USB over-current change]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22271#p22271</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>Any ideas?</p></div></blockquote></div><p>Still trying to figure this out.</p><p>From what I have read at the RPi forunm, the <span class="bbc">over-current change</span> output in <span class="bbc">dmesg</span> is directly related to an underpowered power supply but one thing that sort of stumped me was finding that some people having this issue has official RPi power supplies.</p><p>It seems that what is happening here is this: </p><p>Getting the <span class="bbc">over-current change</span> line in <span class="bbc">dmesg</span> when the external HDD is connected to one of the power supply&#039;s USB ports leads me to think that the PS is indeed underpowered, but then the RPi <em>does</em> complete the boot process as if nothing had happened.</p><p>If I had not looked throught the <span class="bbc">dmesg</span> output, I would not have been the wiser.<br />Like I mentioned before, there have been <span class="bbu">no</span> indications of power issues: no red light blink or on-screen warnings, even when overclocked and running a severe stress test.</p><p>But then, <strong>not</strong> getting the <span class="bbc">over-current change</span> line in <span class="bbc">dmesg</span> when the external HDD is powered from one of the RPi&#039;s USB ports sort of does away with the underpowered PS theory.</p><p>So, what&#039;s up?</p><p>I think that the PS is on the <em>edge</em> of being underpowered and having both the RPi <em>and</em> the external HDD draw power at the same time pushes it over that edge for a bit less than 1.5s ...</p><div class="codebox"><pre><code>pi@rpidevuan:~$ sudo dmesg | grep current
--- snip ---
[    3.194560] usb 1-1-port3: over-current change    &lt;--- first over-current event 
--- snip ---
[ 4.570348] usb 1-1.1-port3: over-current change    &lt;--- last over-current event
--- snip ---
pi@rpidevuan:~$ </code></pre></div><p>... but then recovers as soon as the HDDs spin-up current draw, which could be up to and even over 1.0A, is gone.<br />And it is for such as short time that the RPi does not throw any warnings.</p><p>Powering the HDD from one of the RPi&#039;s USB ports has the RPi powering up <em>before</em> it powers up the HDD (1s, 2s?), so then there&#039;s no simultaneous power draw from the RPi and the HDD. </p><p>I am hacking up an old 360W Sun Microsystems PS that puts out +5V/30A to make a bench power source and will see if I can reproduce the over-current issue while powering the RPi and HDD from there. </p><p>Any ideas?</p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Wed, 03 Jun 2020 01:16:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22271#p22271</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Raspberry Pi 3b+ - USB over-current change]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22191#p22191</link>
			<description><![CDATA[<p>Hello:</p><p>While looking through the <span class="bbc">dmesg</span> output of the Devuan ascii 2.0.0 ARM64 instalation on my RPi3B+, I came across this bit:</p><div class="codebox"><pre><code>pi@rpidevuan:~$ sudo dmesg | grep current
--- snip ---
[    3.194560] usb 1-1-port3: over-current change
[    3.410266] usb 1-1-port4: over-current change
[    3.746362] usb 1-1-port2: over-current change
[    4.357932] usb 1-1.1-port2: over-current change
[    4.570348] usb 1-1.1-port3: over-current change
--- snip ---
pi@rpidevuan:~$ </code></pre></div><p>I don&#039;t know what this entails ie: it is not a warning or an error and it seems that everything is working properly, specifically access to the HDD where everything but the <span class="bbc">/boot</span> partition is.<br />The external IDE HDD is powered through a cable that plugs into one of the charging ports of the power supply I use for the RPi, a second charging port is for the RPi itself and a third one is vacant.</p><p>There are <span class="bbu">no</span> indications of power issues: no blinking red light or on-screen signs, even when overclocked and running a severe stress test.<br />But I don&#039;t want to risk the thingy&#039;s power system.</p><p>Curiously enough, if I plug the HDD&#039;s power cable into one of the RPi&#039;s <em>own</em> USB sockets, not only does everything work properly but there is <span class="bbu">no</span> trace of the <span class="bbc">over-current change</span> line in <span class="bbc">dmesg</span>. </p><div class="codebox"><pre><code>pi@rpidevuan:~$ sudo dmesg | grep current
pi@rpidevuan:~$ </code></pre></div><p>I&#039;d leave things as they are but I do need to have that last USB port available on the RPi for my coffee roasting data logger.<br />The other USB ports are for kb and mouse and while bluetooth kb+mouse would be an option, I&#039;s rather not have to do it.</p><p>Any ideas?</p><p>Thanks in advance,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 30 May 2020 20:33:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22191#p22191</guid>
		</item>
	</channel>
</rss>
