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
}
technorati tags:alsa, linux, default, change, soundcard
~ by princ3 on October 20, 2006.
Posted in linux
just found this on the net:
stratos@homepc:~$ sudo asoundconf list
Names of available sound cards:
NVidia
U0×46d0×8d9
stratos@homepc:~$ sudo asoundconf set-default-card NVidia
stratos@homepc:~$
I have the folowgin problem with this instruction.
I find out that the file: /etc/asound.conf does not exist. How do i get to change this if there is no asound.conf file?
Thanks for the answer.
@Cristobal
Just create it.