From owner-freebsd-hackers Fri Oct 12 1:39:27 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id E922037B409 for ; Fri, 12 Oct 2001 01:39:22 -0700 (PDT) Received: (qmail 81032895 invoked by uid 0); 12 Oct 2001 08:39:21 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 12 Oct 2001 08:39:21 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9C8dIr87058; Fri, 12 Oct 2001 10:39:18 +0200 (CEST) (envelope-from root) Message-Id: <200110120839.f9C8dIr87058@gits.dyndns.org> Subject: Re: My contributions to the close a PR campaign In-Reply-To: <15302.12256.96805.125719@guru.mired.org> To: Mike Meyer Date: Fri, 12 Oct 2001 10:39:17 +0200 (CEST) Cc: hackers@freebsd.org, chuckr@freebsd.org, chris@freebsd.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Meyer wrote: > Cyrille Lefevre types: > > Mike Meyer wrote: > > [snip] > > > conf/21722 The mixer settings are lost on system reboot. > > > > > > This should probably be closed due to the work being done on the > > > NetBSD rc system. The same functionality can be provided as a port, > > > which is probably better anyway. I'll do that if this one gets closed. > > > > much better is to keep it, at least to remember that something like > > that have to be done. > > I'm not convinced it needs to be done. It's not really a critical > feature, and very few people seem to miss it. It makes a lot more a simple alternative (the one I use) is to add someting like this to /etc/defaults/rc.conf : mixer="NO" # soundcard mixer values (or NO). /etc/rc.conf : mixer="vol 100 pcm 25 speaker 50 line 0" and /etc/rc.syscons : case ${mixer} in [Nn][Oo] | '') ;; *) echo -n ' mixer'; mixer ${mixer} > /dev/null 2>&1 ;; esac Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message