You are not logged in.
Pages: 1
When I log into Gnome my sound is always set to 0 and it is muted. gnome-volume-manager is in my session startup but I always have to unmute and raise the volume each time. Is there something I can do keep my volume up?
Knowledge is power
Offline
I don't know how gnome handles things, but I had a similar issue on my lappy kde and kmix, and adding alsa to my daemons array fixed the issue. I'm not sure why I was having the problem, and honestly just saw this suggestion in a search I did here in the forums so this may or may not be "the right way."
Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein
Offline
adding alsa to my daemons array fixed the issue.
How do I do that
Knowledge is power
Offline
Just open the file /etc/rc.conf with a editor you like. For example nano:
# nano -w /etc/rc.conf
Note the root prompt!
At the bottom of the document you see a line that looks like this: (Maybe more or less daemons added)
DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond sshd !vsftpd mysqld cherokee alsa xinetd mpd urxvtd)
Just add alsa to your list and save the file. (Strg+O with nano)
After reboot your mixer settings should be remembered now.
I did and do not use gnome or kde but I think that gnome has its own way to handle mixer settings, doesn't it?
Hail to the thief!
Offline
I use gnome, and I had to add alsa to the daemons list.
there's no place like ~/
Offline
I set my volume, and then did this:
alsactl store
and then added alsa to the daemons list in rc.conf
Worked for me, maybe that's an extra unneeded step.
Offline
Thank you. Let me try that and I will give you feedback.
Knowledge is power
Offline
When you have alsa in the daemons array in rc.conf it automagicaly does a alsactl store at shutdown.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
When you have alsa in the daemons array in rc.conf it automagicaly does a alsactl store at shutdown.
Yes, it does, but I was under the impression that you were supposed to run the command once before the first restart/shutdown after adding alsa to the daemons list so that it would store the settings for sure. Again, maybe I'm wrong, but I was trying to be helpful. It's what I read to do on the wiki back in the day.
Offline
Thanks guys it worked. I now have my Gnome sounds and I can play my XMMS music. I am trying to do the same thing on my Debian sid install but I can either Gnome sound or XMMS not both.
Knowledge is power
Offline
Pages: 1