From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 13 17:47:34 2004 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 C7D8E16A4CE for ; Mon, 13 Sep 2004 17:47:34 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5149B43D45 for ; Mon, 13 Sep 2004 17:47:34 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 9DAAC1674EA; Mon, 13 Sep 2004 19:47:33 +0200 (CEST) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i8DHlUgV061930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Sep 2004 19:47:32 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) Message-ID: <4145DD31.601@gmx.net> Date: Mon, 13 Sep 2004 19:47:29 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en, de-de MIME-Version: 1.0 To: "Ben H." References: <20040913163803.42879.qmail@web41609.mail.yahoo.com> In-Reply-To: <20040913163803.42879.qmail@web41609.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: freebsd-multimedia@freebsd.org Subject: Re: Audacity port on 5.3-BETA3 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, 13 Sep 2004 17:47:34 -0000 Ben H. wrote: > The listed device in the properties of Audacity is > something called: /dev/dsp > > I am suspecting this is wrong because my sound card is: > /dev/pcm0 or /dev/csa (it is using crystal card chip set) /dev/dsp is correct. Do 'cat /dev/sndstat' to learn what devices your sounddriver provides. If you can't record anything, make sure you have selected the correct line-in as the record source in your favourite mixer application and also make sure that you have the record-gain mixer turned up (usually called 'rec').