Hello, yes, I got it working now. Many thanks for helping! Christian On 2011-07-03 at 19:46 Axel 'the C.L.A.' Müller wrote:
On Sun, 03 Jul 2011 19:07:21 +0200 "Christian" <christian08@runbox.com> wrote:
Hi all, Well, I have been trying to specify my Soundblaster Audigy ZS2 as my default sound card, but no luck. Here is what I do. I typed: cat /proc//asound/modules 0 snd_intel 1 snd_emu10k1 So I then created the alsa.conf file under /etc/modprobe.d and typed: options snd slots=snd_eme10k1x0 I know that there is something wrong here, but what am I doing wrong? Any help is really apreciated, many thanks! Christian
I specified the order of my soundcards in /etc/modprobe.d/modprobe.conf like this:
options snd-hda-intel index=1 options snd-hdsp index=0
Of course you have to adjust this to use the correct identifiers for your soundcards.