[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: alsa and no sound



From: Mike <mike redtux demon co uk>
>On Sat, 2003-08-02 at 04:58, Gerald Henriksen wrote:
>> By default alsa mutes the inputs and outputs on a soundcard and you
>> must use alsamixer to unmute them (m key) as well as increase the
>> level as necessary.
>thanks
> 
> now - any idea how to stop it doing it?

How is:

post-install sound-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || :
pre-remove sound-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || :

in modules.conf

I think that covers what you want.

Joel




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]