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.

-- 
USB sound only partially works after upgrade from dapper drake to edgy eft and 
feisty fawn
https://bugs.launchpad.net/bugs/129004
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to