From owner-freebsd-usb@FreeBSD.ORG Mon May 10 19:44:37 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8624A1065675 for ; Mon, 10 May 2010 19:44:37 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 18A958FC13 for ; Mon, 10 May 2010 19:44:36 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=e3FK4mahyHowwrcPRt4A:9 a=D-XQbHWfD-ZgJpkmMg6oGboGC98A:4 a=PUjeQqilurYA:10 a=xyVnDMisE_oA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1387676646; Mon, 10 May 2010 21:44:35 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 10 May 2010 21:41:49 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <20100510172742.GA3405@magus.portal.sigil.org> In-Reply-To: <20100510172742.GA3405@magus.portal.sigil.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201005102141.49615.hselasky@c2i.net> Cc: Subject: Re: snd_uaudio recording not working 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: Mon, 10 May 2010 19:44:37 -0000 On Monday 10 May 2010 19:27:42 Richard Kolkovich wrote: > I just updated to current RELENG_8 yesterday, and I'm having an issue with > my USB mic (Logitech QuickCam). Whereas it no longer does what it used to > (http://lists.freebsd.org/pipermail/freebsd-usb/2009-November/007800.html), > the recorded sounds come out as some garbled buzzing noises. Nothing in > dmesg or /var/log/messages about it. > > When I do 'release' the device, though, I have to reboot. I'm testing in > Skype with the call test. Once I hang up the call, Skype is frozen (pegged > at 100% CPU, too), and my audio subsystem is in some borked state. I can > still play music (through my onboard mixer device), but I can't kill Skype > or cat /dev/sndstat. Here's the dmesg: > > uaudio0: > on usbus7 uaudio0: No playback! > uaudio0: Record: 16000 Hz, 1 ch, 16-bit S-LE PCM format > uaudio0: No midi sequencer > pcm5: on uaudio0 Hi, Try to enable USB audio debugging: sysctl hw.usb.uaudio.debug=15 I can you dump the config and device descriptor of your device with usbconfig? > Any clues as to what is wrong? Thanks, Also see the other sysctls under hw.usb.uaudio --HPS