Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I use Real Player and Firefox and what I think is its Flash module on Ubuntu.
Each one of the above, Real, Firefox and Flash, works a treat on its own.
When I try to play an audio segment after having played a Flash segment (on youtube, say), the player will launch, will seem to play, but will give no sound.
In order to play Real clips after Flash, I therefore have to restart the Gnome Desktop Manager.
I have installed alsa-oss, and have set the Firefox configuration from FIREFOX_DSP="none"
to FIREFOX_DSP="aoss".
Sounds like flash or mplayer browser plugin is holding onto your sound device. I've seen this happen on Linux many times.
You can wait for a few min for the process to die or kill the process manually. Closing the browser window may also kill it. Run "top" and see if there is an instance of mplayer or flash running, then use kill to kill the process ID. http://linuxcommand.org/man_pages/kill1.html
Until you get a proper answer you might find it quicker to run alsaconf from the command line, rather than restart the desktop. With Ubuntu the command is probably
Quote:
sudo alsaconf
This usually sorts out sound problems.
Edit - Sorry teckk, I was slow answering and missed your post
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.