From owner-freebsd-questions@FreeBSD.ORG Wed Jan 29 13:02:36 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6894592C for ; Wed, 29 Jan 2014 13:02:36 +0000 (UTC) Received: from man.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2078F160E for ; Wed, 29 Jan 2014 13:02:35 +0000 (UTC) Received: from man.dat.pl (localhost [127.0.0.1]) by man.dat.pl (Postfix) with ESMTP id C0AE3CF1DAA; Wed, 29 Jan 2014 14:02:34 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from man.dat.pl ([127.0.0.1]) by man.dat.pl (man.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bNxh9I9e3UlD; Wed, 29 Jan 2014 14:02:32 +0100 (CET) Received: from [10.0.6.80] (unknown [212.69.68.42]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by man.dat.pl (Postfix) with ESMTPSA id 560CECEF680; Wed, 29 Jan 2014 14:02:32 +0100 (CET) Message-ID: <52E8FBE7.7040509@dat.pl> Date: Wed, 29 Jan 2014 14:02:31 +0100 From: Maciej Milewski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: James Griffin , freebsd-questions@freebsd.org Subject: Re: Webcam in-built microphone problem References: <20140128113403.GA31364@sh4-5.1blu.de> <20140128132722.GA11532@sh4-5.1blu.de> <20140128141956.GA2429@tiny-r255948> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 13:02:36 -0000 On 28.01.2014 18:13, James Griffin wrote: > On 2014-01-28, Matthias Apitz wrote: > >> If you have /dev/dsp and /dev/mixer the default file >> /compat/linux/etc/alsa/pcm/pcm-oss.conf will work; >> >> matthias >> > Ok, got Skype with microphone working. > > Had to edit the file /compat/linux/etc/alsa/pcm/pcm-oss.conf > > pcm.oss2 { > ... > device /dev/dsp2 > ... > Description " ... Webcam" > } > > ctl.oss2 { > ... > device /dev/mixer2 > ... > Description " ... Webcam" > } > > ... added to the file. So essentially adding a second copy of the text > in there with a second device number; in my case, I chose 2 because > that's what dmesg | grep uaudio showed the camera had been attached to. > > Hope that makes sense??? As long as that works fine - that makes sense :) Maciej