You are not logged in.

#1 2009-12-29 13:05:59

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

(Solved) Alsa Mixer Resets

Everytime I startup Arch, all volume is low in alsa mixer and I have to change it. Any way to fix this?

Last edited by RocketLauncher (2009-12-29 13:55:40)

Offline

#2 2009-12-29 13:16:10

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: (Solved) Alsa Mixer Resets

Have you run alsactl store and added the alsa daemon to the DAEMONS= array in /etc/rc.conf?

Offline

#3 2009-12-29 13:29:00

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: (Solved) Alsa Mixer Resets

Misfit138 wrote:

Have you run alsactl store and added the alsa daemon to the DAEMONS= array in /etc/rc.conf?

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng !network netfs crond)
DAEMONS=(syslog-ng !network crond alsa)
DAEMONS=(syslog-ng !network netfs hal fam wicd !dhcdbd)

I don't know how I'm supposed to DAEMONS really

Last edited by RocketLauncher (2009-12-29 13:30:08)

Offline

#4 2009-12-29 13:35:36

danielrmt
Member
Registered: 2009-12-03
Posts: 34

Re: (Solved) Alsa Mixer Resets

if i'm not wrong, only the last daemon list is used, which in your case is:

DAEMONS=(syslog-ng !network netfs hal fam wicd !dhcdbd)

and this list does not contain alsa. this is how your daemon list should be:

DAEMONS=(syslog-ng !network netfs crond hal fam alsa wicd !dhcdbd)

Offline

#5 2009-12-29 13:55:28

RocketLauncher
Member
Registered: 2009-12-29
Posts: 19

Re: (Solved) Alsa Mixer Resets

danielrmt wrote:

if i'm not wrong, only the last daemon list is used, which in your case is:

DAEMONS=(syslog-ng !network netfs hal fam wicd !dhcdbd)

and this list does not contain alsa. this is how your daemon list should be:

DAEMONS=(syslog-ng !network netfs crond hal fam alsa wicd !dhcdbd)

There we go, that solved it thanks. I figured I was doing that wrong I just wasn't sure.

Offline

Board footer

Powered by FluxBB