From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 21 22:21:40 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3414B16A4CE for ; Mon, 21 Feb 2005 22:21:40 +0000 (GMT) Received: from fep19.inet.fi (fep19.inet.fi [194.251.242.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A9843D4C for ; Mon, 21 Feb 2005 22:21:38 +0000 (GMT) (envelope-from sakari.ellonen@pp.inet.fi) Received: from [80.223.243.81] by fep19.inet.fi with ESMTP id <20050221222137.XADC15275.fep19.inet.fi@[80.223.243.81]> for ; Tue, 22 Feb 2005 00:21:37 +0200 Message-ID: <421A6027.1030903@pp.inet.fi> Date: Tue, 22 Feb 2005 00:26:47 +0200 From: Sakari Ellonen User-Agent: Mozilla Thunderbird 0.9 (X11/20041128) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: still struggling with sound recording X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 22:21:40 -0000 The problem is I cannot record any sound on my FreeBSD 5.3 machine. I read the multimedia mailing list archives but couldn't find anything enlightening. I'll try to include all relevant information I can think of. Here's an extract from pciconf -lv emu10kx0@pci0:15:0: class=0x040100 card=0x10021102 chip=0x00041102 rev=0x04 hdr=0x00 vendor = 'Creative Labs' device = 'SoundBlaster Audigy 2 Audigy 2 Audio Processor' class = multimedia subclass = audio Here's the output of mixer, everything looks reasonable in my opinion: %mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 50:50 Mixer cd is currently set to 75:75 Mixer rec is currently set to 75:75 Mixer ogain is currently set to 50:50 Mixer line1 is currently set to 75:75 Mixer phin is currently set to 75:75 Mixer phout is currently set to 0:0 Mixer video is currently set to 75:75 Recording source: mic And here's the output of "emuctrl list in": # emuctrl list in Id Description Vol RecVol DSP Inputs in0 AC97 Codec 75:75 (75:75) in1 CD S/PDIF 75:75 (75:75) in2 Optical S/PDIF 75:75 (75:75) in4 Line-In (2) 75:75 (75:75) in5 Coaxial S/PDIF 75:75 (75:75) in6 AUX2 75:75 (75:75) Here /dev/sndstat: # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: on emu10kx0 (16p/1r/0v channels duplex default) I'm trying to record using audacity, which produces no errors, but records only silence. I've tried both "mic" and "line1" devices. No luck with Skype either. The mic works with my windows machine. So, how should I continue? best regards, Sakari Ellonen