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:, , , ,

About these ads

~ by princ3 on October 20, 2006.

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

  4. 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 .! ???

  5. Thanks so much!

  6. [...] 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 [...]

  7. It worked very well. Thank you.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.

%d bloggers like this: