Comment 4 for bug 129004

Revision history for this message
Sadanori Horiguchi (charbo) wrote :

I created the ~/.asoundrc file and /etc/asound.conf file and it is partially working more. I now have login and logout sound, and also sound for opening applications. I still do not have sound for JuK. Probably, I need to still tweak the configuration for this.

Here is my /proc/asound/cards:

 1 [Audio ]: USB-Audio - USB Audio
                         USB Audio at usb-0000:00:1d.1-2, full speed

Since the first number is 1, I created ~/.asoundrc like this:

pcm.!default {
type hw
card 1
}

ctl.!default {
type hw
card 1
}

And the /etc/asound.conf like so:

pcm.card1 {
    type hw
    card 1
}
ctl.card1 {
    type hw
    card 1
}

Thank you.