From owner-freebsd-multimedia@FreeBSD.ORG Mon May 14 15:27:20 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D71F21065674 for ; Mon, 14 May 2012 15:27:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 652F88FC27 for ; Mon, 14 May 2012 15:27:20 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 272985689; Mon, 14 May 2012 17:22:13 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org, Matthias Apitz Date: Mon, 14 May 2012 17:21:25 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-STABLE; KDE/4.4.5; amd64; ; ) References: <20120513155939.GA4313@tinyCurrent> <201205131911.18787.hselasky@c2i.net> <20120514051026.GA2711@tinyCurrent> In-Reply-To: <20120514051026.GA2711@tinyCurrent> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201205141721.25641.hselasky@c2i.net> Cc: Subject: Re: Logitech HD Webcam Pro c910 && snd_uaudio does not work X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 15:27:20 -0000 On Monday 14 May 2012 07:10:26 Matthias Apitz wrote: > El d=EDa Sunday, May 13, 2012 a las 07:11:18PM +0200, Hans Petter Selasky= =20 escribi=F3: > > Hi, > >=20 > > Maybe you can try to capture an USB trace using "usbdump -i xxx -f y -s > > 65536" under FreeBSD and compare with the output from similar utility on > > Linux. >=20 > Hi, > The system where it does not work (r214444) does not have the usbdump > utility; is there any debug in snd_uaudio to enable? > Thanks Yes, hw.usb.uaudio.debug=3D15 If compiled with USB_DEBUG set. =2D-HPS