From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 10 10:19:21 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91370106564A; Sun, 10 Apr 2011 10:19:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id E50D68FC0A; Sun, 10 Apr 2011 10:19:20 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=Vlw5OJcoxCC473z5moizI40ESYe+BpcMN2hU0iQoJwI= c=1 sm=1 a=IU0TiZmyZPMA:10 a=wVaBuWrHDgcA:10 a=WQU8e4WWZSUA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=6I5d2MoRAAAA:8 a=8kQB0OdkAAAA:8 a=jXy3Ys3t-F8d-7CnRZMA:9 a=PUjeQqilurYA:10 a=SV7veod9ZcQA:10 a=9aOQ2cSd83gA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mailfe01.swip.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 X-TFF-CGPSA-Version: 1.7 X-T2-CGPSA-Filter: Scanned Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 112632489; Sun, 10 Apr 2011 12:19:18 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org, Thierry Thomas Date: Sun, 10 Apr 2011 12:18:20 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <201104101010.p3AAAEQ6022759@freefall.freebsd.org> In-Reply-To: <201104101010.p3AAAEQ6022759@freefall.freebsd.org> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201104101218.20686.hselasky@c2i.net> Cc: Subject: Re: kern/152622: [pcm] uaudio recording problem 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: Sun, 10 Apr 2011 10:19:21 -0000 On Sunday 10 April 2011 12:10:14 Thierry Thomas wrote: > The following reply was made to PR kern/152622; it has been noted by GNATS. > > From: Thierry Thomas > To: Hans Petter Selasky , > FreeBSD-gnats-submit@FreeBSD.org > Cc: freebsd-multimedia@freebsd.org, bug-followup@freebsd.org > Subject: Re: kern/152622: [pcm] uaudio recording problem > Date: Sun, 10 Apr 2011 12:03:29 +0200 > > On Sun 10 avr 11 at 9:00:31 +0200, Hans Petter Selasky > > wrote: > > Hi, > > Hello, > > > Compile kernel with "options USB_DEBUG". > > > > Re-plug device after setting: > > > > sysctl hw.usb.uaudio.debug=15 > > > > Upload dmesg. > > Here is it: > It looks like your recording device does not have a volume control. If you: dd if=/dev/dsp1.0 of=/dev/dsp0.0 bs=64 Do you then hear anything? --HPS