ALSA -muted on startup

Status
Not open for further replies.

desertwind

Cyborg Agent
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
Code:
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

left this forum longback
Did u try saving the volume by
'alsactl store'? alsa utils should be installed for this...
see this links may ti helps :wink:
*lists.atrpms.net/pipermail/atrpms-users/2005-July/003462.html

*music.columbia.edu/pipermail/linux-audio-user/2004-April/011329.html
--u can google it always...
 
OP
desertwind

desertwind

Cyborg Agent
prakash kerala said:
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.
prakash kerala said:
*lists.atrpms.net/pipermail/atrpms-users/2005-July/003462.html
This one helped.
prakash kerala said:
*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

left this forum longback
@desertwind got ur ALSA problem solved?
prakash kerala wrote:
*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. :)
 
OP
desertwind

desertwind

Cyborg Agent
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.
 
Status
Not open for further replies.
Top Bottom