<?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>TempusFactor &#187; VirtualBox</title>
	<atom:link href="http://tempusfactor.com/category/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://tempusfactor.com</link>
	<description>So many things, so little time...</description>
	<lastBuildDate>Sat, 17 Sep 2011 00:10:53 +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>Solaris USB devices after an unexpected shutdown</title>
		<link>http://tempusfactor.com/2010/08/solaris-usb-devices-after-an-unexpected-shutdown/</link>
		<comments>http://tempusfactor.com/2010/08/solaris-usb-devices-after-an-unexpected-shutdown/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 15:39:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://tempusfactor.com/?p=147</guid>
		<description><![CDATA[This post is more a reminder note for myself but it may help someone else. I currently manage my printers via a VirtualBox XP instance running on my OpenSolaris server. My 2 year old daughter was irresistibly drawn to the UPS and shut it off which left the USB devices in an unusable state, they [...]]]></description>
			<content:encoded><![CDATA[<p>This post is more a reminder note for myself but it may help someone else.<br />
I currently manage my printers via a VirtualBox XP instance running on my OpenSolaris server.  My 2 year old daughter was irresistibly drawn to the UPS and shut it off which left the USB devices in an unusable state, they would show up in the list of available devices but VirtualBox couldn&#8217;t reconnect them.</p>
<p>To fix this I did the following:<br />
prtconf -v and look until you find the device you want to fix, in my case it looked like this<br />
 printer (driver not attached)</p>
<p>Go to the compatible area and grab the first usb string from the value section<br />
usb3f0,2b17.100 in my case</p>
<p>rem_drv ugen<br />
add_drv ugen -m &#8216;* 0666 root sys&#8217; -i &#8216;&#8221;usb3f0,2b17.100&#8243;&#8216; ugen</p>
<p>This should repair the issue and allow you to reconnect the driver.</p>
]]></content:encoded>
			<wfw:commentRss>http://tempusfactor.com/2010/08/solaris-usb-devices-after-an-unexpected-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting USB Printers under Virtualbox on Solaris</title>
		<link>http://tempusfactor.com/2009/08/mounting-usb-printers-under-virtualbox-on-solaris/</link>
		<comments>http://tempusfactor.com/2009/08/mounting-usb-printers-under-virtualbox-on-solaris/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 18:21:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://tempusfactor.com/?p=67</guid>
		<description><![CDATA[If you, like me, own a USB printer that requires the driver to load firmware into the system at boot time and you run anything other than windows you&#8217;ve probably experienced the joy of poor printing. Until now the only solution I had was to plug it into my primary desktop and share it which [...]]]></description>
			<content:encoded><![CDATA[<p>If you, like me, own a USB printer that requires the driver to load firmware into the system at boot time and you run anything other than windows you&#8217;ve probably experienced the joy of poor printing.</p>
<p>Until now the only solution I had was to plug it into my primary desktop and share it which wasn&#8217;t optimal, I originally tried to run Xen under Solaris with a Windows XP guest but the support for USB bridging isn&#8217;t there yet.  I switched to VirtualBox but the attempts to get it to mount the usb device were always failing with errors in /var/adm/messages</p>
<p>Aug 30 14:31:04 XXX VBoxUSBHelper[2093]: [ID 387370 user.error] VBoxUSBHelper: /usr/sbin/update_drv -a -i pci1043,8277@1a,7/printer@2 ugen<br />
Aug 30 14:31:04 XXX VBoxUSBHelper[2093]: [ID 387370 user.error] VBoxUSBHelper: /usr/sbin/update_drv -a -i pci1043,8277@1a,7/printer@2 ugen<br />
Aug 30 14:31:05 XXX VBoxUSBHelper[2095]: [ID 387370 user.error] VBoxUSBHelper: /usr/sbin/update_drv -d -i pci1043,8277@1a,7/printer@2 ugen<br />
Aug 30 14:31:05 XXX VBoxUSBHelper[2095]: [ID 387370 user.error] VBoxUSBHelper: /usr/sbin/update_drv -d -i pci1043,8277@1a,7/printer@2 ugen<br />
Aug 30 14:31:05 XXX VBoxSVC[1688]: [ID 734376 user.error] USBProxy: failed to capture device Hewlett-Packard HP LaserJet 1020.<br />
Aug 30 14:31:05 XXX VBoxSVC[1688]: [ID 734376 user.error] USBProxy: failed to capture device Hewlett-Packard HP LaserJet 1020.</p>
<p>Typing in the command manually showed that ugen wasn&#8217;t able to be properly mounted,  poking around I found some articles about getting <a href="http://technopark02.blogspot.com/2005/06/solaris-10-usb-digital-camera-howto.html">cameras to operate under Solaris</a> and  followed them to remap the printer device as a ugen as far as Solaris was concerned (Since I can&#8217;t actually reliably print with the printer under Solaris anyways this was no loss).</p>
<p>After that I hotplugged the printer and was able to finally mount and share the printer under my windows XP VirtualBox instance.</p>
<p>Hopefully this will help others who want to get a similar situation resolved with VirtualBox and Solaris.</p>
]]></content:encoded>
			<wfw:commentRss>http://tempusfactor.com/2009/08/mounting-usb-printers-under-virtualbox-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: tempusfactor.com @ 2012-02-05 21:26:59 -->
