<?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>Convert To USB &#187; Ethernet To USB</title>
	<atom:link href="http://www.converttousb.com/category/ethernet-to-usb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.converttousb.com</link>
	<description>Adapt Other Computer Interfaces To USB</description>
	<lastBuildDate>Sat, 04 Sep 2010 02:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>USB Ethernet Drivers And Their Subclass Types</title>
		<link>http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types#comments</comments>
		<pubDate>Sun, 05 Apr 2009 18:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[cdc]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[RNDIS]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/?p=111</guid>
		<description><![CDATA[photo credit: Csaba_Bajko Operating systems such as Windows or Linux provide usb drivers for common peripheral devices. This eliminates the need for companies to have to give you drivers that you must install to use their devices. These usb devices fall under what is known as a usb class. So when it comes to the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a title="Connecting scanners" href="http://www.flickr.com/photos/98063020@N00/3243046471/" target="_blank"><img class="alignright" style="border: 0px initial initial;" src="http://farm4.static.flickr.com/3262/3243046471_473d2cf8eb_m.jpg" border="0" alt="Connecting scanners" width="192" height="122" /></a> <small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://www.converttousb.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Csaba_Bajko" href="http://www.flickr.com/photos/98063020@N00/3243046471/" target="_blank">Csaba_Bajko</a></small></p>
<p>Operating systems such as Windows or Linux provide usb drivers for common peripheral devices. This eliminates the need for companies to have to give you drivers that you must install to use their devices. These usb devices fall under what is known as a usb class. So when it comes to the general usb class of Communications Devices, <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">ethernet</a> is grouped along with telephones, cable modems, serial com ports in the defined usb communication-device class (CDC).</p>
<p>So a <a href="http://www.converttousb.com/book" target="_blank">person creating a project</a> that would work across different computer types should be able to just adhere to this standard, right? Well, Microsoft goes there own way on this one. They have created a subclass to this standard called Remote Network Driver Interface Specification or RNDIS and this has proprietary extensions. In defense of RNDIS, it is actually easier to do than the proper Ethernet subclass of the CDC and (get this) it exists in Linux also. So Microsoft does not adhere to the ethernet subclass and a device that only uses this RNDIS class wouldn&#8217;t work on an operating system that does have the ethernet subclass but not RNDIS.</p>
<p>It also should be mentioned here that there is also another ethernet subclass called the Ethernet Emulation Model or EEM subclass. This is also another way that usb can send and receive ethernet frames. The EEM subclass is intended to be less expensive and more efficient than the previously mentioned ethernet subclass.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB or Ethernet?</title>
		<link>http://www.converttousb.com/ethernet-to-usb/usb-or-ethernet</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/usb-or-ethernet#comments</comments>
		<pubDate>Thu, 26 Mar 2009 01:48:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[USB or Ethernet]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/usb-or-ethernet</guid>
		<description><![CDATA[If you are wondering what the differences is between the two systems, here are the main differences. USB is a host to peripheral standard which means that you have a complex host (your computer) and a less complex peripheral (mouse, keyboard, serial adapter) on the other end. Ethernet is peer to peer, this means that  [...]


Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/increasing-your-ftdi-chip%e2%80%99s-efficiency' rel='bookmark' title='Permanent Link: Increasing your FTDI Chip’s Efficiency'>Increasing your FTDI Chip’s Efficiency</a></li>
<li><a href='http://www.converttousb.com/uncategorized/usb-1-x-electrical-interface' rel='bookmark' title='Permanent Link: USB 1.x Electrical Interface'>USB 1.x Electrical Interface</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are wondering what the differences is between the two systems, here are the main differences. USB is a host to peripheral standard which means that you have a complex host (your computer) and a less complex peripheral (mouse, <a href="http://www.converttousb.com/adapters-to-usb/converting-a-ps2-keyboard-to-usb" class="kblinker" title="More about keyboard &raquo;">keyboard</a>, serial adapter) on the other end. <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">Ethernet</a> is peer to peer, this means that  all devices are the same on the bus. USB can power devices up to a point. Ethernet usually does not have power. In USB the host controls the bus completely, in ethernet everyone is on a equal basis, so you have &#8220;collisions&#8221; of data, where one devices tries to talk just as another does. This gets detected and sorted out by a random back off interval to allow one device to use the bus at a time.</p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/increasing-your-ftdi-chip%e2%80%99s-efficiency' rel='bookmark' title='Permanent Link: Increasing your FTDI Chip’s Efficiency'>Increasing your FTDI Chip’s Efficiency</a></li>
<li><a href='http://www.converttousb.com/uncategorized/usb-1-x-electrical-interface' rel='bookmark' title='Permanent Link: USB 1.x Electrical Interface'>USB 1.x Electrical Interface</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/usb-or-ethernet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REVIEW: Lantronix UBOX 2100</title>
		<link>http://www.converttousb.com/ethernet-to-usb/review-lantronix-ubox-2100</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/review-lantronix-ubox-2100#comments</comments>
		<pubDate>Fri, 20 Mar 2009 23:49:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[Mavromatic]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/usb-to-ethernet-adapter/review-lantronix-ubox-2100</guid>
		<description><![CDATA[Danny Mavromatis from Mavromatic reviews Lantronix UBOX 2100 &#8212; As Seen @ http://www.mavromatic.com/archives/000656 Duration : 0:4:6 Related posts:EasyCap &#8211; video review Audio Advisor Review &#8211; Benchmark ADC-1 Analog to Digital Converter w/USB


Related posts:<ol><li><a href='http://www.converttousb.com/ezcap-drivers/easycap-video-review' rel='bookmark' title='Permanent Link: EasyCap &#8211; video review'>EasyCap &#8211; video review</a></li>
<li><a href='http://www.converttousb.com/usb-audio-device/audio-advisor-review-benchmark-adc-1-analog-to-digital-converter-wusb' rel='bookmark' title='Permanent Link: Audio Advisor Review &#8211; Benchmark ADC-1 Analog to Digital Converter w/USB'>Audio Advisor Review &#8211; Benchmark ADC-1 Analog to Digital Converter w/USB</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/yYU30nq-0Ys/2.jpg" align="left">Danny Mavromatis from Mavromatic reviews Lantronix UBOX 2100 &#8212; As Seen @ http://www.mavromatic.com/archives/000656 </p>
<p>Duration : <b>0:4:6</b></p>
<p><span id="more-100"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/yYU30nq-0Ys&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/yYU30nq-0Ys&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/ezcap-drivers/easycap-video-review' rel='bookmark' title='Permanent Link: EasyCap &#8211; video review'>EasyCap &#8211; video review</a></li>
<li><a href='http://www.converttousb.com/usb-audio-device/audio-advisor-review-benchmark-adc-1-analog-to-digital-converter-wusb' rel='bookmark' title='Permanent Link: Audio Advisor Review &#8211; Benchmark ADC-1 Analog to Digital Converter w/USB'>Audio Advisor Review &#8211; Benchmark ADC-1 Analog to Digital Converter w/USB</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/review-lantronix-ubox-2100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NETUSB &#8211; USB to Ethernet</title>
		<link>http://www.converttousb.com/ethernet-to-usb/netusb-usb-to-ethernet</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/netusb-usb-to-ethernet#comments</comments>
		<pubDate>Fri, 13 Mar 2009 11:52:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/netusb-usb-to-ethernet</guid>
		<description><![CDATA[DESCRIPTION: NETUSB is an intelligent \\\&#8217;plug-and-play\\\&#8217; USB-to-Ethernet cable adaptor that enables any device or machine with a USB Host port , to become Ethernet network and Internet-enabled. With the integrated web server , any device to which the NETUSB is attached can be \\\&#8217;contacted\\\&#8217; and monitored via a standard Internet browser. TCP/IP is embedded into [...]


Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/usb-to-serial-adapter-not-detecting-modem' rel='bookmark' title='Permanent Link: USB to Serial adapter not detecting modem?'>USB to Serial adapter not detecting modem?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.converttousb.com/wpshopping/uploads/netusb.jpeg" alt="NETUSB - USB to Ethernet" /></p>
<p>DESCRIPTION: NETUSB is an intelligent \\\&#8217;plug-and-play\\\&#8217; <b>USB</b>-to-<b><a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">Ethernet</a></b> cable adaptor that enables any device or machine with a <b>USB</b> Host port , to become <b>Ethernet</b> network and Internet-enabled. With the integrated web server , any device to which the NETUSB is attached can be \\\&#8217;contacted\\\&#8217; and monitored via a standard Internet browser. TCP/IP is embedded into the NETUSB enabling it to operate within non-PC environments, and the Modem Emulation Mode feature allows it to behave like a modem but communicate over TCP/IP. NETUSB is a product which can be integrated into a system with minimal set-up ; a configuration utility is provided which allows quick and easy customization to suit any network or serial device. Virtual Comm Port drivers are provided to allow a NETUSB connected device to communicate with existing software over TCP/IP (for Windows operating systems). NOTE: The NETUSB is a <b>USB</b> to <b>Ethernet</b> adapter; it is not a network access device and does not provide email or web surfing capabilities. FEATURES: Local or Worldwide <b>Ethernet</b> 10/100M or Internet Connection <b>USB</b> 2.0 high speed interface <b>Ethernet</b> activity, Power LED\\\&#8217;s Molded Plastic housing with 12\\\&#8221; molded <b>USB</b> cable Includes PC Setup and Virtual <b>USB</b> Software DOCUMENTATION: ?NetUSB Data Sheet ?Java App Note</p>
<p><span id="more-96"></span><br /> powered by Yahoo shopping</p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/usb-to-serial-adapter-not-detecting-modem' rel='bookmark' title='Permanent Link: USB to Serial adapter not detecting modem?'>USB to Serial adapter not detecting modem?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/netusb-usb-to-ethernet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I connect a USB web cam to an Ethernet network?</title>
		<link>http://www.converttousb.com/ethernet-to-usb/how-can-i-connect-a-usb-web-cam-to-an-ethernet-network</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/how-can-i-connect-a-usb-web-cam-to-an-ethernet-network#comments</comments>
		<pubDate>Mon, 09 Mar 2009 15:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/how-can-i-connect-a-usb-web-cam-to-an-ethernet-network</guid>
		<description><![CDATA[I have several Logitech USB webcams. THey need to be placed at least 25&#8242; from my video server and this is farther than the USB standard will suport. Therefore I need to either buy USB extenders or convert the USB to Ethernet. What is the best solution? Really, the problem is that you&#8217;ve got the [...]


Related posts:<ol><li><a href='http://www.converttousb.com/uncategorized/convert-to-usb-items-on-the-web-september-29-2009-2' rel='bookmark' title='Permanent Link: Convert to USB Items on the Web- September 29, 2009'>Convert to USB Items on the Web- September 29, 2009</a></li>
<li><a href='http://www.converttousb.com/serial-to-usb-adapter/how-do-i-connect-a-usb-camera-to-a-serial-port' rel='bookmark' title='Permanent Link: How Do I Connect a USB Camera to a Serial Port?'>How Do I Connect a USB Camera to a Serial Port?</a></li>
<li><a href='http://www.converttousb.com/serial-to-usb-adapter/please-help-me-im-trying-to-connect-my-gamepad-with-a-serial-plug-into-a-usb-port-via-serial-to-usb-adapter' rel='bookmark' title='Permanent Link: Please Help Me, I&#8217;m trying to connect my gamepad with a serial plug into a usb port via serial to usb adapter'>Please Help Me, I&#8217;m trying to connect my gamepad with a serial plug into a usb port via serial to usb adapter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have several Logitech USB webcams. THey need to be placed at least 25&#8242; from my video server and this is farther than the USB standard will suport. Therefore I need to either buy USB extenders or convert the USB to <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">Ethernet</a>. What is the best solution? <br />Really, the problem is that you&#8217;ve got the wrong tools for the job.  USB is designed for peripherals in a desktop environment, and is not meant to operate over extended distances.  (This is because of limitations of EM propagation on USB data lines.)  That said, as long as the distance is less than 25 meters, you can buy a bunch of USB hubs, and connect them serially using 5 meter cables.  This will get the job done, but it&#8217;s a major kludge.  Expensive and messy.  The correct solution is to use either network cameras (I like both Axis and Panasonic), or typical security-type cameras that transmit video by RF (wireless or coax).  These can be attached to a network camera server.</p>
<p> powered by Yahoo Answers</p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/uncategorized/convert-to-usb-items-on-the-web-september-29-2009-2' rel='bookmark' title='Permanent Link: Convert to USB Items on the Web- September 29, 2009'>Convert to USB Items on the Web- September 29, 2009</a></li>
<li><a href='http://www.converttousb.com/serial-to-usb-adapter/how-do-i-connect-a-usb-camera-to-a-serial-port' rel='bookmark' title='Permanent Link: How Do I Connect a USB Camera to a Serial Port?'>How Do I Connect a USB Camera to a Serial Port?</a></li>
<li><a href='http://www.converttousb.com/serial-to-usb-adapter/please-help-me-im-trying-to-connect-my-gamepad-with-a-serial-plug-into-a-usb-port-via-serial-to-usb-adapter' rel='bookmark' title='Permanent Link: Please Help Me, I&#8217;m trying to connect my gamepad with a serial plug into a usb port via serial to usb adapter'>Please Help Me, I&#8217;m trying to connect my gamepad with a serial plug into a usb port via serial to usb adapter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/how-can-i-connect-a-usb-web-cam-to-an-ethernet-network/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up a Wii wired connection</title>
		<link>http://www.converttousb.com/ethernet-to-usb/how-to-set-up-a-wii-wired-connection</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/how-to-set-up-a-wii-wired-connection#comments</comments>
		<pubDate>Sun, 08 Mar 2009 02:25:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[Lan]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[WiredLAN]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/usb-to-ethernet-adapter/how-to-set-up-a-wii-wired-connection</guid>
		<description><![CDATA[This is like duh, but here are the steps: 1)get the USB-ethernet adapter(must be similar to ASIX AX88772) 2)plug it into a USB port on Wii 3)enter settings 4)go to Internet 5)Click new connection and hit wired 6)done Duration : 0:2:21 Related posts:How do I find a USB driver? How To Setup, Install and Use [...]


Related posts:<ol><li><a href='http://www.converttousb.com/uncategorized/how-do-i-find-a-usb-driver' rel='bookmark' title='Permanent Link: How do I find a USB driver?'>How do I find a USB driver?</a></li>
<li><a href='http://www.converttousb.com/ezcap-drivers/how-to-setup-install-and-use-your-easycap' rel='bookmark' title='Permanent Link: How To Setup, Install and Use Your EasyCap'>How To Setup, Install and Use Your EasyCap</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/sYXhyrXQVmA/2.jpg" align="left">This is like duh, but here are the steps: 1)get the USB-ethernet adapter(must be similar to ASIX AX88772) 2)plug it into a USB port on Wii 3)enter settings 4)go to Internet 5)Click new connection and hit wired 6)done </p>
<p>Duration : <b>0:2:21</b></p>
<p><span id="more-87"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/sYXhyrXQVmA&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/sYXhyrXQVmA&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/uncategorized/how-do-i-find-a-usb-driver' rel='bookmark' title='Permanent Link: How do I find a USB driver?'>How do I find a USB driver?</a></li>
<li><a href='http://www.converttousb.com/ezcap-drivers/how-to-setup-install-and-use-your-easycap' rel='bookmark' title='Permanent Link: How To Setup, Install and Use Your EasyCap'>How To Setup, Install and Use Your EasyCap</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/how-to-set-up-a-wii-wired-connection/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>USB to Ethernet Adapter</title>
		<link>http://www.converttousb.com/ethernet-to-usb/usb-to-ethernet-adapter</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/usb-to-ethernet-adapter#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:46:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[Adapter]]></category>
		<category><![CDATA[dj]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/usb-to-ethernet-adapter</guid>
		<description><![CDATA[This is a video on how to maybe use an older computer for the internet instead of collecting dust. Duration : 0:6:14 No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/tIV1xBeTjDU/2.jpg" align="left">This is a video on how to maybe use an older computer<br />
for the internet instead of collecting dust.</p>
<p>Duration : <b>0:6:14</b></p>
<p><span id="more-83"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/tIV1xBeTjDU&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/tIV1xBeTjDU&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/usb-to-ethernet-adapter/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cables To Go USB 2.0 VGA Lan Dock</title>
		<link>http://www.converttousb.com/ethernet-to-usb/cables-to-go-usb-20-vga-lan-dock</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/cables-to-go-usb-20-vga-lan-dock#comments</comments>
		<pubDate>Sun, 01 Mar 2009 12:09:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[Cables]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Lan]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[VGA]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/cables-to-go-usb-20-vga-lan-dock</guid>
		<description><![CDATA[Visit http://tiger.tv/more_info/?399 for more information! Now you can enjoy the convenience of your laptop when you&#8217;re not on the road. The USB 2.0 Laptop Docking Station with Video allows you to easily connect all of your desktop peripherals to almost any laptop or desktop with just one single connection. This lets you come and go [...]


Related posts:<ol><li><a href='http://www.converttousb.com/usb-extender/cables-unlimited-usb-extender' rel='bookmark' title='Permanent Link: Cables Unlimited USB Extender'>Cables Unlimited USB Extender</a></li>
<li><a href='http://www.converttousb.com/usb-extender/usb-active-extension-cables' rel='bookmark' title='Permanent Link: USB Active Extension Cables'>USB Active Extension Cables</a></li>
<li><a href='http://www.converttousb.com/uncategorized/high-speed-3-port-usb-2-0-hub' rel='bookmark' title='Permanent Link: High Speed 3 Port USB 2.0 Hub'>High Speed 3 Port USB 2.0 Hub</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/3IEGeH_gtio/2.jpg" align="left">Visit http://tiger.tv/more_info/?399 for more information! Now you can enjoy the convenience of your laptop when you&#8217;re not on the road. The USB 2.0 Laptop Docking Station with Video allows you to easily connect all of your desktop peripherals to almost any laptop or desktop with just one single connection. This lets you come and go as you please without the hassle of connecting your monitor, mouse, <a href="http://www.converttousb.com/adapters-to-usb/converting-a-ps2-keyboard-to-usb" class="kblinker" title="More about keyboard &raquo;">keyboard</a>, printer and other devices to your laptop repeatedly. The USB 2.0 Laptop Docking Station contains a three port USB 2.0 Hub, one serial DB9 port, one parallel printer port, one 10/100 RJ45 <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">Ethernet</a> port, PS/2 mouse and keyboard ports, and a VGA pass-through port &#8211; all in one single unit!</p>
<p>Duration : <b>0:3:14</b></p>
<p><span id="more-81"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/3IEGeH_gtio&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/3IEGeH_gtio&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/usb-extender/cables-unlimited-usb-extender' rel='bookmark' title='Permanent Link: Cables Unlimited USB Extender'>Cables Unlimited USB Extender</a></li>
<li><a href='http://www.converttousb.com/usb-extender/usb-active-extension-cables' rel='bookmark' title='Permanent Link: USB Active Extension Cables'>USB Active Extension Cables</a></li>
<li><a href='http://www.converttousb.com/uncategorized/high-speed-3-port-usb-2-0-hub' rel='bookmark' title='Permanent Link: High Speed 3 Port USB 2.0 Hub'>High Speed 3 Port USB 2.0 Hub</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/cables-to-go-usb-20-vga-lan-dock/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ctera at CES: USB as NAS and Cloud Backup</title>
		<link>http://www.converttousb.com/ethernet-to-usb/ctera-at-ces-usb-as-nas-and-cloud-backup</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/ctera-at-ces-usb-as-nas-and-cloud-backup#comments</comments>
		<pubDate>Wed, 25 Feb 2009 12:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[ces]]></category>
		<category><![CDATA[CES 2009]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Backup]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[Ctera]]></category>
		<category><![CDATA[Fritz Nelso]]></category>
		<category><![CDATA[InformationWeek]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Network Storage]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/ctera-at-ces-usb-as-nas-and-cloud-backup</guid>
		<description><![CDATA[Startup Ctera traveled from Israel to show off its exquisite little device, which plugs into a wall outlet, a USB stick and an Ethernet connection, and thus provides shared storage for a small network and connects to Ctera&#8217;s cloud backup service. Duration : 0:3:32 Related posts:SuperSpeed USB Explained in CES Interview. USB3, Super Speed, 5gb [...]


Related posts:<ol><li><a href='http://www.converttousb.com/usb3/usb-3' rel='bookmark' title='Permanent Link: SuperSpeed USB Explained in CES Interview.'>SuperSpeed USB Explained in CES Interview.</a></li>
<li><a href='http://www.converttousb.com/usb3/usb3-super-speed-5gb-per-second-ces-2009' rel='bookmark' title='Permanent Link: USB3, Super Speed, 5gb per second, CES 2009'>USB3, Super Speed, 5gb per second, CES 2009</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/4GGOnPORmAo/2.jpg" align="left">Startup Ctera traveled from Israel to show off its exquisite little device, which plugs into a wall outlet, a USB stick and an <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">Ethernet</a> connection, and thus provides shared storage for a small network and connects to Ctera&#8217;s cloud backup service.</p>
<p>Duration : <b>0:3:32</b></p>
<p><span id="more-74"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/4GGOnPORmAo&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/4GGOnPORmAo&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/usb3/usb-3' rel='bookmark' title='Permanent Link: SuperSpeed USB Explained in CES Interview.'>SuperSpeed USB Explained in CES Interview.</a></li>
<li><a href='http://www.converttousb.com/usb3/usb3-super-speed-5gb-per-second-ces-2009' rel='bookmark' title='Permanent Link: USB3, Super Speed, 5gb per second, CES 2009'>USB3, Super Speed, 5gb per second, CES 2009</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/ctera-at-ces-usb-as-nas-and-cloud-backup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOVADO USB Mobile Broadband Router (UMR)</title>
		<link>http://www.converttousb.com/ethernet-to-usb/dovado-usb-mobile-broadband-router-umr</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/dovado-usb-mobile-broadband-router-umr#comments</comments>
		<pubDate>Thu, 15 Jan 2009 14:51:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[DOVADO]]></category>
		<category><![CDATA[HSDPA]]></category>
		<category><![CDATA[HSPA]]></category>
		<category><![CDATA[HSUPA]]></category>
		<category><![CDATA[Huawei]]></category>
		<category><![CDATA[iBurst]]></category>
		<category><![CDATA[iCon]]></category>
		<category><![CDATA[Mbps]]></category>
		<category><![CDATA[MC930D]]></category>
		<category><![CDATA[MC950D]]></category>
		<category><![CDATA[Novatel]]></category>
		<category><![CDATA[Option]]></category>
		<category><![CDATA[Tre]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Vodafone]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/dovado-usb-mobile-broadband-router-umr</guid>
		<description><![CDATA[The DOVADO USB Mobile Broadband Router (UMR) allows users to plug in their 3G/HSPA USB modem and share it out via Wireless LAN and Ethernet with ease. From a single internet connection, you can have multiple computers and users connected to the internet from just about anywhere! Supports modems from Novatel, Huawei and Option. More [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/X6H_n0rglHw/2.jpg" align="left">The DOVADO USB Mobile Broadband Router (UMR) allows users to plug in their 3G/HSPA USB modem and share it out via Wireless LAN and <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">Ethernet</a> with ease. From a single internet connection, you can have multiple computers and users connected to the internet from just about anywhere! Supports modems from Novatel, Huawei and Option. More modems will be added. Go to www.dovado.com/umr for further info.</p>
<p>Duration : <b>0:0:45</b></p>
<p><span id="more-65"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/X6H_n0rglHw&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/X6H_n0rglHw&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/dovado-usb-mobile-broadband-router-umr/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>USB Fever&#8217;s USB 2.0 Extension Cable to Cat5e or Cat6 Extende</title>
		<link>http://www.converttousb.com/ethernet-to-usb/usb-fevers-usb-20-extension-cable-to-cat5e-or-cat6-extende</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/usb-fevers-usb-20-extension-cable-to-cat5e-or-cat6-extende#comments</comments>
		<pubDate>Tue, 13 Jan 2009 10:28:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[electronics]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/usb-fevers-usb-20-extension-cable-to-cat5e-or-cat6-extende</guid>
		<description><![CDATA[Palm Discovery reviews USB Fever&#8217;s USB 2.0 Extension Cable to Cat5e or Cat6 Extender Adapter which enables you to re-use your old Cat5/e or Cat6 ethernet LAN cable as a USB extension cable. Duration : 0:7:22 Related posts:where can I buy a 9-pin serial to USB adapter? USB Active Extension Cables


Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/where-can-i-buy-a-9-pin-serial-to-usb-adapter' rel='bookmark' title='Permanent Link: where can I buy a 9-pin serial to USB adapter?'>where can I buy a 9-pin serial to USB adapter?</a></li>
<li><a href='http://www.converttousb.com/usb-extender/usb-active-extension-cables' rel='bookmark' title='Permanent Link: USB Active Extension Cables'>USB Active Extension Cables</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/_Jip3lhGQDo/2.jpg" align="left">Palm Discovery reviews USB Fever&#8217;s USB 2.0 Extension Cable to Cat5e or Cat6 Extender Adapter which enables you to re-use your old Cat5/e or Cat6 <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">ethernet</a> LAN cable as a USB extension cable.</p>
<p>Duration : <b>0:7:22</b></p>
<p><span id="more-64"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/_Jip3lhGQDo&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/_Jip3lhGQDo&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/where-can-i-buy-a-9-pin-serial-to-usb-adapter' rel='bookmark' title='Permanent Link: where can I buy a 9-pin serial to USB adapter?'>where can I buy a 9-pin serial to USB adapter?</a></li>
<li><a href='http://www.converttousb.com/usb-extender/usb-active-extension-cables' rel='bookmark' title='Permanent Link: USB Active Extension Cables'>USB Active Extension Cables</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/usb-fevers-usb-20-extension-cable-to-cat5e-or-cat6-extende/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Does a printer that has a USB 2.0 port connects to ethernet through a USB-Ethernet converter?</title>
		<link>http://www.converttousb.com/ethernet-to-usb/does-a-printer-that-has-a-usb-20-port-connects-to-ethernet-through-a-usb-ethernet-converter</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/does-a-printer-that-has-a-usb-20-port-connects-to-ethernet-through-a-usb-ethernet-converter#comments</comments>
		<pubDate>Thu, 08 Jan 2009 15:21:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/uncategorized/does-a-printer-that-has-a-usb-20-port-connects-to-ethernet-through-a-usb-ethernet-converter</guid>
		<description><![CDATA[I brought a Cannon printer that has a USB 2.0 port. I would like to connect it to my home (wireless) ethernet through a USB 2.0 to Ethernet converter, so I may be able to print documents elsewhere. Yes its possible. Try to check Wireless Print Server from Linksys. Try to check Amazon: http://www.amazon.com/Linksys-WPS54GU2-Wireless-G-Print-Server/dp/B0000E658Q powered [...]


Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/please-help-me-im-trying-to-connect-my-gamepad-with-a-serial-plug-into-a-usb-port-via-serial-to-usb-adapter' rel='bookmark' title='Permanent Link: Please Help Me, I&#8217;m trying to connect my gamepad with a serial plug into a usb port via serial to usb adapter'>Please Help Me, I&#8217;m trying to connect my gamepad with a serial plug into a usb port via serial to usb adapter</a></li>
<li><a href='http://www.converttousb.com/uncategorized/hp-full-feature-printer-driver-install-in-windows-xp-usb' rel='bookmark' title='Permanent Link: HP full feature printer driver install in Windows XP  (USB)'>HP full feature printer driver install in Windows XP  (USB)</a></li>
<li><a href='http://www.converttousb.com/uncategorized/get-connected-tech-look-belkin-bluetooth-usb-adapter' rel='bookmark' title='Permanent Link: Get Connected &#8211; Tech Look &#8211; Belkin Bluetooth USB Adapter'>Get Connected &#8211; Tech Look &#8211; Belkin Bluetooth USB Adapter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I brought a Cannon printer that has a USB 2.0 port. I would like to connect it to my home (wireless) <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">ethernet</a> through a USB 2.0 to Ethernet converter, so I may be able to print documents elsewhere. <br />Yes its possible. Try to check Wireless Print Server from Linksys.</p>
<p>Try to check Amazon:</p>
<p>http://www.amazon.com/Linksys-WPS54GU2-Wireless-G-Print-Server/dp/B0000E658Q</p>
<p>powered by Yahoo Answers</p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/please-help-me-im-trying-to-connect-my-gamepad-with-a-serial-plug-into-a-usb-port-via-serial-to-usb-adapter' rel='bookmark' title='Permanent Link: Please Help Me, I&#8217;m trying to connect my gamepad with a serial plug into a usb port via serial to usb adapter'>Please Help Me, I&#8217;m trying to connect my gamepad with a serial plug into a usb port via serial to usb adapter</a></li>
<li><a href='http://www.converttousb.com/uncategorized/hp-full-feature-printer-driver-install-in-windows-xp-usb' rel='bookmark' title='Permanent Link: HP full feature printer driver install in Windows XP  (USB)'>HP full feature printer driver install in Windows XP  (USB)</a></li>
<li><a href='http://www.converttousb.com/uncategorized/get-connected-tech-look-belkin-bluetooth-usb-adapter' rel='bookmark' title='Permanent Link: Get Connected &#8211; Tech Look &#8211; Belkin Bluetooth USB Adapter'>Get Connected &#8211; Tech Look &#8211; Belkin Bluetooth USB Adapter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/does-a-printer-that-has-a-usb-20-port-connects-to-ethernet-through-a-usb-ethernet-converter/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Wii to Ethernet Via USB</title>
		<link>http://www.converttousb.com/ethernet-to-usb/wii-to-ethernet-via-usb</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/wii-to-ethernet-via-usb#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:52:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[ntl]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/wii-to-ethernet-via-usb</guid>
		<description><![CDATA[Does exactly what it says on the tin. Duration : 0:2:6 No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/hBwOq28Ux5E/2.jpg" align="left">Does exactly what it says on the tin.</p>
<p>Duration : <b>0:2:6</b></p>
<p><span id="more-53"></span><br /><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/hBwOq28Ux5E&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/hBwOq28Ux5E&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/wii-to-ethernet-via-usb/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Can a simple USB to ethernet adapter allow my usb hard drive to be networked on my LAN?</title>
		<link>http://www.converttousb.com/ethernet-to-usb/can-a-simple-usb-to-ethernet-adapter-allow-my-usb-hard-drive-to-be-networked-on-my-lan</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/can-a-simple-usb-to-ethernet-adapter-allow-my-usb-hard-drive-to-be-networked-on-my-lan#comments</comments>
		<pubDate>Mon, 29 Dec 2008 10:48:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/can-a-simple-usb-to-ethernet-adapter-allow-my-usb-hard-drive-to-be-networked-on-my-lan</guid>
		<description><![CDATA[I am trying to put my external usb hard drive up on my LAN. I know I can buy a new usb/ethernet hard drive enclosure for 70$, but would a simple hardwire usb to ethernet converter/connection do the trick. A usb to ethernet adapter is only like 5$. No. You need more than simply connecting [...]


Related posts:<ol><li><a href='http://www.converttousb.com/usb-audio-device/startech-com-usb-5-1-channel-sound-audio-adapter-sound-card' rel='bookmark' title='Permanent Link: StarTech.com USB 5.1 Channel Sound / Audio Adapter Sound Card'>StarTech.com USB 5.1 Channel Sound / Audio Adapter Sound Card</a></li>
<li><a href='http://www.converttousb.com/uncategorized/unboxing-the-belkin-mini-bluetooth-adapter' rel='bookmark' title='Permanent Link: Unboxing the Belkin Mini Bluetooth Adapter'>Unboxing the Belkin Mini Bluetooth Adapter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am trying to put my external usb hard drive up on my LAN. I know I can buy a new usb/<a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">ethernet</a> hard drive enclosure for 70$, but would a simple hardwire usb to ethernet converter/connection do the trick. A usb to ethernet adapter is only like 5$.<br />
<br />No.  You need more than simply connecting the hard drive to the LAN.  The hard drive has to act as a NAS (Network Attached Storage).  Basically that means the box that you&#39;re connecting to the LAN has to have in it, in addition to the hard drive, a simple computer that can handle network file-transfer protocols, such as FTP, NFS, SMB, etc.</p>
<p> powered by Yahoo Answers</p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/usb-audio-device/startech-com-usb-5-1-channel-sound-audio-adapter-sound-card' rel='bookmark' title='Permanent Link: StarTech.com USB 5.1 Channel Sound / Audio Adapter Sound Card'>StarTech.com USB 5.1 Channel Sound / Audio Adapter Sound Card</a></li>
<li><a href='http://www.converttousb.com/uncategorized/unboxing-the-belkin-mini-bluetooth-adapter' rel='bookmark' title='Permanent Link: Unboxing the Belkin Mini Bluetooth Adapter'>Unboxing the Belkin Mini Bluetooth Adapter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/can-a-simple-usb-to-ethernet-adapter-allow-my-usb-hard-drive-to-be-networked-on-my-lan/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How can I connect a HP deskjet printer that only has a USB cable to my home ethernet network?</title>
		<link>http://www.converttousb.com/ethernet-to-usb/how-can-i-connect-a-hp-deskjet-printer-that-only-has-a-usb-cable-to-my-home-ethernet-network</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/how-can-i-connect-a-hp-deskjet-printer-that-only-has-a-usb-cable-to-my-home-ethernet-network#comments</comments>
		<pubDate>Wed, 24 Dec 2008 11:17:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/how-can-i-connect-a-hp-deskjet-printer-that-only-has-a-usb-cable-to-my-home-ethernet-network</guid>
		<description><![CDATA[Is there a USB to ethernet adapater? Right now, if I want to print from my computer upstairs, the computer donwstairs which is connected to the printer has to be turned on. Generally speaking no, you can&#39;t connect a device that isn&#39;t network aware (i.e. one that doesn&#39;t have an ethernet port) to a network [...]


Related posts:<ol><li><a href='http://www.converttousb.com/uncategorized/convert-to-usb-shared-items-september-12-2009' rel='bookmark' title='Permanent Link: Convert to USB Shared Items &#8211; September 12, 2009'>Convert to USB Shared Items &#8211; September 12, 2009</a></li>
<li><a href='http://www.converttousb.com/serial-to-usb-adapter/how-do-i-connect-a-usb-camera-to-a-serial-port' rel='bookmark' title='Permanent Link: How Do I Connect a USB Camera to a Serial Port?'>How Do I Connect a USB Camera to a Serial Port?</a></li>
<li><a href='http://www.converttousb.com/uncategorized/hp-full-feature-printer-driver-install-in-windows-xp-usb' rel='bookmark' title='Permanent Link: HP full feature printer driver install in Windows XP  (USB)'>HP full feature printer driver install in Windows XP  (USB)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Is there a USB to <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">ethernet</a> adapater?</p>
<p>Right now, if I want to print from my computer upstairs, the computer donwstairs which is connected to the printer has to be turned on.<br />
<br />Generally speaking no, you can&#39;t connect a device that isn&#39;t network aware (i.e. one that doesn&#39;t have an ethernet port) to a network like that. It&#39;s not just the fact that a USB port and ethernet port are different shapes, the device has to have networking protocols and knowledge built into it or it&#39;s got no idea how to interface with ethernet. I have heard of routers that will allow this kind of thing, that&#39;ll accept USB devices and do all the networking transactions on their behalf, but that&#39;s mostly for hard drives so you can have shared storage, I don&#39;t know if they handle printers. It seems unlikely because printers all need different drivers while USB hard drives are totally standard.</p>
<p> powered by Yahoo Answers</p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/uncategorized/convert-to-usb-shared-items-september-12-2009' rel='bookmark' title='Permanent Link: Convert to USB Shared Items &#8211; September 12, 2009'>Convert to USB Shared Items &#8211; September 12, 2009</a></li>
<li><a href='http://www.converttousb.com/serial-to-usb-adapter/how-do-i-connect-a-usb-camera-to-a-serial-port' rel='bookmark' title='Permanent Link: How Do I Connect a USB Camera to a Serial Port?'>How Do I Connect a USB Camera to a Serial Port?</a></li>
<li><a href='http://www.converttousb.com/uncategorized/hp-full-feature-printer-driver-install-in-windows-xp-usb' rel='bookmark' title='Permanent Link: HP full feature printer driver install in Windows XP  (USB)'>HP full feature printer driver install in Windows XP  (USB)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/how-can-i-connect-a-hp-deskjet-printer-that-only-has-a-usb-cable-to-my-home-ethernet-network/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Can I build a linux router with a USB Ethernet adapter?</title>
		<link>http://www.converttousb.com/ethernet-to-usb/can-i-build-a-linux-router-with-a-usb-ethernet-adapter</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/can-i-build-a-linux-router-with-a-usb-ethernet-adapter#comments</comments>
		<pubDate>Fri, 19 Dec 2008 13:41:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/can-i-build-a-linux-router-with-a-usb-ethernet-adapter</guid>
		<description><![CDATA[I&#39;m trying to build a linux router, and a friend is going to give me a computer that has an onboard ethernet, but no pci slots. Can I still make it into a router by using a USB Nic for the 2nd LAN port? I guess my question is, are there any linux compatible USB [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#39;m trying to build a linux router, and a friend is going to give me a computer that has an onboard <a href="http://www.converttousb.com/ethernet-to-usb/usb-ethernet-drivers-and-their-subclass-types" class="kblinker" title="More about ethernet &raquo;">ethernet</a>, but no pci slots. Can I still make it into a router by using a USB Nic for the 2nd LAN port? I guess my question is, are there any linux compatible USB Ethernet adapters?<br />
<br />I guess your answer is:</p>
<p>Yes many of the current Linux distributions support USB and Ethernet and USB Ethernet.   Fedora Core 8 works.</p>
<p>If you are trying to figure out which USB wireless adapters are supported, visit the site of the distribution you want. Check their hardware compatibility documentation.</p>
<p>If you would like me to check for you, tell me which release of Linux, both distribution and build version.  Also tell me which USB wireless adapter both manufacturer and model number.</p>
<p> powered by Yahoo Answers</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/can-i-build-a-linux-router-with-a-usb-ethernet-adapter/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do wireless USB adapters transmit with no internet signal?</title>
		<link>http://www.converttousb.com/ethernet-to-usb/do-wireless-usb-adapters-transmit-with-no-internet-signal</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/do-wireless-usb-adapters-transmit-with-no-internet-signal#comments</comments>
		<pubDate>Wed, 10 Dec 2008 11:10:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/adapters-to-usb/do-wireless-usb-adapters-transmit-with-no-internet-signal</guid>
		<description><![CDATA[I had a Dlink DWL-G120 and I was able to communicate with another computer with no internet feed (im on dial up) wirelessly. Is there other Dlink products that also allow me to communicate this way because my adapter is no longer working. Any wireless adapter, Linksys, Dlink, etc CAN communicate with any other wireless [...]


Related posts:<ol><li><a href='http://www.converttousb.com/uncategorized/mini-black-2-4g-bluetooth-v2-0-edr-usb-dongle-wireless-adapter' rel='bookmark' title='Permanent Link: Mini Black 2.4G Bluetooth V2.0 EDR USB Dongle Wireless Adapter'>Mini Black 2.4G Bluetooth V2.0 EDR USB Dongle Wireless Adapter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I had a Dlink  DWL-G120 and I was able to communicate with another computer with no internet feed (im on dial up) wirelessly.  Is there other Dlink products that also allow me to communicate this way because my adapter is no longer working. <br />Any wireless adapter, Linksys, Dlink, etc CAN communicate with any other wireless adapter.  This is called AD-HOC networking. Here is a full article on it from Microsoft. http://www.microsoft.com/windowsxp/using/networking/setup/adhoc.mspx  You can run these with or without the internet!  So for machine to machine or machine to machine to internet they work.  If your adapter has stopped working the most common cause is driver corruption, not the hardware!  So reloading the drivers may well fix your issues with your adapter.</p>
<p> powered by Yahoo Answers</p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/uncategorized/mini-black-2-4g-bluetooth-v2-0-edr-usb-dongle-wireless-adapter' rel='bookmark' title='Permanent Link: Mini Black 2.4G Bluetooth V2.0 EDR USB Dongle Wireless Adapter'>Mini Black 2.4G Bluetooth V2.0 EDR USB Dongle Wireless Adapter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/do-wireless-usb-adapters-transmit-with-no-internet-signal/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sharing USB for Remote Desktop</title>
		<link>http://www.converttousb.com/ethernet-to-usb/sharing-usb-for-remote-desktop</link>
		<comments>http://www.converttousb.com/ethernet-to-usb/sharing-usb-for-remote-desktop#comments</comments>
		<pubDate>Sun, 07 Sep 2008 15:10:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ethernet To USB]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://www.converttousb.com/ethernet-to-usb/sharing-usb-for-remote-desktop</guid>
		<description><![CDATA[FabulaTech has created an interesting software package that works in Windows and Linux to communicate with USB devices over a network.  USB for a remote Desktop has a client and server software that apparently tunnels USB transactional commands from one computer to another allowing the remote computer to use the USB device as if it [...]


Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/usb-to-serial-adapter-not-detecting-modem' rel='bookmark' title='Permanent Link: USB to Serial adapter not detecting modem?'>USB to Serial adapter not detecting modem?</a></li>
<li><a href='http://www.converttousb.com/uncategorized/windows-xp-usb-driver' rel='bookmark' title='Permanent Link: Windows XP USB Driver'>Windows XP USB Driver</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="border: 0px initial initial;" src="http://www.converttousb.com/wp-content/uploads/174176f003c43b2.jpg" border="0" alt="" width="105" height="92" /></p>
<p><a title="Remote USB" href="http://www.fabulatech.com/">FabulaTech</a> has created an interesting software package that works in Windows and Linux to communicate with USB devices over a network.  <a title="Remote USB" href="http://www.usb-over-network.com/usb-for-remote-desktop.html" target="_blank">USB for a remote Desktop</a> has a client and server software that apparently tunnels USB transactional commands from one computer to another allowing the remote computer to use the USB device as if it were directly attached.</p>
<p>The supported USB devices are Mass Storage Class: Flash Drive, Card Reader, CDROM drive, Hard Disk drive, iPods.  The Human Interface Class: <a href="http://www.converttousb.com/adapters-to-usb/converting-a-ps2-keyboard-to-usb" class="kblinker" title="More about keyboard &raquo;">keyboard</a>, mouse, joystick, Barcode scanner.   Communications Class devices: Modem, serial port, wifi, bluetooth. mobile phones, BlackBerries, Pocket PC.  Printer Device Class, Printer, FAX.  Sound Class devices: microphone, speakers. Other devices such as USB weight scales and security dongles are listed.</p>
<p>FabulaTech&#8217;s web page also states that no USB device driver is required for the USB device to be available for the remote user.  The price of the software is listed as $200 with 15 day trial download.</p>


<p>Related posts:<ol><li><a href='http://www.converttousb.com/serial-to-usb-adapter/usb-to-serial-adapter-not-detecting-modem' rel='bookmark' title='Permanent Link: USB to Serial adapter not detecting modem?'>USB to Serial adapter not detecting modem?</a></li>
<li><a href='http://www.converttousb.com/uncategorized/windows-xp-usb-driver' rel='bookmark' title='Permanent Link: Windows XP USB Driver'>Windows XP USB Driver</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.converttousb.com/ethernet-to-usb/sharing-usb-for-remote-desktop/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
