<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[chumbysphere forum — "turning off" the USB port]]></title>
		<link>http://forum.chumby.com/viewtopic.php?id=5141</link>
		<atom:link href="http://forum.chumby.com/extern.php?action=feed&amp;tid=5141&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in "turning off" the USB port.]]></description>
		<lastBuildDate>Mon, 26 Dec 2011 21:36:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: "turning off" the USB port]]></title>
			<link>http://forum.chumby.com/viewtopic.php?pid=40193#p40193</link>
			<description><![CDATA[<div class="quotebox"><cite>Duane wrote:</cite><blockquote><p>No - the power is pretty much wired directly to the USB port.</p></blockquote></div><p>I have a &quot;noob&quot; question that is sort of related (though not directly) to this thread... This thread suggests to me that the Chumby One USB port can power an external device. Is that correct? </p><p>I ask because I&#039;m thinking about plugging a bluetooth headphone jack adapter into the Chumby to pair it with an external speaker. The adapters I&#039;ve seen often need to be charged through a mini-usb port. Can I just run the adapter&#039;s usb power port to the Chumby USB to charge it? Does that make sense?</p><p>Edit: Sorry, I meant a second-gen. blue &amp; white Chumby, not the Chumby One (though I&#039;m curious about that, too).</p><p>Edit: Nevermind. I answered my own question. I was able to charge my cell phone using the USB port from an original Chumby.</p>]]></description>
			<author><![CDATA[null@example.com (carldc)]]></author>
			<pubDate>Mon, 26 Dec 2011 21:36:01 +0000</pubDate>
			<guid>http://forum.chumby.com/viewtopic.php?pid=40193#p40193</guid>
		</item>
		<item>
			<title><![CDATA[Re: "turning off" the USB port]]></title>
			<link>http://forum.chumby.com/viewtopic.php?pid=36605#p36605</link>
			<description><![CDATA[<p>I have a Magnetic Card Reader ( recognized as a HID device ) connected to the USB 3 port ( the one nearest the GPIO pins ) . <br />From time to time it freezes ( I think it&#039;s a reader issue ) ; I have to take off the reader from the USB port and put it back on and everything it&#039;s OK again ( for a while ) . Until I&#039;ll figure out what causes this problem I decided to simulate this pull out of the USB cable by software - so I need a command that would cut off the power for 2 seconds from the USB 3 port .<br /><strong>&quot;hub-ctrl -P 3 -p 0&quot;</strong> cut only the DATA from the USB port ( I know this because I cut a USB extension cord and , on the red/black wired i hooked an digital multimeter - all the 4 wires remained &quot;intact&quot; , though , in order to let the Reader properly connected )<br /><strong>/usr/chumby/scripts/reset_usb.sh</strong> does what I need , but only for the USB port 1 ( the one near the power jack ); it does not affect at all the other 2 USB port ( as one should expect given it&#039;s name ) ...</p>]]></description>
			<author><![CDATA[null@example.com (inad)]]></author>
			<pubDate>Wed, 20 Apr 2011 16:42:19 +0000</pubDate>
			<guid>http://forum.chumby.com/viewtopic.php?pid=36605#p36605</guid>
		</item>
		<item>
			<title><![CDATA[Re: "turning off" the USB port]]></title>
			<link>http://forum.chumby.com/viewtopic.php?pid=29508#p29508</link>
			<description><![CDATA[<p>It was a long shot.&nbsp; bunnie informs me that the power state isn&#039;t actually hooked up.&nbsp; Unfortunate.</p><p>The reason why it&#039;s stopping is because the power to the onboard USB hub is getting turned off briefly to reset the chip.&nbsp; The script in question is called something along the lines of reset_usb.sh, and it works by toggling a GPIO.&nbsp; You can try doing something similar, but beware that it toggles the entirety of USB, including the onboard wifi.&nbsp; There&#039;s no way to decouple the external USB port and the onboard wifi.</p>]]></description>
			<author><![CDATA[null@example.com (ChumbyLurker)]]></author>
			<pubDate>Fri, 04 Jun 2010 15:00:47 +0000</pubDate>
			<guid>http://forum.chumby.com/viewtopic.php?pid=29508#p29508</guid>
		</item>
		<item>
			<title><![CDATA[Re: "turning off" the USB port]]></title>
			<link>http://forum.chumby.com/viewtopic.php?pid=29507#p29507</link>
			<description><![CDATA[<p>thanks - but unfortunately that command didn&#039;t have any effect on my chumby one.<br />What I noticed is that during booting (while at the screen with the colorful circles) the fan stops twice. I don&#039;t really know what happens at that stage but it seems that there is a way to make the fan stop. I&#039;ll continue investigating.</p>]]></description>
			<author><![CDATA[null@example.com (speigei)]]></author>
			<pubDate>Fri, 04 Jun 2010 11:41:55 +0000</pubDate>
			<guid>http://forum.chumby.com/viewtopic.php?pid=29507#p29507</guid>
		</item>
		<item>
			<title><![CDATA[Re: "turning off" the USB port]]></title>
			<link>http://forum.chumby.com/viewtopic.php?pid=29504#p29504</link>
			<description><![CDATA[<p>Are you using a chumby One?&nbsp; Try running something like this:</p><div class="codebox"><pre><code>hub-ctrl -P 3 -p</code></pre></div><p>To turn the port back on, run:</p><div class="codebox"><pre><code>hub-ctrl -P 3 -p 1</code></pre></div><p>I may have the port number wrong, so try -P 4 or -P 1 as well.</p>]]></description>
			<author><![CDATA[null@example.com (ChumbyLurker)]]></author>
			<pubDate>Fri, 04 Jun 2010 08:27:12 +0000</pubDate>
			<guid>http://forum.chumby.com/viewtopic.php?pid=29504#p29504</guid>
		</item>
		<item>
			<title><![CDATA[Re: "turning off" the USB port]]></title>
			<link>http://forum.chumby.com/viewtopic.php?pid=29458#p29458</link>
			<description><![CDATA[<p>No - the power is pretty much wired directly to the USB port.</p>]]></description>
			<author><![CDATA[null@example.com (Duane)]]></author>
			<pubDate>Wed, 02 Jun 2010 15:23:36 +0000</pubDate>
			<guid>http://forum.chumby.com/viewtopic.php?pid=29458#p29458</guid>
		</item>
		<item>
			<title><![CDATA["turning off" the USB port]]></title>
			<link>http://forum.chumby.com/viewtopic.php?pid=29454#p29454</link>
			<description><![CDATA[<p>I decided to put the USB port of my chumby to good use for the summer by plugging in one of these cheap bendable USB fans ... and its a nice bedside breeze. <a href="http://imgur.com/BjkIe?tags">http://imgur.com/BjkIe?tags</a></p><p>The thing is that most of these USB fans don&#039;t have a on/off switch, which means you have to unplug it to turn it off. </p><p>What I want to do is turn if off by software, for example when using the music timer I also want the fan to be turned off.<br />However the fan is not detected by the system, it&#039;s only using the USB port for power. </p><p>So I was wondering if there are any ways to &quot;turn off&quot; the USB port by software?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (speigei)]]></author>
			<pubDate>Wed, 02 Jun 2010 13:36:59 +0000</pubDate>
			<guid>http://forum.chumby.com/viewtopic.php?pid=29454#p29454</guid>
		</item>
	</channel>
</rss>
