Flash Player, Firefox: sound in blackbox but not KDE
SlackwareThis Forum is for the discussion of Slackware Linux.
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.
Flash Player, Firefox: sound in blackbox but not KDE
Hello, everybody.
I'm setting up a Slackware 10.1 box for a friend, using old components (233MHz P2, Dell OptiPlex GXa). Everything is working pretty well now, except that I don't get any sound when watching flash animations (such as www.homestarrunner.com) from firefox in KDE. In BlackBox everything works fine.
Things I've tried:
Code:
$ aoss firefox
Code:
# ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
Clues:
When I try to do:
Code:
# cat /dev/urandom > /dev/audio
while in KDE, it tells me that the resource is busy and won't let me do it. It works fine in BlackBox (spits static out of the speakers). This suggests that something is hogging the sound card; the problem is that I don't know what!
Any help you can give me would be well-appreciated.
If you run KDE, it starts artsd sound daemon by default and it open sound devices in exclusive mode. If some application can't use arts for audio and requires direct access to sound devices, starting it with artsdsp wrapper may do the job.
Sorry to resurrect an old thread, but I've been scratching my head in regards to flash sound using KDE and Firefox.
I am running current, KDE 3.5 and the latest Firefox, flash 7.
I can get sound when I run from wmaker, but not KDE, at least not reliably. I tried the suggestion here, and have seen it other places. But, when I run
Code:
artsdsp firefox
I get an error that says artsdsp only works with binaries.
Thx in advance for any advice or support. Silly to be so frustrated over such a simple thing.
I'm going to guess that your firefox command is not actually named firefox but something else like mozilla-firefox. from a terminal if you try to launch firefox manually using firefox, what happens?
Another thing to check is to righ click and view the properties for your launcher icon and see what command is actually being executed.
Sorry to resurrect an old thread, but I've been scratching my head in regards to flash sound using KDE and Firefox.
I am running current, KDE 3.5 and the latest Firefox, flash 7.
I can get sound when I run from wmaker, but not KDE, at least not reliably. I tried the suggestion here, and have seen it other places. But, when I run
Code:
artsdsp firefox
I get an error that says artsdsp only works with binaries.
Thx in advance for any advice or support. Silly to be so frustrated over such a simple thing.
I ran into the same error message, however my firefox is run from /usr/bin/firefox (which is a symlink that points to /usr/lib/firefox-1.5.0.7/firefox... and yes, the symlink works)
If not, you could edit /usr/bin/firefox. Near the end of the file, you'll find something like "exec ${MOZ_PROGRAM}". Inserting artsdsp after exec should work.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.