From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 21:44:41 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BDB616A4CE for ; Wed, 2 Feb 2005 21:44:41 +0000 (GMT) Received: from nuumen.pair.com (nuumen.pair.com [209.68.1.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 7918443D2D for ; Wed, 2 Feb 2005 21:44:40 +0000 (GMT) (envelope-from thuppi@nuumen.pair.com) Received: (qmail 95140 invoked by uid 55300); 2 Feb 2005 21:44:39 -0000 Date: Wed, 2 Feb 2005 16:44:37 -0500 (EST) From: Tom Huppi X-X-Sender: thuppi@nuumen.pair.com To: Joachim Dagerot In-Reply-To: <200502022105.j12L5w9Z027219@mail-core.space2u.com> Message-ID: References: <200502022105.j12L5w9Z027219@mail-core.space2u.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Getting a microphone to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 21:44:41 -0000 On Wed, 2 Feb 2005, Joachim Dagerot wrote: > I don't even know what a microphone device would be named and > how to access it. I've recently been screwing around with a few pieces of software which take input from a mic (and other) devices. The device (under FreeBSD 5.3) seems to be of the /dev/dsp[] variety. The handbook has some info about it in the 'multimedia' section as I recall. The utility mixer(8) is pretty critical in some cases. Among other things, it allows one to adjust volumes ans switch input between 'line' and 'mic' and so forth. The man page is pretty terse for someone like me who has only a vague interest in and understanding of multimedia. I got the most useful info for my purposes out of google groups searches. BTW, does anyone know off-hand how to set 'mixer' settings as default (so I would not have to re-set them after a re-boot?) Thanks, - Tom