PDA

View Full Version : Sound settings not remembered.


Jessehk
2005-06-22, 07:51 PM CDT
Everytime I reboot, the volume is set to 0, and certain things are muted.

Furthermore, even if I adjust the volume, I cannot hear anything untill the soundcard test, at which time everything works perfectly.

No matter what I do ( I have even tried saving sessions ), the settings are forgotten, and I have to start at sqaure one every time.

any ideas?

thanks :)

Jessehk
2005-06-22, 08:33 PM CDT
Sorry, forgot to add.

I am using FC 4 with GNOME

owakroeger
2005-06-22, 08:38 PM CDT
What sound card are you using? Is it the ONLY sound card on your system? If you have a built in sound card, as I do, and an additional sound card, you may have to disable the built-in sound card in BIOS, and then re-configure your sound settings for them to be remembered.
owa

mellis95
2005-06-23, 07:50 AM CDT
Do this as root. Should fix it right up. (at least it did for me)

# MAKEDEV -d /etc/udev/devices/ sound

Jessehk
2005-06-23, 08:47 AM CDT
I also have integrated sound.
I'll disable it in BIOS and see what happens.

When you say re-configure my sound settings, what do you mean?

Also, that didn't work mellis95 :(

Jessehk
2005-06-23, 09:11 AM CDT
Okay, I disabled the integrated Sound in BIOS, and restarted .

The same problem occurs.
The settings are not remembered.

Anyone?

thanks :)

Jessehk
2005-06-23, 04:33 PM CDT
bumpedy bump bump

anyone? :)

friez
2005-06-23, 04:56 PM CDT
add this /usr/bin/amixer set Master 50 unmute >/dev/null 2>&1
/usr/bin/amixer set PCM 50 unmute >/dev/null 2>&1
/dev/null /usr/bin/amixer set CD 50 unmute >/dev/null 2>&1
to /etc/rc.local

Jessehk
2005-06-23, 05:18 PM CDT
Wow, thanks friez. It worked perfectly.

friez
2005-06-23, 05:21 PM CDT
:D no problem :cool: