<?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>TuxGuides.com &#187; usb</title>
	<atom:link href="http://www.tuxguides.com/tag/usb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxguides.com</link>
	<description>Linux Guides &#38; Reviews</description>
	<lastBuildDate>Thu, 16 Jun 2011 00:56:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Virtualbox with USB Support</title>
		<link>http://www.tuxguides.com/virtualbox-with-usb-support/</link>
		<comments>http://www.tuxguides.com/virtualbox-with-usb-support/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=119</guid>
		<description><![CDATA[This guide is specific to ubuntu jaunty (9.04).  It may work on previous version, or other distros, but it is untested.  If you do not need usb support in your copy of virtualbox, you can just install the open source version from the ubuntu package repositories by typing: sudo apt-get update sudo apt-get install virtualbox-ose [...]]]></description>
			<content:encoded><![CDATA[<p>This guide is specific to ubuntu jaunty (9.04).  It may work on previous version, or other distros, but it is untested.  If you do not need usb support in your copy of virtualbox, you can just install the open source version from the ubuntu package repositories by typing:</p>
<p><code>sudo apt-get update<br />
sudo apt-get install virtualbox-ose</code></p>
<p>If you need usb support in your virtualbox install (great for hooking up devices that are not compatible with linux), you need to install the proprietary version (also free), and do a few tweaks in order to get it to work.</p>
<h2>Installing USB Version:</h2>
<p>Make sure the open source version of virtualbox is uninstalled:</p>
<p><code>sudo apt-get remove virtualbox-ose</code></p>
<p>First, add the respective line to your /etc/apt/sources.list file according to the current version you are running (for example, add the first line if you are running Jaunty):<br />
<span id="more-119"></span></p>
<p><code>deb http://download.virtualbox.org/virtualbox/debian karmic non-free<br />
deb http://download.virtualbox.org/virtualbox/debian jaunty non-free<br />
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free<br />
deb http://download.virtualbox.org/virtualbox/debian hardy non-free<br />
deb http://download.virtualbox.org/virtualbox/debian gutsy non-free<br />
deb http://download.virtualbox.org/virtualbox/debian dapper non-free</code></p>
<p>Download and add the key for the new repositories:<br />
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -</p>
<p>Install virtualbox:</p>
<p><code>sudo apt-get update<br />
sudo apt-get install virtualbox-3.0</code></p>
<h3>Configure usb support:</h3>
<p><strong>Edit</strong>:</p>
<p>Editting /etc/init.d/mountdevsubfs.sh is no longer required after further review.</p>
<p>Make sure you are part of the vboxusers group:</p>
<p><code>sudo usermod -G vboxusers -a `whoami`</code></p>
<p>Then, logout and back in.</p>
<p>After that, in virtualbox, click on settings for the virtual machine, and go to usb.  Make sure enable usb controller is enabled.  Then click on OK, and see if it works.</p>
<p>Make sure that you enable guest additions (if it is available for your guest operating system).  It makes the experience a lot more seamless, and easy to use.  You can move your mouse in and out of the guest window seamlessly, and the mouse is then a lot less jerky.</p>
<div id="attachment_156" class="wp-caption alignnone" style="width: 310px"><a href="http://www.tuxguides.com/wp-content/uploads/2009/05/virtualbox.png" rel="lightbox[119]"><img class="size-medium wp-image-156" title="Virtualbox Screenshot" src="http://www.tuxguides.com/wp-content/uploads/2009/05/virtualbox-300x222.png" alt="Virtualbox Screenshot" width="300" height="222" /></a><p class="wp-caption-text">Virtualbox Screenshot</p></div>
<p>Adapted from:  <a href="https://help.ubuntu.com/community/VirtualBox/USB" target="_blank">https://help.ubuntu.com/community/VirtualBox/USB</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2078590910379095";
google_ad_slot = "2584559536";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/virtualbox-with-usb-support/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

