How to change default Soundcard under 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
}

technorati tags:, , , ,

~ by princ3 on October 20, 2006.

3 Responses to “How to change default Soundcard under linux”

  1. 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:~$

  2. 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.

  3. @Cristobal

    Just create it.

Leave a Reply