I tried settup up ALSA according to the ALSA guide for my Audigy 2 ZS, which I believe uses the emu10k1 driver.
I ran alsaconf without any problems, and a lsmod seems to show that the modules are loaded:
# lsmod
Module Size Used by
snd_seq_midi 6560 -
snd_emu10k1_synth 6696 -
snd_emux_synth 34664 -
snd_seq_virmidi 5416 -
snd_seq_midi_emul 6376 -
snd_emu10k1 116612 -
snd_rawmidi 20224 -
snd_util_mem 3176 -
snd_hwdep 6720 -
nvidia 3707368 -
And yes, I did unmute my channels.
However when I test cat /dev/urandom > /dev/dsp I don't get any sound coming from my speakers, and likewise if I try to play an MP3 or something.
What else could be the issue?
Thanks.

