How to change default Soundcard under linux
Posted on October 20, 2006 in Linux
First i find out the name of the card: cat /proc/asound/cards
gets me Audigy2.
Then i add this lines to my /etc/asound.conf
pcm.!default {
type hw
card Audigy2
}
ctl.!default {
type hw
card Audigy2
}