Mike Meyer wrote:
> Cyrille Lefevre <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to