<?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>The Pexperiences &#187; usb enable</title>
	<atom:link href="http://www.pexperiences.com/tag/usb-enable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pexperiences.com</link>
	<description>all my memories keeping</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Enable USB Support for Virtualbox in OpenSUSE 11.1</title>
		<link>http://www.pexperiences.com/2009/01/10/how-to-enable-usb-support-for-virtualbox-in-opensuse-111/</link>
		<comments>http://www.pexperiences.com/2009/01/10/how-to-enable-usb-support-for-virtualbox-in-opensuse-111/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 08:41:50 +0000</pubDate>
		<dc:creator>Pex</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[usb enable]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.pexperiences.com/?p=427</guid>
		<description><![CDATA[**Get lasted version of VirtualBox from here. After install, go to YaST &#62; Security and Users &#62; User and Group Management Select Groups, you can see vboxusers&#8217; group then double click to edit information Remember Group ID (gid) and see &#823... ]]></description>
			<content:encoded><![CDATA[<p>**Get lasted version of VirtualBox from <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">here</a>.</p>
<ul>
<li>After install, go to <em>YaST &gt; Security and Users &gt; User and Group Management</em></li>
<li>Select <em>Groups</em>, you can see <em>vboxusers&#8217; group</em> then double click to edit information</li>
<li>Remember Group ID (gid) and see at right, select username you want to allow to use VirtualBox</li>
<li>Close YaST, Open fstab file and add this line :</li>
</ul>
<p style="padding-left: 30px;">
<blockquote><p><em>none /proc/bus/usb usbfs devgid=XXX,devmode=664 0 0</em></p></blockquote>
<p style="padding-left: 30px;">* XXX is Group ID (gid) that I told you to remember, it&#8217;s the ID group of vbox</p>
<ul>
<li>Add following line to <em>/etc/init.d/boot.local</em></li>
</ul>
<blockquote><p><em>mount -a</em></p></blockquote>
<ul>
<li>Restart system, then USB can work with VirtualBox</li>
</ul>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Extra</strong> : <em><strong>When VirtualBox told you to recompile kernel</strong></em></p>
<p>In my cast, I just installed kernel-module and gcc before recompile done. you can see error in log file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pexperiences.com/2009/01/10/how-to-enable-usb-support-for-virtualbox-in-opensuse-111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable USB support in VirtualBox (Intrepid)</title>
		<link>http://www.pexperiences.com/2008/11/15/how-to-enable-usb-support-in-virtualbox-intrepid/</link>
		<comments>http://www.pexperiences.com/2008/11/15/how-to-enable-usb-support-in-virtualbox-intrepid/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 05:35:45 +0000</pubDate>
		<dc:creator>Pex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>
		<category><![CDATA[usb enable]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.pexperiences.com/?p=268</guid>
		<description><![CDATA[Easy way to enable USB support in Intrepid (not work on earlier version) 1. Open Terminal, type sudo gedit /etc/fstab 2. It&#8217;s open Gedit to edit fstab file, add this none /proc/bus/usb usbfs devgid=46,devmode=666 0 0 to the bottom line &#8230; <a h... ]]></description>
			<content:encoded><![CDATA[<p>Easy way to enable USB support in <em>Intrepid</em> (not work on earlier version)</p>
<p>1. Open Terminal, type<strong> sudo gedit /etc/fstab</strong></p>
<p>2. It&#8217;s open Gedit to edit fstab file, add this <strong><br />
none /proc/bus/usb usbfs devgid=46,devmode=666 0 0<br />
</strong>to the bottom line of the file.</p>
<p>3. Save, goto System &gt; Administration &gt; Users and Groups</p>
<p>4. Click Manage Groups buttons, find &#8216;vboxusers&#8217;, select and click Properties</p>
<p>5. Select your login name by fill the box to add your account to vboxusers&#8217;s group</p>
<p>6. Restart System, and enjoy to your virtualization world</p>
<p>* VirtualBox have 2 version, Normal and OpenSource. The VirtualBox which in Ubuntu&#8217;s repositories is OpenSource (called VirtualBox OSE) this version <em>is not support USB</em>. However, you can get the <strong>Sun xVM VirtualBox</strong> which full support for all devices from <a href="http://www.virtualbox.org" target="_blank">VirtualBox.org</a>, it had repository for Ubuntu&#8217;s users to use &#8216;apt-get&#8217; and, can update automatically like software on Ubuntu&#8217;s repositories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pexperiences.com/2008/11/15/how-to-enable-usb-support-in-virtualbox-intrepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

