From owner-freebsd-questions@FreeBSD.ORG Sun Dec 9 03:40:28 2007 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 17C7316A417 for ; Sun, 9 Dec 2007 03:40:28 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from ape.monkeybrains.net (ape.monkeybrains.net [208.69.40.11]) by mx1.freebsd.org (Postfix) with ESMTP id 0497F13C457 for ; Sun, 9 Dec 2007 03:40:27 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from monchichi.monkeybrains.net (adsl-75-36-249-166.dsl.pltn13.sbcglobal.net [75.36.249.166]) (authenticated bits=0) by ape.monkeybrains.net (8.14.1/8.14.1) with ESMTP id lB93eR95067910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 8 Dec 2007 19:40:27 -0800 (PST) (envelope-from crapsh@monkeybrains.net) Message-ID: <475B63D7.9010907@monkeybrains.net> Date: Sat, 08 Dec 2007 19:41:11 -0800 From: Rudy User-Agent: Thunderbird 2.0.0.9 (X11/20071122) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on pita.monkeybrains.net X-Virus-Status: Clean Subject: How do I use my USB microphone and motherboard audio out? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2007 03:40:28 -0000 I want to use the "audacity" port to record sound and play it back. I don't have a mini-jack microphone, but I have a USB microphone. The system tries to record from the motherboard sound card (which does not have a microphone attached). If I run this command: sysctl hw.snd.default_unit=1 audacity will not start because my dsp1 does not have any out. here is the output of /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at memory 0xfe024000 irq 21 kld snd_hda [20071129_0050] [MPSAFE] (1p:1v/1r:1v channels duplex default) pcm1: at ? kld snd_uaudio [GIANT] (0p:0v/1r:1v channels) mode 1:(input) 1ch, 16/16bit, pcm, 8000,11025,22050,44100,48000Hz I am using: FreeBSD 7.0-BETA4 For other with a similar situation: this command: kldload snd_uaudio get FreeBSD to recognize your Logitech USB microphone (from the Playstation). - RUdy