Re: Volume Control Hell
From: Amadeus W.M. (amadeus84_at_sbcglobal.net)
Date: 05/24/04
- Previous message: Rui Miguel Seabra: "Re: Slashdotted - XP dual boot issue"
- In reply to: Brian Hartman: "Volume Control Hell"
- Next in thread: Brian Hartman: "Re: Volume Control Hell"
- Reply: Brian Hartman: "Re: Volume Control Hell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: fedora-list@redhat.com Date: Sun, 23 May 2004 19:14:41 -0400
On Sun, 23 May 2004 13:02:30 -0400, Brian Hartman wrote:
> Hi, Everyone.
>
> Every time I start up Fedora Core 2, it starts with all the volume
> meters muted. I have to go into Volume Control and reset them all
> again. Is there a way to *save* the levels so I don't have to go
> through this every time?
I have this in /etc/modprobe.conf
alias snd-card-0 snd-ens1371
install snd-ens1371 /sbin/modprobe --ignore-install snd-ens1371 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-ens1371 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ens1371
The "install" part restores the volume settings upon loading of the
sound modules. The "remove" part saves the settings upon unloading
of the modules. That's for my SB card.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Rui Miguel Seabra: "Re: Slashdotted - XP dual boot issue"
- In reply to: Brian Hartman: "Volume Control Hell"
- Next in thread: Brian Hartman: "Re: Volume Control Hell"
- Reply: Brian Hartman: "Re: Volume Control Hell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|