From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QPNdc-0006Fz-Ly for garchives@archives.gentoo.org; Wed, 25 May 2011 23:37:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A566A1C004; Wed, 25 May 2011 23:35:37 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 75C071C004 for ; Wed, 25 May 2011 23:35:37 +0000 (UTC) Received: by ywl2 with SMTP id 2so136521ywl.40 for ; Wed, 25 May 2011 16:35:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=49TRmqD7nFMLME15OYbXBClXYD1M5nKYEKbJd0whiYE=; b=N0OdzkoZD/gug4Lm/M74chFcygpk1LoWkz37fvyVb9VKId6RG/T8gL4+oPbHPfkJY6 LtZpGh27IfsMK9BDp93+rj6N6lTpAXcWdUwKqC/s5aE7sl7gZWQch7nGTOarztu7hDVX QRX1CKkd0APjUZsxPnpIpZ8+xDH4BIjTuHZUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=kuCmoP2GiXay71ZWpzTU2qWru4DPCP+p8nat2iBh/lED8e1M3jqUpN1KmzjJ2NThef jGrPVV2lZQiMTHG2aSkt1c337FJbf6VUOWwTsP0Pc8FRid25XfdIVDaV+12ba4JtMRcN lyHMdjTwXyZiO+QlSngQk2gfKRh29nKiUfmIo= Received: by 10.236.17.208 with SMTP id j56mr176713yhj.458.1306366536914; Wed, 25 May 2011 16:35:36 -0700 (PDT) Received: from [192.168.10.4] (c-68-32-248-84.hsd1.tn.comcast.net [68.32.248.84]) by mx.google.com with ESMTPS id o69sm183533yhk.40.2011.05.25.16.35.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 May 2011 16:35:35 -0700 (PDT) Message-ID: <4DDD94B7.60802@gmail.com> Date: Wed, 25 May 2011 19:45:59 -0400 From: Valmor de Almeida User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b3pre Lanikai/3.1.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] usb support in virtualbox References: <4DDD7E9E.5090202@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: ab14e9360d08a593c9d5bb3e499025d1 On 05/25/2011 06:14 PM, Mark Knecht wrote: [snip] >> >> For the record. >> >> Tried and it is very nice. The 4.0.6 version with extpack uses the GPL >> vbox (source). >> >> All usb devices on the gentoo host are visible on a Windows7 guest. The >> problem I am facing now is that the Windows7 virtual machine tries to >> install drivers for the USB devices and it fails. Not sure what is going >> on... It may be an issue with USB 1.0 versus 2.0? >> >> >> -- >> Valmor > > Hi Valmor, > Good to know it at least gets you 1 step further in the right direction. > > As for Win 7 installing USB drivers is there an option to not > install it automatically and then you go look for the right driver and > install it by hand? > > One other possibility might be that either Linux or another VM is > claiming the device and hence it's not responding correctly to the > driver install. i typically run 3 VMs every day - 2 VMPLayer/XP and 1 > virtualbox/Win 7. I've noted that I have to be a little careful to > ensure the VMs don't interfere with each other WRT USB devices. > > Good luck figuring it out. Please post back if you find interesting info. > > Cheers, > Mark > I think you are in the right track as far as a race between host and guest for claiming the device. It is not the driver installation that is the problem. The driver is installed and Windows7 says it is the latest driver. The problem is that at the end of the installation W7 tries to mount/start the device and that is when things do not work. The status of the device is listed as This device cannot start. (Code 10) There is quite a bit on the web on the "Code 10" error. Still investigating... fdisk -l on the gentoo host lists the device if the guest is not running. As soon as the guest boots, the device is not listed by fdisk -l, this means that things are at least going in the right direction. The vbox manual says that the device should be hidden from the host once the guest gets a hold of it. -- Valmor