From owner-freebsd-emulation@FreeBSD.ORG Sat Jun 17 10:01:38 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A01A316A474 for ; Sat, 17 Jun 2006 10:01:38 +0000 (UTC) (envelope-from lmendez19@austin.rr.com) Received: from ms-smtp-04.texas.rr.com (ms-smtp-04.texas.rr.com [24.93.47.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5625E43D45 for ; Sat, 17 Jun 2006 10:01:37 +0000 (GMT) (envelope-from lmendez19@austin.rr.com) Received: from [192.168.0.11] (cpe-67-9-160-120.austin.res.rr.com [67.9.160.120]) by ms-smtp-04.texas.rr.com (8.13.6/8.13.6) with ESMTP id k5HA1Zg8019035 for ; Sat, 17 Jun 2006 05:01:36 -0500 (CDT) From: Lonnie Mendez To: freebsd-emulation@freebsd.org In-Reply-To: <200606171239.08151.mirya@matrix.ua> References: <200606171239.08151.mirya@matrix.ua> Content-Type: text/plain Date: Sat, 17 Jun 2006 05:01:33 -0500 Message-Id: <1150538493.17974.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: qemu + usb forwarding X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 10:01:38 -0000 On Sat, 2006-06-17 at 12:39 +0300, Kyryll A Mirnenko aka Mirya wrote: > according to the docs usb host to guest qemu forwarding works for linux but > some month ago AFAIK it was ported to FreeBSD. > I have: > > $ usbdevs -dv > ... > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > uhub0 > port 1 powered > port 2 addr 2: full speed, power 500 mA, config 1, Sony Ericsson K750 > (0xd016), Sony Ericsson(0x0fce), rev 0.00 > umass0 > ... > > and trying to forward it likewise it's described for linux in docs: > > $ qemu ... -usb -usbdevice host:d016:0fce > > but qemu reports no such device is found. > Plz, tell me where i'm wrong here Aren't the values being passed backwards? It's in format host:VendorID:ProductID