hi,
I am having trouble maintaining my sound configuration with the ALSA drivers (on Etch):
every time I boot I need to do the following:
zabala@terra:/usr/share/alsa-base$ sudo ./snddevices
zabala@terra:/usr/share/alsa-base$ sudo alsaconfig
zabala@terra:/usr/share/alsa-base$ alsamixer
Or else my sound card won't work. Though, I get perfect sound after these commands; I just do not want to do this everytime I boot onto the system.
I tried adding the virtual links to the rcX.d directories for my runlevels, but that didn't work.
Info:
Code:
Card: Audigy 2 ZS [SB0350]
Chip: SigmaTel STAC9721,23
driver
From ... # lsmod | grep snd
Code:
snd_mixer_oss 15200 0
snd_emu10k1_synth 6944 0
snd_emux_synth 30720 1 snd_emu10k1_synth
snd_seq_virmidi 6944 1 snd_emux_synth
snd_seq_midi_emul 5952 1 snd_emux_synth
snd_seq_dummy 3844 0
snd_seq_oss 28768 0
snd_seq_midi 8192 0
snd_seq_midi_event 7008 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 45680 9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_emu10k1 102656 1 snd_emu10k1_synth
snd_rawmidi 22560 3 snd_seq_virmidi,snd_seq_midi,snd_emu10k1
snd_ac97_codec 83104 1 snd_emu10k1
snd_ac97_bus 2400 1 snd_ac97_codec
snd_seq_device 7820 8 snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawmidi
snd_util_mem 4672 2 snd_emux_synth,snd_emu10k1
snd_hwdep 8836 2 snd_emux_synth,snd_emu10k1
snd_pcm 68644 2 snd_emu10k1,snd_ac97_codec
snd_page_alloc 9640 2 snd_emu10k1,snd_pcm
snd_timer 20996 3 snd_seq,snd_emu10k1,snd_pcm
snd 47012 12 snd_mixer_oss,snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_device,snd_hwdep,snd_pcm,snd_timer
soundcore 9248 1 snd
Cheers,