Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
A minor annoyance with volume level state [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
crash3k
n00b
n00b


Joined: 22 Feb 2005
Posts: 44

PostPosted: Wed Sep 27, 2006 10:06 pm    Post subject: A minor annoyance with volume level state [SOLVED] Reply with quote

Not sure what I need to do to fix this.. I built in my alsa driver into the kernel, thinking maybe alsa-utils will fix it. However my issue is simply that on reboot, Alsa doesn't save the mixer state. On boot all channels are muted and at 0.

Thx in advance.


Last edited by crash3k on Wed Sep 27, 2006 10:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Wed Sep 27, 2006 10:09 pm    Post subject: Reply with quote

If you have alsa-utils installed (sounds like you do) do you have the alsasound init script added to the boot runlevel?

EDIT: Also make sure that you have it configured to save and restore the settings.
Code:
/home/bubba $ cat /etc/conf.d/alsasound
# ENABLE_OSS_EMUL:
# Do you want to enable in-kernel oss emulation?
# no - Do not load oss emul drivers
# yes - Load oss emul drivers if they're found

ENABLE_OSS_EMUL="yes"

# RESTORE_ON_START:
# Do you want to restore your mixer settings?  If not, your cards will be
# muted.
# no - Do not restore state
# yes - Restore state

RESTORE_ON_START="yes"

# SAVE_ON_STOP:
# Do you want to save changes made to your mixer volumes when alsasound
# stops?
# no - Do not save state
# yes - Save state

SAVE_ON_STOP="yes"

_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
crash3k
n00b
n00b


Joined: 22 Feb 2005
Posts: 44

PostPosted: Wed Sep 27, 2006 10:35 pm    Post subject: Reply with quote

no i don't.. lol..

i had issues with it before when i built the module into my kernel, in that it complains it can't find the sound module to load. Obviously because there's no module.

Was this a bug? I'll emerge alsa-utils now.

EDIT: I should also note that for some reason in my last install without alsa-utils, somehow my mixer levels were being saved anyway.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Wed Sep 27, 2006 10:42 pm    Post subject: Reply with quote

You can have kernel based Alsa, but you sould configure it all as modules if you are going to use the alsasound init script. You then would need to configure /etc/modules.d/alsa appropriately.
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum