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
Like this:
Like Loading...
~ 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
U0x46d0x8d9
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.
uhu, thanks for the “just create it” comment :)
anyway, what are all this lines doing? i understand type and card and default but ctl, and pcm and .! ???
Thanks so much!
[...] I followed the guide here http://princ3.wordpress.com/2006/10/…d-under-linux/.I had to create the /etc/asound.conf file and entered the information "changing the card to [...]
how do I disable onboard nvidia sound and use sblive card in Slack 14 said this on October 4, 2012 at 1:56 pm |
It worked very well. Thank you.