Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 00:25:43 +0100
From:      Siegbert Baude <siegbert.baude@gmx.de>
To:        "Mark A. Hummel" <mhumm@ispchannel.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Sound Mixer Configuration Question
Message-ID:  <39FCB1F7.6F1AB0C@gmx.de>
References:  <39FC8151.1F78355F@ispchannel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Mark,

> When KDE autoboots and I login, I would like the sound mixer's master
> volume control to be at maximum, but it's not.  How can I set it up so
> it's automatically maxed when it's run?

I have in  /usr/local/etc/rc.d/mixer.sh :

#!/bin/sh -
#
#
 
echo -n ' /usr/local/etc/rc.d/rc.local initialization:'
 
        echo -n ' mixer setting'
        mixer vol 100 pcm 100 cd 100> /dev/null 2>&1 


Ciao
Siegbert


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39FCB1F7.6F1AB0C>