From owner-freebsd-questions@FreeBSD.ORG Fri Mar 2 12:31:57 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 851C31065739 for ; Fri, 2 Mar 2012 12:31:57 +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 30AD68FC22 for ; Fri, 2 Mar 2012 12:31:56 +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 9F0C85C22 for ; Fri, 2 Mar 2012 22:45:25 +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 E2AE55C2B for ; Fri, 2 Mar 2012 22:45:24 +1000 (EST) Message-ID: <4F50BC8E.207@herveybayaustralia.com.au> Date: Fri, 02 Mar 2012 22:26:54 +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> <4F50139F.6050203@herveybayaustralia.com.au> <4F50BA9F.3040502@myfairpoint.net> In-Reply-To: <4F50BA9F.3040502@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 12:31:57 -0000 On 03/02/12 22:18, sean wrote: > On 03/01/12 19:26, Da Rock wrote: >> Which mixer? Check `ls /dev/mixer*`, and use `mixer -f >> /dev/mixer > I did not realize there was more than one mixer. > Anyway, here are my results to the commands above. > tardis# ls /dev/mixer* > /dev/mixer0 /dev/mixer1 > tardis# mixer > Mixer vol is currently set to 91:91 > Mixer pcm is currently set to 97:97 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 97:97 > Mixer cd is currently set to 91:91 > Mixer rec is currently set to 100:100 > Mixer igain is currently set to 0:0 > Mixer ogain is currently set to 50:50 > Mixer line1 is currently set to 75:75 > Mixer phin is currently set to 0:0 > Mixer phout is currently set to 0:0 > Recording source: mic > tardis# mixer1 > mixer1: Command not found. > tardis# mixer -f /dev/mixer > Mixer vol is currently set to 91:91 > Mixer pcm is currently set to 97:97 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 97:97 > Mixer cd is currently set to 91:91 > Mixer rec is currently set to 100:100 > Mixer igain is currently set to 0:0 > Mixer ogain is currently set to 50:50 > Mixer line1 is currently set to 75:75 > Mixer phin is currently set to 0:0 > Mixer phout is currently set to 0:0 > Recording source: mic Somehow I think you've misunderstood what I said. Just post the output of `mixer -f /dev/mixer1`. I think you will find your answer there. The default mixer (/dev/mixer0) is your soundcard, and this will be the basis of `mixer` and `mixer -f /dev/mixer`; the other will probably be the webcam audio ports- to verify this, it will only show recording tunables. You can adjust the levels similarly, and you should be able to get a result from that.