From owner-freebsd-multimedia@freebsd.org Fri Aug 12 22:06:00 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 210DBBB8712 for ; Fri, 12 Aug 2016 22:06:00 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0A50127B; Fri, 12 Aug 2016 22:05:59 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 29DF61FE022; Sat, 13 Aug 2016 00:05:58 +0200 (CEST) Subject: Re: webcam Logitech C920 on virtualbox guest machine To: =?UTF-8?B?T3RhY8OtbGlv?= , vbox@FreeBSD.org, freebsd-multimedia@freebsd.org References: <66c06dad-3a5e-54f8-2903-79d7a5601c8a@bsd.com.br> From: Hans Petter Selasky Message-ID: <11506bcf-032a-277e-4860-05103bab1042@selasky.org> Date: Sat, 13 Aug 2016 00:10:23 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <66c06dad-3a5e-54f8-2903-79d7a5601c8a@bsd.com.br> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2016 22:06:00 -0000 On 08/12/16 21:36, Otacílio wrote: > Dears > > I have two guest machines on virtualbox 5.0.26: > > FreeBSD xareu 10.3-RELEASE-p4 FreeBSD 10.3-RELEASE-p4 #0: Sat May 28 > 09:52:35 UTC 2016 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > virtualbox-ose-additions-4.3.38 VirtualBox additions for FreeBSD guests > > and > > FreeBSD nostromo 11.0-BETA4 FreeBSD 11.0-BETA4 #0 r303759: Fri Aug 5 > 02:26:47 UTC 2016 > root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > virtualbox-ose-additions-5.0.26 VirtualBox additions for FreeBSD guests > > > On both machines when I'm using USB 3.0 xHCI for USB support and plug my > webcam C920 I get > > usb_alloc_device: Failure selecting configuration index > 0:USB_ERR_STALLED, port 1, addr 1 (ignored) > ugen0.2: at usbus0 > > and no /dev/video0 > > but, on both machines, when I'm using USB 2.0 EHCI for USB support and > plug my webcam C920 I get > Are there any VM debug logs showing USB errors? It is likely an emulation problem. --HPS