From owner-freebsd-questions@FreeBSD.ORG Fri Apr 14 20:33:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 F196316A407 for ; Fri, 14 Apr 2006 20:33:12 +0000 (UTC) (envelope-from bigby@ephemeron.org) Received: from dsl.ephemeron.org (dsl092-035-072.lax1.dsl.speakeasy.net [66.92.35.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8093243D48 for ; Fri, 14 Apr 2006 20:33:12 +0000 (GMT) (envelope-from bigby@ephemeron.org) Received: from home.ephemeron.org (root@home.fake.net [10.0.2.3]) by dsl.ephemeron.org (8.12.11/8.12.11) with ESMTP id k3EKXCrr016198; Fri, 14 Apr 2006 13:33:12 -0700 (PDT) (envelope-from bigby@ephemeron.org) Received: from home.ephemeron.org (bigby@localhost [127.0.0.1]) by home.ephemeron.org (8.13.4/8.13.4) with ESMTP id k3EKXBhl092353; Fri, 14 Apr 2006 13:33:12 -0700 (PDT) (envelope-from bigby@ephemeron.org) Received: from localhost (bigby@localhost) by home.ephemeron.org (8.13.4/8.13.4/Submit) with ESMTP id k3EKXBEh092350; Fri, 14 Apr 2006 13:33:11 -0700 (PDT) (envelope-from bigby@ephemeron.org) X-Authentication-Warning: home.ephemeron.org: bigby owned process doing -bs Date: Fri, 14 Apr 2006 13:33:11 -0700 (PDT) From: Bigby Findrake To: David J Brooks In-Reply-To: <200604141441.20388.daeg@houston.rr.com> Message-ID: <20060414133246.A81702@home.ephemeron.org> References: <200604141441.20388.daeg@houston.rr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: persistent mixer volume levels 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: Fri, 14 Apr 2006 20:33:13 -0000 On Fri, 14 Apr 2006, David J Brooks wrote: > What is the preferred method for making mixer volume levels persistent? As it > stands now my sounds levels are dropped to about 75% after each reboot. I suppose preferred would depend on what your priorities are. If you change the kernel source, it would be hard for you to change those defaults later, as opposed to making a startup script in /usr/local/etc/rc.d. If you want to set the kernel defaults, they appear to be in mixer.c (find /usr/src/sys -name mixer.c -print) in snd_mixerdefaults. /-------------------------------------------------------------------------/ The opinions above are solely those of a 12 year old hacker who has broken into my account, and not those of my employer or any other organization. finger://bigby@ephemeron.org http://www.ephemeron.org/~bigby/ irc://irc.ephemeron.org/#the_pub news://news.ephemeron.org/alt.lemurs /-------------------------------------------------------------------------/