<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; usb support</title> <atom:link href="http://www.ghacks.net/tag/usb-support/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Install VirtualBox with USB support</title><link>http://www.ghacks.net/2009/08/01/install-virtualbox-with-usb-support/</link> <comments>http://www.ghacks.net/2009/08/01/install-virtualbox-with-usb-support/#comments</comments> <pubDate>Sat, 01 Aug 2009 18:34:15 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[fstab]]></category> <category><![CDATA[usb]]></category> <category><![CDATA[usb support]]></category> <category><![CDATA[virtual box]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14956</guid> <description><![CDATA[If you&#8217;ve installed VirtualBox as instructed in my tutorial &#8220;Install and configure VirtualBox for virtual OSes&#8221; you most likely have discovered that the open source edition of VirtualBox does not have USB support. In fact there are a few other features the open source edition does not offer that the closed-source edition does (such as [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve installed VirtualBox as instructed in my tutorial &#8220;<a
title="VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Install and configure VirtualBox for virtual OSes</a>&#8221; you most likely have discovered that the open source edition of VirtualBox does not have USB support. In fact there are a few other features the open source edition does not offer that the closed-source edition does (such as offering the Remote Display Protocol so you can connect to a virtual machine remotely). But to get these features you will have to uninstall your current VirtualBox OSE installation, install the closed source version, and then configure your set up to allow USB support. It&#8217;s not difficult so pretty much anyone can undertake this.  In this article you will see how to uninstall VirtualBox OSE, install VirtualBox, and configure VirtualBox to allow USB support. For the purposes of this article, I will using a Ubuntu 9.04 installation to make things easy. NOTE: If you have virtual machines installed you will lose the data on those VMs.<br
/> <span
id="more-14956"></span></p><p><strong>Remove VirtualBox OSE</strong></p><p>This is the easiest part of the tutorial. All you need to do is open up a terminal window and issue the command:</p><p><code>sudo apt-get autoremove virtualbox-ose</code></p><p>Once the OSE version has been removed it is time to install the closed source version of VirtualBox.</p><p><strong>Installing closed source VirtualBox</strong></p><p>The first thing to do is to add the proper sources to your <strong>/etc/apt/sources.list</strong> file. Open up that file, with your favorite editor, and add the following line to the end of that file:</p><p><code>deb http://download.virtualbox.org/virtualbox/debian jaunty non-free</code></p><p>Now save the <a
title="VirtualBox key" href="http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc" target="_blank">VirtualBox repository key</a> on your machine (for the sake of simplicity place it in <strong>~/Downloads</strong>) and issue the following command:</p><p><code>sudo apt-key add ~/Downloads/sun_vbox.asc</code></p><p>which will add the repo key to your system. Before you run the install update apt with the command:</p><p><code>sudo apt-get update</code></p><p>Now you can install the closed source version of VirtualBox with the command:</p><p><code>sudo apt-get install virtualbox-2.2</code></p><p>During the installation you will also have to OK the compilation of the proper kernel module. If you do not do this you may not be able to create any VMs.</p><p>The last step for the installation is to add your user to the vboxusers group. Do this with the following command:</p><p><code>sudo gpasswd -a USERNAME vboxusers</code></p><p>Where USERNAME is your login. You will be prompted for your username.</p><p><strong>Configure USB</strong></p><p>Now it&#8217;s time to configure the system to allow USB support. You have to get the user ID of the vboxusers group. To do this issue the following command:</p><p><code>grep vboxusers /etc/group</code></p><p>which will report something like:</p><p><code>vboxusers:x:123:</code></p><p>What you need to now do is add a line to the <strong>/etc/fstab </strong>file. This line will be (if we stick with the user ID report you see above):</p><p><code>none /proc/bus/usb usbfs devgid=123,devmode=664 0 0</code></p><p>With that file saved you are ready to reboot and start up VirtualBox with USB support.</p><p><strong>Final thoughts</strong></p><p>There are a lot of reasons why you would want to have USB support added to VirtualBox. For those iPhone owners out there it will give you a means to administer your phone without having to have a separate machine (or dual boot) in order to do so. This also greatly expands the capabilities of VirtualBox. The only downfall is you are giving up the open source version in order to gain USB support. For many this will be a worth wile trade-off. For others, giving over to closed sourced software isn&#8217;t worth having USB support. It would be nice, however, if Sun would open source the USB supported version.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/01/install-virtualbox-with-usb-support/feed/</wfw:commentRss> <slash:comments>25</slash:comments> </item> </channel> </rss>
