You are not logged in.
Pages: 1
to get my sound working under gnome i just added myself to the audio group and now the sound works.
but everytime i restart gnome the volume control isn't stored but is set to 0 instead (same for xmms).
how can i get them to store the volumes?
Offline
add alsa to your daemons() array in /etc/rc.conf. That will save/restore volume levels during power down/reboot.
Offline
Take a look at the Wiki
Arch GNU/Linux 0.7.1 (Noodle)
Linux 2.6.14-archck1
Offline
Maybe
alsactl restore
in /etc/rc.local?
Offline
Maybe
alsactl restore
in /etc/rc.local?
Easyest way is:
$ alsamixer
*put your volumes in*
$su
# alsactl store
then put alsa in the daemons array in rc.conf
that should do the trick
http://www.linuxportalen.com -> Linux Help portal for Linux and ArchLinux (in swedish)
Dell Inspiron 8500
Kernel 2.6.14-archck1 (selfcompiled)
Enlightenment 17
Offline
Pages: 1