Hallo,
Andrew hat gesagt: // Andrew wrote:

> here is my problem .. when I type
> /sbin/modprobe snd-emu10k1;/sbin/modprobe snd-pcm-oss;/sbin/modprobe 
> snd-mixer-oss;/sbin/modprobe snd-seq-oss
> and then type
> alsamixer
> I can adjust the speaker volume on all four speakers and the subwoofer 
> that is hooked up to my soundblaster live value sound card.. and the 
> music sounds fine.
> 
> but if i reboot and then run an audio player to play mp3's (my mp3's) it 
> says unable to play audio or something like that.. but if i retype
> /sbin/modprobe snd-emu10k1;/sbin/modprobe snd-pcm-oss;/sbin/modprobe 
> snd-mixer-oss;/sbin/modprobe snd-seq-oss
> and then rerun alsamixer i can get the 4 speakers and sub working again. 
>  on a hunch i believe that another sound program is 'initializing' the 
> sound card at boot time, but i could be wrong.
> at alt.os.linux.redhat i posted this problem and someone said that 
> putting the modprobe lines into my /etc/modules.conf might help, but i 
> don't think it would help.  because yes that should initialize the 
> soundcard properly .. but what about the alsamixer? 

Mixer settings need to be restored "manually". Run alsamixer and then
use
$ alsactl store
and
$ alsctl restore
as root to store or restore the settings. It is best if you let the
"alsasound" init script do this work.  It's in alsa-driver/utils/

Also you should set up modules.conf correctly. You can use "alsaconf"
from the driver package's utils dir for this (easiest method) or do it
by hand following the instructions on alsa-project.org/alsa-doc/ for
your card.

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to