From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 22:09:52 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 96CEE16A4CE for ; Wed, 2 Feb 2005 22:09:52 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CBBE43D55 for ; Wed, 2 Feb 2005 22:09:52 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from [192.168.1.239] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050202220951i9100k4tm1e>; Wed, 2 Feb 2005 22:09:51 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Wed, 2 Feb 2005 17:09:49 -0500 User-Agent: KMail/1.7.2 References: <200502022105.j12L5w9Z027219@mail-core.space2u.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502021709.50302.FreeBSD@insightbb.com> cc: Tom Huppi cc: Joachim Dagerot 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 22:09:52 -0000 On Wednesday 02 February 2005 04:44 pm, Tom Huppi wrote: > 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?) > I don't know how you could do it automagically, but when you want to save the settings, you could: echo -n "mixer " > mixer.def && mixer -s >> mixer.def then do a chmod +x mixer.def and then load default setting by invoking ./mixer.def HTH -- i386 FreeBSD 4.11-STABLE