Sound volume issue under FC1

Place to discuss Fedora and/or Red Hat

Sound volume issue under FC1

Postby Membrax » Wed Dec 24, 2003 7:07 am

Hi all,

even using aumix, adjusting volume and saving it, when my system has been rebooted, the parameters are lost and each time I boot up my FC1 System I need to readjust the volume & PCM sound level.

... any tip ? Where are saved those parameters ?
Membrax
scripter
scripter
 
Posts: 99
Joined: Tue Oct 21, 2003 2:04 pm
Location: 50'48''N - 4'21''E

Postby Void Main » Wed Dec 24, 2003 8:07 am

My machine has this set up automatically for me (at least I don't recall manually adding it) to load/save the settings at module load/unload time at the end of the /etc/modules.conf file:

Code: Select all
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :


of if you are using ALSA:

Code: Select all
post-install snd-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || :
pre-remove snd-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || :
User avatar
Void Main
Site Admin
Site Admin
 
Posts: 5705
Joined: Wed Jan 08, 2003 5:24 am
Location: Tuxville, USA

Postby Membrax » Fri Jan 02, 2004 7:34 am

I'm afraid I'll dare to ask the most stupid question of this whole forum :
... how do I know if I'm using ALSA or something else ?

Please don't blame me, I prefer to ask instead of making like I've understood everything. :oops:
Membrax
scripter
scripter
 
Posts: 99
Joined: Tue Oct 21, 2003 2:04 pm
Location: 50'48''N - 4'21''E

Postby Membrax » Sun Jan 04, 2004 11:27 am

Code: Select all
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :


YEP !
I've put that one in the conf file AND EVERYTHING IS FINE NOW !

Thx again !!!
Cheers !
Membrax
scripter
scripter
 
Posts: 99
Joined: Tue Oct 21, 2003 2:04 pm
Location: 50'48''N - 4'21''E


Return to Fedora/Red Hat

Who is online

Users browsing this forum: No registered users and 1 guest

cron