<?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>Ubuntu Site &#187; VirtualBox</title>
	<atom:link href="http://ubuntusite.com/category/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntusite.com</link>
	<description>Ubuntu Blog</description>
	<lastBuildDate>Sat, 31 Jul 2010 03:01:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to: Make the USB Ports Working in VirtualBox using Kubuntu Hardy Heron</title>
		<link>http://ubuntusite.com/how-to-make-the-usb-ports-working-virtualbox-using-kubuntu-hardy-heron/</link>
		<comments>http://ubuntusite.com/how-to-make-the-usb-ports-working-virtualbox-using-kubuntu-hardy-heron/#comments</comments>
		<pubDate>Tue, 20 May 2008 23:50:16 +0000</pubDate>
		<dc:creator>deric</dc:creator>
				<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Guest OS]]></category>
		<category><![CDATA[Kubuntu Hardy Heron]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://ubuntusite.com/?p=97</guid>
		<description><![CDATA[Weather you&#8217;re running Windows XP or other Linux distro as a guest OS in VirtualBox on a Kubuntu Hardy Heron PC, you would still love to have the option to plug your favorite USB devices in right? Me too.
After having Virtualbox installed in my PC couple of days ago, I ran through that problem about [...]]]></description>
			<content:encoded><![CDATA[<p>Weather you&#8217;re running Windows XP or other Linux distro as a guest OS in VirtualBox on a Kubuntu Hardy Heron PC, you would still love to have the option to plug your favorite USB devices in right? Me too.</p>
<p>After <a href="http://ubuntusite.com/my-virtualbox-in-kubuntu-hardy-heron/" target="_self">having Virtualbox installed in my PC</a> couple of days ago, I ran through that problem about USB devices. My guest OS, Windows XP and Ubuntu is not detecting both my A4 Tech Webcam and my USB Game pad. I thought all I need is just a simple restart to get it going but that doesn&#8217;t seem to be the case. It&#8217;s a good thing that our friendly google is around, so it just took me a couple of mins to get the USB ports working on both guest OS.</p>
<p>Enough said, let&#8217;s get started. This is actually a modified version from <a href="http://www.arsgeek.com/?p=2776" target="_blank">arsgeek.com</a> on how he made the USB ports mounted in Windows XP. Windows XP is the guest OS in his Ubuntu Gutsy Gibbon. I did not open my Kterminal window using these steps. I&#8217;m trying to avoid typing any commands from the terminal as much as possible.</p>
<ul>
<li>Let&#8217;s create a usb group first. Click on <strong>K Menu</strong> &gt; <strong>System Settings</strong> &gt; <strong>Users and Groups</strong> &gt; click on the <strong>administrator mode button</strong> and type your password in &gt; Click on the <strong>Group Tab </strong>&gt;<strong> Click the New button </strong>at the bottom<strong> </strong>&gt; and type &#8216; <strong>usbusers</strong> &#8216; (<em>without the quotes)</em> for the group name.</li>
</ul>
<ul>
<li>Then look for your name/PC name on the list from the left side and <strong>click add </strong>&gt; push <strong>ok</strong> and close the System Settings window.</li>
</ul>
<ul>
<li>Open your <strong>Dolphin File Manager</strong> Go to <strong>Root</strong> &gt; Click <strong>Open as Root</strong> on the right side, type your password and go to <strong>etc</strong> &gt; <strong>udev</strong> &gt; <strong>rules.d</strong> &gt; and do a right click on <strong>40-permissions.rules</strong> and open it via Kate or Kwrite and add the group <strong>usbusers</strong> in between the SUBSYSTEM code and GOTO. It will look something like this: <em>(don&#8217;t forget to save the changes)</em></li>
</ul>
<blockquote><p># USB Serial Converters<br />
SUBSYSTEM==”usb_device”, <strong>GROUP=”usbusers”</strong>, GOTO=&#8221;usb_serial_start&#8221;</p></blockquote>
<ul>
<li>Go back to <strong>Dolphin File Manager</strong> &gt; Go to folder <strong>etc</strong> &gt; then <strong>init.d</strong> &gt; right click on <strong>mountdevsubfs.sh</strong> and use a text editor. <em>(in my case I use either Kate or Kwrite).</em> Look for this:</li>
</ul>
<blockquote><p>#<br />
# Magic to make /proc/bus/usb work<br />
#<br />
#mkdir -p /dev/bus/usb/.usbfs<br />
#domount usbfs“”/dev/bus/usb/.usbfs-obusmode=0700,devmode=0600,listmode=0644<br />
#ln -s .usbfs/devices /dev/bus/usb/devices<br />
#mount –rbind /dev/bus/usb /proc/bus/usb</p></blockquote>
<ul>
<li>Uncomment the last 4 lines to make it like this:</li>
</ul>
<blockquote><p>#<br />
# Magic to make /proc/bus/usb work<br />
#<br />
mkdir -p /dev/bus/usb/.usbfs<br />
domount usbfs“”/dev/bus/usb/.usbfs-obusmode=0700,devmode=0600,listmode=0644<br />
ln -s .usbfs/devices /dev/bus/usb/devices<br />
mount –rbind /dev/bus/usb /proc/bus/usb</p></blockquote>
<ul>
<li>Once you&#8217;re done. Click save.</li>
</ul>
<ul>
<li>Go back to your <strong>Dolphin File Manager</strong>, go back to <strong>etc</strong> &gt; then look for <strong>fstab</strong>, do a right click and open it with Kate or Kwrite. Add this line at the bottom and save:</li>
</ul>
<blockquote><p>none /proc/bus/usb usbfs devgid=46,devmode=664 0 0</p></blockquote>
<p>ALright! That&#8217;s it! All you need to do is fire up your virtualbox, load your guest OS and before you switch to seamless mode, go to Devices &gt; and click the USB device that you would like to enable.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntusite.com/how-to-make-the-usb-ports-working-virtualbox-using-kubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
