From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 10 07:20:12 2011 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C099B1065670 for ; Sun, 10 Apr 2011 07:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B0AAB8FC18 for ; Sun, 10 Apr 2011 07:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3A7KC2k046049 for ; Sun, 10 Apr 2011 07:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3A7KCj7046048; Sun, 10 Apr 2011 07:20:12 GMT (envelope-from gnats) Date: Sun, 10 Apr 2011 07:20:12 GMT Message-Id: <201104100720.p3A7KCj7046048@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: kern/152622: [pcm] uaudio recording problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2011 07:20:12 -0000 The following reply was made to PR kern/152622; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org, Thierry Thomas Cc: bug-followup@freebsd.org Subject: Re: kern/152622: [pcm] uaudio recording problem Date: Sun, 10 Apr 2011 09:00:31 +0200 On Saturday 09 April 2011 15:30:18 Thierry Thomas wrote: > The following reply was made to PR kern/152622; it has been noted by GNATS. > > From: Thierry Thomas > To: FreeBSD-gnats-submit@FreeBSD.org > Cc: bug-followup@FreeBSD.org, laddassm@gmail.com > Subject: Re: kern/152622: [pcm] uaudio recording problem > Date: Sat, 9 Apr 2011 15:03:05 +0200 > > Hello, > > Same problem here with a webcam Logitech C270: the image is fine with > webcamd / pwcview, but the microphone is ignored. > > Some details, hoping that could help: Hi, Compile kernel with "options USB_DEBUG". Re-plug device after setting: sysctl hw.usb.uaudio.debug=15 Upload dmesg. --HPS