<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Plugable &#187; Tips</title>
	<atom:link href="http://plugable.com/category/all/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://plugable.com</link>
	<description>USB Devices - Hubs, Cables, Graphics, Video, Docking, SATA, Keyboards, more</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:55:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Howto: DisplayLink USB Single Monitor on Linux</title>
		<link>http://plugable.com/2011/12/23/usb-graphics-and-linux/</link>
		<comments>http://plugable.com/2011/12/23/usb-graphics-and-linux/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 23:23:27 +0000</pubDate>
		<dc:creator>jerome</dc:creator>
				<category><![CDATA[DC-125]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[udlfb]]></category>
		<category><![CDATA[UGA-165]]></category>
		<category><![CDATA[USB-VGA-165]]></category>
		<category><![CDATA[USB2-HDMI-165]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[amazon:asin=B0038P1TP4]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>
		<category><![CDATA[amazon:asin=B004PXPPNA]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=3540</guid>
		<description><![CDATA[Unfortunately, Linux doesn&#8217;t support multiple graphics adapters the way Windows does, which means you can&#8217;t just plug in USB graphics adapters and expect them to extend your desktop (the good news is there is progress on this support). What is possible, however, is running a single DisplayLink adapter, or several with a Xinerama or multiseat [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, Linux doesn&#8217;t support multiple graphics adapters the way Windows does, which means you can&#8217;t just plug in USB graphics adapters and expect them to extend your desktop (the good news is <a href="http://www.phoronix.com/scan.php?page=news_item&#038;px=MTAzMjM" target="_blank">there is progress</a> on this support).</p>
<p>What is possible, however, is running a single DisplayLink adapter, or several with a Xinerama or multiseat configuration &#8212; just as long as you don&#8217;t expect to use your main GPU at the same time.</p>
<p>The single-display case is relatively easy to set up, and we&#8217;ll cover that here.</p>
<p>First, make sure you&#8217;re running kernel version 2.6.35 or later (Ubuntu 10.10 or later).  For older kernel versions, you&#8217;ll need to update udlfb and run a modified fbdev X server (not covered in this post).  On these kernel versions, when you plug in your DisplayLink-based USB graphics device, you should get a green screen. This means that at the driver built into the Linux kernel is happy, healthy, and talking to the device.</p>
<p>Second, if you are running Unity Desktop in Ubuntu 11.04 or later, you&#8217;ll need to switch back to Classic Mode so you&#8217;re running straight X.  Here&#8217;s how on Ubuntu: </p>
<p>Click on the power button in the upper right corner (mine looks like a light switch) and choose the last option, System Settings.  Search for Login Screen, Double-click to display, Choose Unlock and enter your password, Select Ubuntu Classic as default session.  </p>
<p>Third, if you&#8217;re running kernel versions between 2.6.35 to 3.1, enable the fb_defio option of udlfb. To do this, create or edit a file like<br />
/etc/modprobe.d/50-displaylink.conf</p>
<p>and add the single line</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">options udlfb <span style="color: #007800;">fb_defio</span>=<span style="color: #000000;">1</span></pre></div></div>

<p>And reboot (or run &#8220;sudo depmod -a&#8221; and unplug/replug your adapter). This will turn on defio (page fault change detection) support. This option is already enabled by default in kernels 3.2+.</p>
<p>Lastly, create an X config file called 60-plugable.conf (or similar) with the following contents and place it in /usr/share/X11/xorg.conf.d (on recent distros; on older distros, make this your xorg.conf):</p>

<div class="wp_syntax"><div class="code"><pre class="xorg_conf" style="font-family:monospace;">&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Device&quot;</span> 
  <span style="color: #990000;">Identifier</span> <span style="color: #0000ff;">&quot;uga&quot;</span> 
  <span style="color: #990000;">driver</span> <span style="color: #0000ff;">&quot;fbdev&quot;</span> 
  <span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;fbdev&quot;</span> <span style="color: #0000ff;">&quot;/dev/fb0&quot;</span> 
<span style="color: #b1b100;">EndSection</span> 
&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Monitor&quot;</span> 
  <span style="color: #990000;">Identifier</span> <span style="color: #0000ff;">&quot;monitor&quot;</span> 
<span style="color: #b1b100;">EndSection</span> 
&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Screen&quot;</span> 
  <span style="color: #990000;">Identifier</span> <span style="color: #0000ff;">&quot;screen&quot;</span> 
  <span style="color: #990000;">Device</span> <span style="color: #0000ff;">&quot;uga&quot;</span> 
  <span style="color: #990000;">Monitor</span> <span style="color: #0000ff;">&quot;monitor&quot;</span> 
<span style="color: #b1b100;">EndSection</span> 
&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;ServerLayout&quot;</span> 
  <span style="color: #990000;">Identifier</span> <span style="color: #0000ff;">&quot;default&quot;</span> 
  <span style="color: #990000;">Screen</span> <span style="color: #cc66cc;">0</span> <span style="color: #0000ff;">&quot;screen&quot;</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> 
<span style="color: #b1b100;">EndSection</span></pre></div></div>

<p>Note: if your main GPU creates a /dev/fb0 even when the USB display is not attached, then your USB display is probably getting assigned to /dev/fb1. In that case, change /dev/fb0 in the &#8220;Device&#8221; section above to /dev/fb1</p>
<p>Now, on reboot, you should (hopefully!) see your login come up on your DisplayLink USB attached display!</p>
<p>This kind of simple setup is useful for:</p>
<ul>
<li>Testing or playing with your USB graphics adatper on Linux.</li>
<li>Embedded systems with USB but no GPU.</li>
<li>As a backup method when the main GPU or its driver isn&#8217;t available or working.</li>
<li>Systems where a USB graphics adapter enables higher modes (up to 2048&#215;1152) than the main GPU screen.</li>
</ul>
<p>Please comment if you have any trouble with this single display case.  See our <a href="http://plugable.com/category/project/udlfb/">past posts</a> for additional information about the DisplayLink Linux kernel driver and some more involved setups.</p>
<p>The instructed here work on all <a href="http://plugable.com/products/graphics-adapters/">Plugable USB 2.0 graphics adapters</a> and <a href="http://plugable.com/products/laptop-docking/">Plugable USB 2.0 docking stations and thin clients</a> (and should also generally work on all DisplayLink based products).</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/12/23/usb-graphics-and-linux/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Howto: Installing ASIX&#8217;s USB Gigabit Ethernet Driver on Mac OS X Lion 10.7</title>
		<link>http://plugable.com/2011/07/27/howto-asix-usb-gigabit-driver-lion/</link>
		<comments>http://plugable.com/2011/07/27/howto-asix-usb-gigabit-driver-lion/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 07:11:55 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Installing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[USB2-E1000]]></category>
		<category><![CDATA[amazon:asin=B003VSTDFG]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2868</guid>
		<description><![CDATA[If you plug one of our Plugable USB2-E1000 USB 2.0 to Gigabit Ethernet Adapters or others based on the ASIX 88178 chipset into an Mac Lion system, Apple will match it with the Apple Gigabit Ethernet driver that&#8217;s included in Lion. Unfortunately, Apple limits compatibility to Apple brand adapters (even though they use the same [...]]]></description>
			<content:encoded><![CDATA[<p>If you plug one of our <a href="http://plugable.com/products/usb2-e1000/">Plugable USB2-E1000 USB 2.0 to Gigabit Ethernet Adapters</a> or others based on the ASIX 88178 chipset into an Mac Lion system, Apple will match it with the Apple Gigabit Ethernet driver that&#8217;s included in Lion.  </p>
<p>Unfortunately, Apple limits compatibility to Apple brand adapters (even though they use the same ASIX chipset).  And it fails on non-Apple adapters in a confusing way: it will show as &#8220;Connected&#8221; in the Network control panel, but connections out won&#8217;t work &#8212; you&#8217;ll notice it has a self-assigned IP address (169.*), no router, and no DNS server.  It looks something like this:</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_asix_88178_apple_driver-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_asix_88178_apple_driver-copy-300x260.jpg" alt="" title="lion_asix_88178_apple_driver copy" width="300" height="260" class="aligncenter size-medium wp-image-2869" /></a></p>
<p>Fortunately, ASIX has an updated driver which works on Lion (and older versions).  Note that if you had done this before upgrading to Lion, your old driver may be 32-bit.  Lion moves all systems to a 64-bit kernel, so in the case of a Lion upgrade, you may have to uninstall the old driver (uninstaller included in the driver package), and follow the steps below to get ASIX&#8217;s latest driver.</p>
<p>Download the <a href="http://www.asix.com.tw/FrootAttach/driver/AX88178_Macintosh_10.4_10.5_10.6_Driver_v3.5.0_Binary.zip">Plugable USB2-E1000 (ASIX 88178 chipset) driver</a>.</p>
<p>If you&#8217;re downlading with Safari, look for the Download folder the Lion has in your Dock by default.  Click on that to bring up recent downloads, which looks like this:</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_downloaded_stack-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_downloaded_stack-copy-300x197.jpg" alt="" title="lion_asix_driver_downloaded_stack copy" width="300" height="197" class="aligncenter size-medium wp-image-2860" /></a></p>
<p>Open that folder, then click on the &#8220;.dmg&#8221; to open the ASIX driver installer disk image.</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_folder-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_folder-copy-300x136.jpg" alt="" title="lion_asix_driver_folder copy" width="300" height="136" class="aligncenter size-medium wp-image-2861" /></a></p>
<p>The image then shows up on the left side of the window, below your other drives, called &#8220;DISK IMAGE&#8221;. Click on this to open the image, then click on the installer (the icon with the package opening).</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_asix_dmg_image-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_asix_dmg_image-copy-300x135.jpg" alt="" title="lion_asix_dmg_image copy" width="300" height="135" class="aligncenter size-medium wp-image-2859" /></a></p>
<p>You&#8217;re finally out of Lion&#8217;s folders and into the installer proper.</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_asix_installer_firstpage-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_asix_installer_firstpage-copy-300x212.jpg" alt="" title="lion_asix_installer_firstpage copy" width="300" height="212" class="aligncenter size-medium wp-image-2865" /></a></p>
<p>The ASIX 88178 driver isn&#8217;t big (254K)</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_installer_2ndpage-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_installer_2ndpage-copy-300x212.jpg" alt="" title="lion_asix_driver_installer_2ndpage copy" width="300" height="212" class="aligncenter size-medium wp-image-2862" /></a></p>
<p>You will be prompted to let the driver install.</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_installer_elevation-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_installer_elevation-copy-300x161.jpg" alt="" title="lion_asix_driver_installer_elevation copy" width="300" height="161" class="aligncenter size-medium wp-image-2863" /></a></p>
<p>A reboot is required for the newly installed driver to be active.</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_installer_reboot-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_asix_driver_installer_reboot-copy-300x117.jpg" alt="" title="lion_asix_driver_installer_reboot copy" width="300" height="117" class="aligncenter size-medium wp-image-2864" /></a></p>
<p>After the reboot, if you open the Network control panel, you should now see &#8220;Connected&#8221;, but now also with a properly assigned IP address, DNS, etc.  </p>
<p>If that&#8217;s not the case (or something goes awry later), it&#8217;s common on Mac OS X to need a fresh interface for the adapter, which you can create via the network control panel (this creates a new, clean configuration for an adapter).  See the <a href="https://s3.amazonaws.com/plugable/doc/Plugable_ASIX_Mac_Installation_Guide.pdf" target="_blank">ASIX Mac installation guide</a> for details.</p>
<p>And once you have that automatically assigned IP address, you should be done &#8211; open Safari and enjoy!</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion_successful_asix_install-copy.jpg"><img src="http://plugable.com/wp-content/uploads/2011/07/lion_successful_asix_install-copy-300x260.jpg" alt="" title="lion_successful_asix_install copy" width="300" height="260" class="aligncenter size-medium wp-image-2871" /></a></p>
<p>And if you have a Plugable adapter and have any problems at all, we&#8217;re here to help.  Visit <a href="http://support.plugable.com/">support.plugable.com</a> or email support@plugable.com anytime.  Thanks!</p>
<p><b>Where to Buy</b></p>
<div class="amtap">
<table class="amazon_table">
<tr>
<td><img src="http://ecx.images-amazon.com/images/I/413kaX1OeRL._SL110_.jpg" width="110" height="95" alt=""/></td>
<td class="amazon_title">Plugable USB 2.0 to 10/100/1000 Gigabit Ethernet LAN Network Adapter (ASIX AX88178 Chipset)</td>
<td class="amazon_detail"><a href="http://plugable.com/products/USB2-E1000">          Product Details        </a></td>
<td/>
<td class="amazon_price">&#36;26.95</td>
<td><a href="http://www.amazon.com/Plugable-Gigabit-Ethernet-Network-Adapter/dp/B003VSTDFG?SubscriptionId=AKIAJ27KPV45VTL2XA5Q&#038;tag=plugabltechno-20&#038;linkCode=xm2&#038;camp=2025&#038;creative=165953&#038;creativeASIN=B003VSTDFG" rel="nofollow"><img src="http://plugable.com/wp-content/uploads/2010/08/buyfromamazon.gif" width="120px" height="43px" style="border-style:none"/></a></td>
</tr>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/07/27/howto-asix-usb-gigabit-driver-lion/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Installing a USB Serial Adapter on Mac OS X</title>
		<link>http://plugable.com/2011/07/12/installing-a-usb-serial-adapter-on-mac-os-x/</link>
		<comments>http://plugable.com/2011/07/12/installing-a-usb-serial-adapter-on-mac-os-x/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 22:35:19 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Installing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PL2303-DB9]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[amazon:asin=B00425S1H8]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2672</guid>
		<description><![CDATA[<!-- AMTAP: cannot retrieve content from Amazon Web Services or cache --><!-- AMTAP::transform failed -->The easiest way to go about installing our Plugable USB to Serial adapter is by starting with the device. If you want to verify that the adapter and the driver were installed properly click here Connect the device to the Mac. Once connected click on the Apple icon and on ‘About This Mac’ Click on [...]]]></description>
			<content:encoded><![CDATA[<p>The easiest way to go about installing our <a href="http://plugable.com/products/PL2303-DB9">Plugable USB to Serial adapter</a> is by starting with the device.</p>
<ul>
<li>If you want to verify that the adapter and the driver were installed properly click <a href="#VERIFY">here</a></li>
</ul>
<p>Connect the device to the Mac. Once connected click on the Apple icon and on ‘About This Mac’<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/01.png"><img class="aligncenter size-full wp-image-2675" title="01" src="http://plugable.com/wp-content/uploads/2011/06/01.png" alt="" width="235" height="88" /></a><br />
Click on ‘More Info…’<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/02.png"><img class="aligncenter size-full wp-image-2676" title="02" src="http://plugable.com/wp-content/uploads/2011/06/02.png" alt="" width="314" height="358" /></a><br />
Click on ‘USB’ on the left and on the ‘USB-Serial Controller D’<br />
If all is well you should be seeing something like this:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/03.png"><img class="aligncenter size-full wp-image-2680" title="03" src="http://plugable.com/wp-content/uploads/2011/06/03.png" alt="" width="519" height="403" /></a><br />
Time to get the driver! Fire up Safari and browse to http://plugable.com/drivers/prolific/ and scroll down to Mac.<br />
Click on the ‘PL2303 MacOSX10.6 dmg v.1.4.0.zip’, the Safari Downloads window should come up:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/04.png"><img class="aligncenter size-full wp-image-2682" title="04" src="http://plugable.com/wp-content/uploads/2011/06/04.png" alt="" width="614" height="342" /></a><br />
Double click on the md_PL23-3_MacOSX10<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/05.png"><img class="aligncenter size-full wp-image-2684" title="05" src="http://plugable.com/wp-content/uploads/2011/06/05.png" alt="" width="352" height="75" /></a><br />
Now double click on the PL2303_1.4.0.dmg to mount the image<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/06.png"><img class="aligncenter size-full wp-image-2685" title="06" src="http://plugable.com/wp-content/uploads/2011/06/06.png" alt="" width="508" height="161" /></a><br />
Now double click on the PL2303_1.4.0 to start the installation<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/07.png"><img class="aligncenter size-full wp-image-2686" title="07" src="http://plugable.com/wp-content/uploads/2011/06/07.png" alt="" width="291" height="142" /></a><br />
Once the installer comes up click ‘Continue’ to proceed.<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/08.png"><img class="aligncenter size-full wp-image-2687" title="08" src="http://plugable.com/wp-content/uploads/2011/06/08.png" alt="" width="622" height="441" /></a><br />
Then ‘Select a Destination’ click on your desired drive and click ‘Continue’ to move forward<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/10.png"><img class="aligncenter size-full wp-image-2693" title="10" src="http://plugable.com/wp-content/uploads/2011/06/10.png" alt="" width="622" height="440" /></a><br />
Now just click ‘Install’ to continue.<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/11.png"><img class="aligncenter size-full wp-image-2694" title="11" src="http://plugable.com/wp-content/uploads/2011/06/11.png" alt="" width="621" height="441" /></a><br />
You may be asked of your username and password – enter them and click ‘OK’<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/12.png"><img class="aligncenter size-full wp-image-2695" title="12" src="http://plugable.com/wp-content/uploads/2011/06/12.png" alt="" width="445" height="249" /></a><br />
You’ll get a warning about restarting the computer after the installation is complete. This is normal, click ‘Continue Installation‘.<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/13.png"><img class="aligncenter size-full wp-image-2697" title="13" src="http://plugable.com/wp-content/uploads/2011/06/13.png" alt="" width="622" height="443" /></a><br />
Installing should start (takes a couple of minutes to complete)<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/14.png"><img class="aligncenter size-full wp-image-2698" title="14" src="http://plugable.com/wp-content/uploads/2011/06/14.png" alt="" width="620" height="442" /></a><br />
When it’s done you should see this:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/15.png"><img class="aligncenter size-full wp-image-2702" title="15" src="http://plugable.com/wp-content/uploads/2011/06/15.png" alt="" width="619" height="442" /></a><br />
Click on ‘Restart’ to reboot the Mac.</p>
<p><a name="VERIFY"></a> After you restart, check that everything has installed OK.<br />
On the Mac there are two methods to determine this:</p>
<p><strong>Method 1:</strong><br />
Click on &#8216;Applications&#8217;<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/17.png"><img class="aligncenter size-full wp-image-2706" title="17" src="http://plugable.com/wp-content/uploads/2011/06/17.png" alt="" width="114" height="114" /></a><br />
Click on &#8216;Utilities&#8217;<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/18.png"><img class="aligncenter size-full wp-image-2707" title="18" src="http://plugable.com/wp-content/uploads/2011/06/18.png" alt="" width="152" height="146" /></a><br />
Click on &#8216;Terminal&#8217;<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/19.png"><img class="aligncenter size-full wp-image-2708" title="19" src="http://plugable.com/wp-content/uploads/2011/06/19.png" alt="" width="146" height="144" /></a><br />
Type:<br />
<code>kextstat | grep prolific</code><br />
and:<br />
<code>ioreg -c IOSerialBSDClient | grep usb</code><br />
Your results should be very close to this:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/16.png"><img class="aligncenter size-full wp-image-2709" title="16" src="http://plugable.com/wp-content/uploads/2011/06/16.png" alt="" width="586" height="173" /></a><br />
<strong>Method 2:</strong><br />
Click on &#8216;System Preferences&#8217;<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/20.png"><img class="aligncenter size-full wp-image-2710" title="20" src="http://plugable.com/wp-content/uploads/2011/06/20.png" alt="" width="170" height="103" /></a><br />
Click on &#8216;Network&#8217;<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/21.png"><img class="aligncenter size-full wp-image-2711" title="21" src="http://plugable.com/wp-content/uploads/2011/06/21.png" alt="" width="668" height="360" /></a><br />
Now click on the &#8216;+&#8217; sign on the bottom left, and then on the &#8216;Select the interface and enter a name for the new Service&#8217; click on &#8216;Interface&#8217; &#8211; you should be seeing the &#8216;USB-Serial Controller D&#8217; there.<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/22.png"><img class="aligncenter size-full wp-image-2712" title="22" src="http://plugable.com/wp-content/uploads/2011/06/22.png" alt="" width="670" height="580" /></a></p>
<p>This will create a &#8220;Network&#8221; interface for a modem or serial port. Because it&#8217;s a serial port, it&#8217;ll say &#8220;Not Configured&#8221; and that&#8217;s normal:</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion-network-serial-not-configured.png"><img class="alignnone size-medium wp-image-3212" title="lion-network-serial-not-configured" src="http://plugable.com/wp-content/uploads/2011/07/lion-network-serial-not-configured-300x260.png" alt="" width="300" height="260" /></a></p>
<p>From the &#8220;Advanced&#8221; button you can change default settings (usually not needed). And this won&#8217;t change the &#8220;Not Configured&#8221; message &#8211; that&#8217;s still ok.</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion-network-serial-advanced.png"><img class="alignnone size-medium wp-image-3214" title="lion-network-serial-advanced" src="http://plugable.com/wp-content/uploads/2011/07/lion-network-serial-advanced-300x233.png" alt="" width="300" height="233" /></a></p>
<p>Now finally, you need an application which will talk to the serial port. On Mac, the file which maps to the port is /dev/cu.usbserial. If you have a null modem cable and a terminal program on the other side, the Mac actually has a built-in terminal program called &#8220;screen&#8221; that you can use to test the connection.</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/07/lion-serial-command-line-ioreg-screen.png"><img class="alignnone size-full wp-image-3215" title="lion-serial-command-line-ioreg-screen" src="http://plugable.com/wp-content/uploads/2011/07/lion-serial-command-line-ioreg-screen.png" alt="" width="508" height="128" /></a></p>
<p>Once that is up and connected (and if the serial ports are set to the same baud rate and paramters), you can type on either side and see the characters come across.</p>
<p><strong>Support</strong></p>
<p>USB Serial on the Mac is a real melding of the very new and very old. If you have any trouble, just visit <a href="plugable.com/products/pl2303-db9/support/">plugable.com/products/pl2303-db9/support/</a> to see existing FAQs for <a href="plugable.com/products/pl2303-db9/">Plugable&#8217;s USB Serial adapter</a>.</p>
<p><strong>Where to Buy</strong></p>
<div class="amtap">
<table class="amazon_table">
<tr>
<td><img src="http://ecx.images-amazon.com/images/I/41bL2gmwQUL._SL110_.jpg" width="110" height="49" alt=""/></td>
<td class="amazon_title">Plugable USB to RS-232 DB9 Serial Adapter (Prolific PL2303HX Chipset)</td>
<td class="amazon_detail"><a href="http://plugable.com/products/PL2303-DB9">          Product Details        </a></td>
<td/>
<td class="amazon_price">&#36;11.95</td>
<td><a href="http://www.amazon.com/Plugable-Adapter-Prolific-PL2303HX-Chipset/dp/B00425S1H8?SubscriptionId=AKIAJ27KPV45VTL2XA5Q&#038;tag=plugabltechno-20&#038;linkCode=xm2&#038;camp=2025&#038;creative=165953&#038;creativeASIN=B00425S1H8" rel="nofollow"><img src="http://plugable.com/wp-content/uploads/2010/08/buyfromamazon.gif" width="120px" height="43px" style="border-style:none"/></a></td>
</tr>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/07/12/installing-a-usb-serial-adapter-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turning One Computer Into Four With Userful and Plugable</title>
		<link>http://plugable.com/2011/07/07/turning-one-computer-into-four-with-userful-and-plugable/</link>
		<comments>http://plugable.com/2011/07/07/turning-one-computer-into-four-with-userful-and-plugable/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 23:55:33 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[DC-125]]></category>
		<category><![CDATA[Evaluating]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[amazon:asin=B004PXPPNA]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2792</guid>
		<description><![CDATA[Modern PCs have spare computing power. If it were possible to share a PC among many users, you could save a significant amount of money and energy. There is a new generation of simple USB hardware devices, and operating system software which support them, which now enable this. Our Plugable DC-125 Docking Station is one [...]]]></description>
			<content:encoded><![CDATA[<p>Modern PCs have spare computing power.  If it were possible to share a PC among many users, you could save a significant amount of money and energy.</p>
<p>There is a new generation of simple USB hardware devices, and operating system software which support them, which now enable this.</p>
<p>Our <a href="http://plugable.com/products/dc-125">Plugable DC-125 Docking Station</a> is one of these USB devices, and below we&#8217;re showing how it works in combination with <a href="http://userful.com/">Userful Multiseat Linux 2011</a>.  </p>
<p>Microsoft&#8217;s <a href="http://www.microsoft.com/windows/multipoint/">Windows Multipoint Server 2011</a> product is better known than Userful, but Userful has a significant advantage &#8211; if you&#8217;re willing to run Linux, it offers better per-client performance and scalability in terms of the number of stations supported per PCs.</p>
<p>Take a look at the video below to see Userful in action with a single PC and several of our Plugable DC-125 Docking Clients.</p>
<p><iframe width="425" height="349" src="http://www.youtube.com/embed/axX53SjqtfM?hl=en&#038;fs=1" frameborder="0" allowfullscreen></iframe></p>
<p>Let us know if you have any questions about how our solution works.  And read and see more at <a href="http://plugable.com/products/dc-125/">our product page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/07/07/turning-one-computer-into-four-with-userful-and-plugable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing the Plugable USB to RS-232 DB9 Serial Adapter on Windows 7</title>
		<link>http://plugable.com/2011/07/05/installing-the-plugable-usb-to-rs-232-db9-serial-adapter-on-windows-7/</link>
		<comments>http://plugable.com/2011/07/05/installing-the-plugable-usb-to-rs-232-db9-serial-adapter-on-windows-7/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 09:20:49 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Installing]]></category>
		<category><![CDATA[PL2303-DB9]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B00425S1H8]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2643</guid>
		<description><![CDATA[Windows 7 will detect and pop up a wizard to install drivers when our Plugable USB to Serial adapter is plugged in, but it&#8217;s also easy (as essential on other operating systems) to install the driver software first. Here&#8217;s how. Get the driver from: http://plugable.com/drivers/prolific/ You’ll want to download the driver and unzip it anywhere [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 will detect and pop up a wizard to install drivers when our <a href="http://plugable.com/products/PL2303-DB9">Plugable USB to Serial adapter</a> is plugged in, but it&#8217;s also easy (as essential on other operating systems) to install the driver software first.  Here&#8217;s how.</p>
<p>Get the driver from:  <a href="http://plugable.com/drivers/prolific/">http://plugable.com/drivers/prolific/</a></p>
<p>You’ll want to download the driver and unzip it anywhere on your desktop. Once you have, double click on it to start the installation. </p>
<p>The installation is relatively simple and no questions are asked. When it’s done you should see something like this:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-01.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-01.png" alt="" title="win7-01" width="502" height="381" class="aligncenter size-full wp-image-2645" /></a><br />
Now go ahead and connect the adapter. You should get a pop-up looking like this:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-02.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-02.png" alt="" title="win7-02" width="529" height="170" class="aligncenter size-full wp-image-2646" /></a><br />
Finally Windows should report that the device has been installed:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-03.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-03.png" alt="" title="win7-03" width="526" height="172" class="aligncenter size-full wp-image-2647" /></a><br />
On Device Manager you should be looking at something like this:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-04.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-04.png" alt="" title="win7-04" width="322" height="397" class="aligncenter size-full wp-image-2648" /></a></p>
<ul>
<li>Now, If you want to change the COM port assignment, here&#8217;s <a href="http://plugable.com/2011/07/04/how-to-change-the-com-port-for-a-usb-serial-adapter-on-windows-7/"><strong>how to change the COM port for a USB Serial adapter on Windows 7</strong></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/07/05/installing-the-plugable-usb-to-rs-232-db9-serial-adapter-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the COM port for a USB Serial adapter on Windows 7</title>
		<link>http://plugable.com/2011/07/04/how-to-change-the-com-port-for-a-usb-serial-adapter-on-windows-7/</link>
		<comments>http://plugable.com/2011/07/04/how-to-change-the-com-port-for-a-usb-serial-adapter-on-windows-7/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 18:13:44 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[PL2303-DB9]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B00425S1H8]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2783</guid>
		<description><![CDATA[Start by going to the Device Manager. Once there do the following: Expand the Ports ‘(COM&#038; LPT)’ You should be looking at something like this: As you can see Windows has set the port to COM10. However many legacy applications expect the port to be between 1-4. Let’s change that: Right click on the device [...]]]></description>
			<content:encoded><![CDATA[<p>Start by going to the Device Manager. Once there do the following:<br />
Expand the Ports ‘(COM&#038; LPT)’<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-05.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-05.png" alt="" title="win7-05" width="298" height="53" class="aligncenter size-full wp-image-2649" /></a><br />
You should be looking at something like this:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-06.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-06.png" alt="" title="win7-06" width="299" height="52" class="aligncenter size-full wp-image-2650" /></a><br />
As you can see Windows has set the port to COM10. However many legacy applications expect the port to be between 1-4. Let’s change that:<br />
Right click on the device and click on ‘Properties’.<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-07.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-07.png" alt="" title="win7-07" width="460" height="169" class="aligncenter size-full wp-image-2651" /></a><br />
Click on ‘Port Settings’. Then click on ‘Advanced…’.<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-08.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-08.png" alt="" title="win7-08" width="419" height="325" class="aligncenter size-full wp-image-2657" /></a><br />
Once you’re in ‘Advanced Settings for COM10’ on the bottom you can see the ‘COM Port Number: COM10’. Click on that to change it to the lowest possible number (between 1-4).<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-09.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-09.png" alt="" title="win7-09" width="635" height="334" class="aligncenter size-full wp-image-2658" /></a><br />
Then click ‘OK’ on all open Property Windows.<br />
Now the device should look like this:<br />
<a href="http://plugable.com/wp-content/uploads/2011/06/win7-10.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-10.png" alt="" title="win7-10" width="312" height="66" class="aligncenter size-full wp-image-2659" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/07/04/how-to-change-the-com-port-for-a-usb-serial-adapter-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DisplayLink 5.6 M1 Driver on Windows Update</title>
		<link>http://plugable.com/2011/06/24/displaylink-5-6-m1-driver-on-windows-update/</link>
		<comments>http://plugable.com/2011/06/24/displaylink-5-6-m1-driver-on-windows-update/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 21:14:34 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Laptop Dock]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-165]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[USB-VGA-165]]></category>
		<category><![CDATA[USB2-HDMI-165]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>
		<category><![CDATA[amazon:asin=B004D0QC0A]]></category>
		<category><![CDATA[amazon:asin=B004PXPPNA]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2731</guid>
		<description><![CDATA[Microsoft&#8217;s Windows Update system has been updated to the latest DisplayLink 5.6 M1 Driver (5.6.31854.0 dated 2011/04/18). If you used Windows Update previously to get your driver, you were getting version 5.5. This update is compatible with and applies to all Plugable USB graphics adapters and docks. This is great news, as this new version [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Windows Update system has been updated to the latest DisplayLink 5.6 M1 Driver (5.6.31854.0 dated 2011/04/18).  If you used Windows Update previously to get your driver, you were getting version 5.5.</p>
<p>This update is compatible with and applies to all Plugable USB graphics adapters and docks.</p>
<p>This is great news, as this new version includes a few important fixes and features, and many small ones.  Details below.</p>
<h3>Notes</h3>
<ul>
<li>Windows 7 makes Windows Update for hardware automatic, but it can be enabled for Vista and XP also</li>
<li>The update will automatically be triggered by Windows when it sees a new device.  Or for an existing device, you can trigger Windows Update manually, and look for DisplayLink&#8217;s drivers among the &#8220;Optional&#8221; updates.</li>
</ul>
<h3>Important Features/Fixes from 5.5 to 5.6 M1</h3>
<ul>
<li>Fix for software-triggered screen freezes (which required system reboot or service restart)</li>
<li>Support for Windows Server SKUs (with Aero installed and enabled)</li>
<li>Better compatibility with nVidia and ATI GPUs</li>
<li>Improved compatibility with newer DirectX apps</li>
</ul>
<h3>Full changelist from DisplayLink</h3>
<p><img src="http://displaylink.com/images/nav_logo.gif" style="float:right; padding: 10px"/>C1. Fixed issues between R5.6 (5.6.31721.0) and R5.6 M1 (5.6.31854.0)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>If the reboot prompt after install is ignored on Windows XP, then the<br />
DisplayLink monitor set to mirror may display corrupted data. (10953)</p>
<p>After installing DisplayLink software on some systems with switchable graphics<br />
architectures, the main monitor may be dimmed and not responsive until reboot.<br />
(10534)</p>
<p>Monitor details were not being updated in &#8220;Devices and Printers&#8221; folder when<br />
changing the monitors connected to DisplayLink device. (9917)</p>
<p>DisplayLink monitors may flash occasionally when playing fullscreen videos on<br />
several stations. (11173)</p>
<p>On Windows XP after installing DisplayLink drivers several reboot cycles may be<br />
requested. (11079)</p>
<p>C1. Fixed issues between R5.5 (5.5.27797) and R5.6 (5.6.31721.0)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
DisplayLink Software upgraded through Windows Update will not work correctly<br />
after rebooting the system (issue affecting releases R5.3 to R5.4 on Windows<br />
update). (9658)</p>
<p>Blue screen on Windows 7 on some platforms when rebooting after having applied<br />
layout changes. (9631)</p>
<p>The DisplayLink GUI stops functioning correctly after switching GPU on some<br />
ATI/Intel hybrid systems. (10065, 10106)</p>
<p>Sometimes there are two DisplayLink icons present in the system tray. (9807)</p>
<p>Sometimes the DisplayLink icon is missing in the system tray. (9545, 9837)</p>
<p>Video in Basic Mode not working with the latest Windows updates on both Windows<br />
Vista and Windows 7. (1609)</p>
<p>Video playback issues on Microsoft Windows 7 with the latest NVIDIA Drivers.<br />
(10061)</p>
<p>A DisplayLink USB monitor could occasionally remain blank after a PC reboot.<br />
(9622)</p>
<p>DirectX 9 games could crash when running on a primary, non DisplayLink, screen.<br />
(10027)</p>
<p>DisplayLink software fails to install on NVidia Quadro FX 880M graphics card.<br />
(9637)</p>
<p>On Windows 7 Windows Photo Viewer may show corruption when a DisplayLink<br />
monitor is mirroring the main screen. (9612)</p>
<p>On some systems with switchable graphics architectures disconnecting<br />
a DisplayLink monitor may cause main monitor to be switched off. (9750, 9747)</p>
<p>Screen corruption while performing the Aero 3D flip (Windows+tab) interface<br />
effect. (10425)</p>
<p>Blue screen when restarting with a connected DisplayLink screen in Projector<br />
Only mode. (10457)</p>
<p>After a series of layout changes the DisplayLink screens can sometimes freeze<br />
while the DisplayLink GUI loses functionality. (10489)</p>
<p>2 DisplayLink GUIs are shown in the system tray after installation. (10504)</p>
<p>Blue screen when using a DisplayLink device for the first time on some Optimus<br />
configurations. (10700)</p>
<p>On some Optimus configurations, rebooting with a DisplayLink device connected<br />
causes the DisplayLink screens to remain black with a blinking mouse pointer.<br />
(10701, 10702)</p>
<p>Screen corruption when using 3D GUI effects on DisplayLink screens in some<br />
display configurations. (9611, 10425)</p>
<p>Screen corruption on DisplayLink screens while using some applications after a<br />
transition from projector mode to duplicate. (9612)</p>
<p>Video in Basic Mode not working with the latest Windows updates on both Windows<br />
Vista and Windows 7. (1609)</p>
<p>In rare scenarios a DisplayLink monitor may freeze. (10230)</p>
<p>DisplayLink USB monitor could occasionally remain blank after a PC reboot.<br />
(9622)</p>
<p>Blue screen when playing video on multiple clients. (6309, 9442)</p>
<p>SRC Shell application crashed when playing video clip. (10212)</p>
<p>When the logon screen is displayed, occasionally the DisplayLink displays are<br />
frozen and only updated by the mouse pointer. (10044)</p>
<p>On some switchable systems the main screen flashes continuously after<br />
installing the DisplayLink driver or after connecting the DisplayLink device.<br />
(10653)</p>
<p>Corruption is shown while moving the cursor near the edge of a window on top of<br />
 a Windows Media Player window. (10752)</p>
<p>Incorrect/missing Windows Update error reporting from the DisplayLink GUI.<br />
(10523)</p>
<p>Sometimes a Windows XP computer with DisplayLink drivers installed will hang<br />
while starting. (9607)</p>
<p>On some nVidia Optimus systems the DisplayLink display will remain black<br />
immediately after installing the DisplayLink drivers. A reboot recovers from<br />
this issue. (10785)</p>
<p>On some machines Windows falls into endless reboot loop after installation of<br />
DisplayLink drivers. (10918)</p>
<p>Timing not compliant with the CEA861D specification. (10952)</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/06/24/displaylink-5-6-m1-driver-on-windows-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reading the firmware version of a LucidPort SATA dock on Windows</title>
		<link>http://plugable.com/2011/06/15/lucidport-plugable-firmware-versio-sata-docks/</link>
		<comments>http://plugable.com/2011/06/15/lucidport-plugable-firmware-versio-sata-docks/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 09:59:44 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Installing]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[USB3-SATA-U3]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B003UI62AG]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2519</guid>
		<description><![CDATA[The Plugable USB3-SATA-U3 Hard Drive Docking Station supports updating the firmware for its LucidPort USB300 chipset, so any new USB 3.0 enhancements can be applied even to existing docking stations. How to determine your firmware version Go to Windows start menu and search for Windows&#8217; &#8220;Device Manager&#8221; utility. Expand the &#8220;Universal Serial Bus controllers&#8221; section. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://plugable.com/products/usb3-sata-u3/">Plugable USB3-SATA-U3 Hard Drive Docking Station</a> supports updating the firmware for its LucidPort USB300 chipset, so any new USB 3.0 enhancements can be applied even to existing docking stations.</p>
<p><strong>How to determine your firmware version</strong></p>
<p>Go to Windows start menu and search for Windows&#8217; &#8220;Device Manager&#8221; utility.  Expand the &#8220;Universal Serial Bus controllers&#8221; section.</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/06/win7-device-manager-usb-mass-storage.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-device-manager-usb-mass-storage-300x221.png" alt="" title="win7-device-manager-usb-mass-storage" width="300" height="221" class="aligncenter size-medium wp-image-3066" /></a></p>
<p>The Plugable SATA dock will be one of potentially several &#8220;USB Mass Storage Device&#8221;s.  They all share a common name, because it&#8217;s actually Microsoft&#8217;s own built-in USB Mass Storage driver that controls the device (which is why no driver disk is needed for the Plugable SATA drive docking station).</p>
<p>So we need to open each one to check which is actually the Plugable SATA dock. To check the ids on each one, right click &#8220;USB Mass Storage Device&#8221;, selecting &#8220;Properties&#8221;, then selecting the &#8220;Details&#8221; tab, and then finally selecting &#8220;Hardware IDs&#8221; from the dropdown list (it&#8217;s the 2nd item on the list).</p>
<p><a href="http://plugable.com/wp-content/uploads/2011/06/win7-usb3-sata-u3-device-properties-version.png"><img src="http://plugable.com/wp-content/uploads/2011/06/win7-usb3-sata-u3-device-properties-version-269x300.png" alt="" title="win7-usb3-sata-u3-device-properties-version" width="269" height="300" class="aligncenter size-medium wp-image-3067" /></a></p>
<p>The Plugable Docking Station will be the one with VID_1759 (which is the identifier of LucidPort, Inc).  The PID is usually 5000 or 5002.  And the REV_ shows the firmware version currently flashed on the dock.  In the case of the screenshot above, it&#8217;s verison 2580.</p>
<p>If you don&#8217;t find the Plugable device, try connecting with USB 2.0 (instead of USB 3) and make sure both power and USB are connected.</p>
<p>Our most recent update is to <a href="http://plugable.com/2011/02/08/firmware-update-for-the-plugable-usb3-sata-u3-hard-drive-docking-station/">upgrade all older Plugable USB3-SATA-U3 docking stations to firmware version 2580</a>, to improve USB 3.0 error tolerance and support 3TB+ drives.  </p>
<p>Newer Plugable USB3-SATA-U3 docking stations (those purchased now) are already up to date with this firmware version.</p>
<p>You can see the fixes and features introduced in each LucidPort firmware version in their <a href="http://www.lucidport.com/usb300.html">USB300 firmware change history</a>.</p>
<p>And please contact us at <a href="http://support.plugable.com/">http://support.plugable.com/</a> or <a href="mailto:support@plugable.com">support@plugable.com</a> anytime for help. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/06/15/lucidport-plugable-firmware-versio-sata-docks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB 2.0 vs. USB 3.0 SATA Dock Performance</title>
		<link>http://plugable.com/2011/06/14/benchmarking-usb-2-0-vs-3-0-sata-dock-performance/</link>
		<comments>http://plugable.com/2011/06/14/benchmarking-usb-2-0-vs-3-0-sata-dock-performance/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 18:10:19 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Evaluating]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[USB3-SATA-U3]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B003UI62AG]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2505</guid>
		<description><![CDATA[<!-- AMTAP: cannot retrieve content from Amazon Web Services or cache --><!-- AMTAP::transform failed -->The theoretical speed of a bus like USB is different from what devices are able to achieve in practice. USB 2.0&#8242;s theoretical max is 480Mbps, while USB 3.0 jumps that up to 4.8Gbps. Today we&#8217;re benchmarking the Plugable USB 3.0 HDD Docking Station, which is capable of running on either USB 2.0 and USB 3.0 [...]]]></description>
			<content:encoded><![CDATA[<!-- AMTAP: cannot retrieve content from Amazon Web Services or cache --><!-- AMTAP::transform failed --><p>The theoretical speed of a bus like USB is different from what devices are able to achieve in practice.  USB 2.0&#8242;s theoretical max is 480Mbps, while USB 3.0 jumps that up to 4.8Gbps.</p>
<p>Today we&#8217;re benchmarking the <a href="http://plugable.com/products/USB3-SATA-U3" target="_blank">Plugable USB 3.0 HDD Docking Station</a>, which is capable of running on either USB 2.0 and USB 3.0 systems, to show what to expect in terms of performance.</p>
<p>While the low-level Windows drivers are different for USB 2.0 (Microsoft EHCI) and USB 3.0 (NEC/Renesas XHCI), above that layer, everything is common, using the drivers already present in Windows. This includes the existing Microsoft USB Mass Storage class driver that does much of the heavy lifting for USB-attached disks.</p>
<h2>About the test platform:</h2>
<ul>
<li>Windows 7 Professional 64-bit</li>
<li>Intel Core i3 CPU 530 @ 2.93 GHz</li>
<li>6GB RAM</li>
<li><a href="http://plugable.com/products/PCIE-USB3-SP" target="_blank">Plugable PCI Express to SuperSpeed USB 3.0 2-Port Expansion Card (NEC/Renesas Chipset)</a></li>
<li>Provided USB 3.0 cable from the <a href="plugable.com/products/USB3-SATA-U3" target="_blank">Plugable USB 3.0 HDD Docking Station</a> with the updated <a href="http://plugable.com/2011/02/08/firmware-update-for-the-plugable-usb3-sata-u3-hard-drive-docking-station/" target="_self">24.47 firmware</a>.</li>
<li>Western Digital Hard Drive WD1002FAEX 7200RPM SATA (1 TB)</li>
</ul>
<h2>Programs used:</h2>
<ul>
<li><a href="http://www.hdtune.com/">HD Tune 2.55</a> / 512KB Block Size</li>
<li><a href="http://crystalmark.info/software/CrystalDiskMark/index-e.html">CrystalDiskMark 3.0.1</a> 64-bit / 9 Test Runs / All Tests</li>
<li><a href="http://www.attotech.com/products/product.php?sku=Disk_Benchmark" target="_blank">ATTO Disk Benchmark</a> / Direct I/O /  Overlapped I/O / Transfer Size: 0.5 to 8192 KB / Total Length: 256MB / Queue Depth: 4</li>
</ul>
<div id="attachment_2169" class="wp-caption aligncenter" style="width: 550px"><a href="http://plugable.com/wp-content/uploads/2011/05/HDTune-02-USB3-with-USB2-cable-512KB-Block-Size.png"><img class="size-full wp-image-2169 " title="HDTune (USB 2.0)" src="http://plugable.com/wp-content/uploads/2011/05/HDTune-02-USB3-with-USB2-cable-512KB-Block-Size.png" alt="HDTune (USB 2.0)" width="540" height="463" /></a><p class="wp-caption-text">HDTune (USB 2.0)</p></div>
<p style="text-align: center;">
<div id="attachment_2172" class="wp-caption aligncenter" style="width: 550px"><a href="http://plugable.com/wp-content/uploads/2011/05/HDTune-01-USB3-512KB-Block-Size1.png"><img class="size-full wp-image-2172" title="HDTune (USB 3.0)" src="http://plugable.com/wp-content/uploads/2011/05/HDTune-01-USB3-512KB-Block-Size1.png" alt="HDTune (USB 3.0)" width="540" height="467" /></a><p class="wp-caption-text">HDTune (USB 3.0)</p></div>
<p style="text-align: center;">
<div id="attachment_2174" class="wp-caption aligncenter" style="width: 425px"><a href="http://plugable.com/wp-content/uploads/2011/05/USB3-device-running-on-a-USB2-cable-on-a-USB3-port.png"><img class="size-full wp-image-2174 " title="CrystalDiskMark (USB 2.0)" src="http://plugable.com/wp-content/uploads/2011/05/USB3-device-running-on-a-USB2-cable-on-a-USB3-port.png" alt="CrystalDiskMark (USB 2.0)" width="415" height="376" /></a><p class="wp-caption-text">CrystalDiskMark (USB 2.0)</p></div>
<div id="attachment_2175" class="wp-caption aligncenter" style="width: 413px"><a href="http://plugable.com/wp-content/uploads/2011/05/USB3.png"><img class="size-full wp-image-2175 " title="CrystalDiskMark (USB 3.0)" src="http://plugable.com/wp-content/uploads/2011/05/USB3.png" alt="CrystalDiskMark (USB 3.0)" width="403" height="369" /></a><p class="wp-caption-text">CrystalDiskMark (USB 3.0)</p></div>
<div id="attachment_2178" class="wp-caption aligncenter" style="width: 495px"><a href="http://plugable.com/wp-content/uploads/2011/05/ATTO-01-USB3-on-USB2cable.png"><img class="size-full wp-image-2178" title="ATTO Disk Benchmark (USB 2.0)" src="http://plugable.com/wp-content/uploads/2011/05/ATTO-01-USB3-on-USB2cable.png" alt="ATTO Disk Benchmark (USB 2.0)" width="485" height="616" /></a><p class="wp-caption-text">ATTO Disk Benchmark (USB 2.0)</p></div>
<div id="attachment_2179" class="wp-caption aligncenter" style="width: 474px"><a href="http://plugable.com/wp-content/uploads/2011/05/ATTO-01-USB3-all-the-way.png"><img class="size-full wp-image-2179" title="ATTO Disk Benchmark (USB 3.0)" src="http://plugable.com/wp-content/uploads/2011/05/ATTO-01-USB3-all-the-way.png" alt="ATTO Disk Benchmark (USB 3.0)" width="464" height="607" /></a><p class="wp-caption-text">ATTO Disk Benchmark (USB 3.0)</p></div>
<h2>Conclusion:</h2>
<p>HDTune reports an Average Transfer Rate increase from <strong>36.4MB/sec</strong> to <strong>97.9MB/sec</strong>. This is about <strong>168%</strong> faster than USB 2.0</p>
<p>CrystalDiskMark reports a sequential Read increase from <strong>38.43MB/s</strong> to <strong>107.6MB/s</strong> and a Write increase from <strong>36.61MB/s</strong> to <strong>88.75MB/s</strong>. That&#8217;s a <strong>179.9%</strong> increase for Reading and a <strong>149.2%</strong> increase for Writing.</p>
<p>ATTO Disk Benchmark reports a Read increase from <strong>38402 </strong>to <strong>105268 (KBytes/sec) </strong>and a Write increase from<strong> 35696</strong> to <strong>85762 (KBytes/sec)</strong> . Those are  <strong>174.12%</strong> increases for Reading and <strong>140.25%</strong> increases for Writing accordingly.</p>
<div id="attachment_2196" class="wp-caption aligncenter" style="width: 491px"><a href="http://plugable.com/wp-content/uploads/2011/05/graph1.png"><img class="size-full wp-image-2196" title="Summary of Results" src="http://plugable.com/wp-content/uploads/2011/05/graph1.png" alt="Summary of Results" width="481" height="288" /></a><p class="wp-caption-text">Summary of Results</p></div>
<p>If we were to get the average of the 3 tests we would get an average speed increase of <strong>162.2%</strong>. A transfer that would take about 5 minutes on USB 2.0, would complete in roughly 2 minutes on USB 3.0.</p>
<p>These numbers may increase slightly in the future with USB-attached SCSI support, USB 3.0 streams, and other driver/firmware updates. But 2-3 times faster in practice is a good baseline for expectations.</p>
<p>We welcome any comments, corrections, or your own benchmark results.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/06/14/benchmarking-usb-2-0-vs-3-0-sata-dock-performance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firmware Update for the Plugable USB3-SATA-U3 Hard Drive Docking Station</title>
		<link>http://plugable.com/2011/02/08/firmware-update-for-the-plugable-usb3-sata-u3-hard-drive-docking-station/</link>
		<comments>http://plugable.com/2011/02/08/firmware-update-for-the-plugable-usb3-sata-u3-hard-drive-docking-station/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 23:36:42 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[USB3-SATA-U3]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B003UI62AG]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=1824</guid>
		<description><![CDATA[[Updated Aug 8, 2011 to provide support for 3 TB+ drives] [Updated July 13, 2011 to latest LucidPort firmware version 2580] You can update the firmware of the Plugable USB3-SATA-U3 SATA dock to gain a number of features and fixes, especially for improving interoperability with the evolving set of USB 3.0 host controllers, cables, hubs, [...]]]></description>
			<content:encoded><![CDATA[<p>[Updated Aug 8, 2011 to provide support for 3 TB+ drives]<br />
[Updated July 13, 2011 to latest LucidPort firmware version 2580]</p>
<p>You can update the firmware of the <a href="http://plugable.com/products/usb3-sata-u3/">Plugable USB3-SATA-U3 SATA dock</a> to gain a number of features and fixes, especially for improving interoperability with the evolving set of USB 3.0 host controllers, cables, hubs, and other USB 3.0 devices on the market.  </p>
<p>In particular, if you have a unit that works fine over USB 2.0, but drops from the bus or experiences transfer errors on USB 3.0, newer firmware may help in many situations by improving error tolerance.</p>
<p></a><strong>Steps to update</strong></p>
<p><a href="http://plugable.com/wp-content/uploads/2011/02/sata-u3-successful-firmware-flash.png"><img src="http://plugable.com/wp-content/uploads/2011/02/sata-u3-successful-firmware-flash-236x300.png" alt="" title="sata-u3-successful-firmware-flash" width="236" height="300" class="alignright size-medium wp-image-1827" /></a>You will need a Windows PC on which you have administrator access. </p>
<ol>
<li><a href="http://plugable.com/wp-content/uploads/2011/08/plugable-usb3-sata-u3-2580.zip">Download the version 2580 firmware package for the Plugable U3</a>, and unpack these files to their own directory</li>
<li>Open a command prompt as administrator (see below for steps) and go to the directory where you unpacked the files</li>
<li>Connect the Plugable USB3-SATA-U3 with a USB 2.0 cable (not a USB 3.0 cable, since if you&#8217;re seeing a problem, USB 3.0 may generate errors when talking with the device), a SATA drive must be in the dock, have the dock turned on (green LED lit), and no copy operations in progress.</li>
<li>type &#8220;update&#8221; and hit enter to start the update.bat file to bring up a list of possible devices to update</li>
<li>Select the &#8220;USB 3.0 LucidPort USB300&#8243; or &#8220;USB 3.0 MassStorage&#8221; device (which is the Plugable USB3-SATA-U3)</li>
<li>The new firmware will download to the device within a few seconds</li>
<li>The command prompt will say &#8220;success&#8221; and go green when complete. Flip power to dock off/on at any time to reboot the dock with the new firmware</li>
</ol>
<p>Let us know if any USB 3.0 specific problems remain after the firmware update.  Visit <a href="http://plugable.com/support">plugable.com/support</a> anytime.</p>
<p><strong>Background on firmware changes</strong></p>
<p>This firmware is for the Lucidport USB300 chipset, firmware version 2580, customized for the Plugable USB3-SATA-U3</p>
<p>See <a href="http://www.lucidport.com/usb300.html">the LucidPort site</a> for chip details and firmware revision history.</p>
<p>Here&#8217;s how to <a href="http://plugable.com/2011/06/15/lucidport-plugable-firmware-versio-sata-docks/" target="_blank">check what version of firmware your dock currently has</a> to see if a later firmware is available.</li>
<p><strong>Running a Command Prompt as an administrator</strong></p>
<p>Click the Start button. In the search box, type command prompt</p>
<p>In the list of results, right-click Command Prompt, and then click Run as administrator.   If you&#8217;re prompted for an administrator password or confirmation, type the password or  provide confirmation.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/02/08/firmware-update-for-the-plugable-usb3-sata-u3-hard-drive-docking-station/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

