From owner-freebsd-multimedia@FreeBSD.ORG Sun Jul 20 15:26:34 2008 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 78AB71065682 for ; Sun, 20 Jul 2008 15:26:34 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 1465E8FC2C for ; Sun, 20 Jul 2008 15:26:33 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=GYE3anpXaPYA:10 a=kdeAUq2lfo-FPCL8EIwA:9 a=UxwUF6HxEJee13OkibkA:7 a=U424gWMRW5Hs5F-xAjuJcqK7-KkA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.4b) with ESMTPA id 912637787; Sun, 20 Jul 2008 17:26:31 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Sun, 20 Jul 2008 17:28:10 +0200 User-Agent: KMail/1.9.7 References: <20080720205545.6f5aa85c@ayiin> In-Reply-To: <20080720205545.6f5aa85c@ayiin> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807201728.11265.hselasky@c2i.net> Cc: Subject: Re: Logitech USB Headset, mic not detected 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, 20 Jul 2008 15:26:34 -0000 On Sunday 20 July 2008, Norberto Meijome wrote: > Hi everyone, > > I have a USB Logitech headset (it says A-0374A @ the back ). It has a > microphone , works ok with XP + OSX. > > I am running 7.0-STABLE (kernel + world from yesterday). > > uaudio0: > on uhub0 uaudio0: ignored input endpoint of type adaptive > uaudio0: audio rev 1.00 > pcm1: on uaudio0 > uhid0: > on uhub0 > > and /dev/sndstat has > > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at memory 0xb0000000 > irq 16 kld snd_hda [20071129_0050] [MPSAFE] (1p:10v/1r:6v channels duplex > default) pcm1: at ? kld snd_uaudio [GIANT] (1p:1v/0r:0v > channels) mode 1:(output) 2ch, 16/16bit, pcm, > 8000,11025,22050,44100,48000Hz mode 2:(output) 1ch, 16/16bit, pcm, > 8000,11025,22050,44100,48000Hz > > ( headset = pcm1). It works fine as output, but from what can be seen in > /dev/sndstat, 2 output modes are detected. I think mode 2 should be input > (as obviously stereo works fine , so it's mode 1). > > Any pointers on how to get this working ? > Probably the recording uses ASYNC isochronous type. There are some quirks for this. --HPS