From owner-freebsd-questions@FreeBSD.ORG Fri Mar 2 00:31:09 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA0011065672 for ; Fri, 2 Mar 2012 00:31:09 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8C28FC0C for ; Fri, 2 Mar 2012 00:31:09 +0000 (UTC) Received: from mail.unitedinsong.com.au (bell.herveybayaustralia.com.au [192.168.0.40]) by mail.unitedinsong.com.au (Postfix) with ESMTP id D7EDC5C28 for ; Fri, 2 Mar 2012 10:44:37 +1000 (EST) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.177]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 28CC45C22 for ; Fri, 2 Mar 2012 10:44:37 +1000 (EST) Message-ID: <4F50139F.6050203@herveybayaustralia.com.au> Date: Fri, 02 Mar 2012 10:26:07 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4F4FDB25.5020400@myfairpoint.net> In-Reply-To: <4F4FDB25.5020400@myfairpoint.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: USB Logitech QuickCam Ultra Vision X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2012 00:31:09 -0000 On 03/02/12 06:25, sean wrote: > Hello All, > > I am unable to get the built in mic of a Logitech QuickCam Ultra > Vision to capture sound. I have been testing it using Skype. > > -lsusb shows the logitech device. > -Device "sound" and "snd_ich" is complied into my custom kernel. > -running "FreeBSD 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Feb 20 > 04:40:40 EST 2012 amd64" > -The Skype test call produces sound and can capture video through the > camera. > -mixer show the mic at 97:97 Which mixer? Check `ls /dev/mixer*`, and use `mixer -f /dev/mixer -webcamd_enabled="YES" entered into /etc/rc.conf > > Would anyone have some ideas on what check?