From owner-freebsd-usb@FreeBSD.ORG Fri Nov 20 07:57:35 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88E8E106566B; Fri, 20 Nov 2009 07:57:35 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id E0DFD8FC12; Fri, 20 Nov 2009 07:57:34 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=RERtC8nhXGhYvIZhK0yWrQ==:17 a=D6vttyiutRLohbYLh60A:9 a=S8s5VBqkxFb5ddkUUkUJQ2zMjrgA:4 Received: from [90.149.203.35] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1333813656; Fri, 20 Nov 2009 08:57:32 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Andrew Thompson Date: Fri, 20 Nov 2009 08:59:04 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <20091120052059.GE36142@magus.portal.sigil.org> In-Reply-To: <20091120052059.GE36142@magus.portal.sigil.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911200859.05532.hselasky@c2i.net> Cc: Subject: Re: uaudio recording problem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 07:57:35 -0000 On Friday 20 November 2009 06:21:01 Richard Kolkovich wrote: > I'm trying to get my Logitech Quickcam microphone working. When I try to > record, I get nothing but the following in dmesg: > > pcm5: chn_read(): pcm5:virtual:dsp5.vr0: record interrupt timeout, channel > dead > > Here's dmesg after adding/kldloading: > > ugen3.9: at usbus3 > uaudio0: > on usbus3 uaudio0: No playback! > uaudio0: Record: 16000 Hz, 1 ch, 16-bit S-LE PCM format > uaudio0: No midi sequencer > pcm5: on uaudio0 > > Running 8.0-RC1 on amd64. This also occurs on my laptop running 8.0-BETA3 > on i386. Any clues? Hi, This issue has been fixed in USB P4, but the changes have not been committed to FreeBSD yet. --HPS