PDA

View Full Version : ALSA -muted on startup


desertwind
25-10-2005, 01:52 PM
I'm using FC4. Me have an nforce Audio using ALSA drivers. Off late, my computer starts with my speakers muted. Every time i've to unmute Master and PCM volume. This is really annoying.

I've added the following lines to /etc/modprobe.conf
install snd-intel8x0 /sbin/modprobe --ignore-install sound-slot-0 && {/usr/sbin/alsactl restore >/dev/null 2>&1 || : }

remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0

But that didn't help

praka123
25-10-2005, 04:40 PM
Did u try saving the volume by
'alsactl store'? alsa utils should be installed for this...
see this links may ti helps :wink:
http://lists.atrpms.net/pipermail/atrpms-users/2005-July/003462.html

http://music.columbia.edu/pipermail/linux-audio-user/2004-April/011329.html
--u can google it always...

vignesh
25-10-2005, 05:08 PM
I had a bit different problem.KDemixer used to startup when Fc4 booted.

desertwind
25-10-2005, 09:21 PM
Did u try saving the volume by
'alsactl store'? alsa utils should be installed for this...
see this links may ti helps :wink:
That's what i've done.
http://lists.atrpms.net/pipermail/atrpms-users/2005-July/003462.html
This one helped.
http://music.columbia.edu/pipermail/linux-audio-user/2004-April/011329.html
This is nonsense. The syntax for modprobe is quite different. there is no pre-remove or post-install commands.

praka123
26-10-2005, 01:46 AM
@desertwind got ur ALSA problem solved?

prakash kerala wrote:
http://music.columbia.edu/pipermail/linux-audio-user/2004-April/011329.html

Yep that is for debian
hmm...nobody is using debian?this is One gr8est DIstro. :)

desertwind
26-10-2005, 02:12 AM
yes. but not in a manner i expected. i followed the steps in the first link given by you. and it worked fine. It starts sound server at boot time.