Have you tried configuring alsa? See http://www.alsa-project.org/alsa- doc/doc- php/asoundrc.php?company=Generic&card=Generic&chip=Generic&module=Generic
Specifically: The default plugin Make a file called .asoundrc in your home and/or root directory. vi /home/xxx/.asoundrc copy and paste the following into the file then save it. pcm.!default { type hw card 0 } ctl.!default { type hw card 0 } The keyword default is defined in the ALSA lib api and will always access hw:0,0 - the default device on the default soundcard. Specifying the !default name supercedes the one defined in the ALSA lib api. Now you can test: aplay -D default test.wav -- Flashplugin-nonfree only works with first soundcard https://bugs.launchpad.net/bugs/109485 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