[Bug 109485] Re: Flashplugin-nonfree only works with first soundcard

FuturePast 4uturepast at googlemail.com
Sat May 12 17:00:32 UTC 2007


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 Mozilla
Bugs, which is a bug contact for flashplugin-nonfree in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list