LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Play command...Device Busy? (https://www.linuxquestions.org/questions/linux-software-2/play-command-device-busy-50351/)

VIP3R 03-17-2003 05:41 PM

Play command...Device Busy?
 
Well, I've somewhat pinpointed the problem behind my Java, Flash, and MSN not playing sounds and that's because the Play function returns an error that it cannot output file /WHATEVER/ because device /dev/dsp is busy!

Why is it busy? Isn't it multithreaded? KDE & XMMS can produce sound at the same time, why is this hanging like this? Can someone please help me! Thanks for every body's help on previous topics, I really appreciate it!

doublefailure 03-17-2003 06:41 PM

is it multithreaded?
yeah i think so. cause sometimes two or more apps can play sounds.
by the way , when device is busy , prolly u can recover it by turning off artsd ..
killall -9 artsd

VIP3R 03-17-2003 06:51 PM

Well, the KILLALL -9 artsd works! BUT, I can't play sounds from KDE or XMMS now. Is this how it's gonna be forever?

well, I have Multithreaded Open Sound System selected from the Control Center. What else do I need to do?

doublefailure 03-17-2003 06:54 PM

try
artsd restart

well this is temporary solution i guess.
hope someone provides better solution.

i switched to alsa. you might be better off with it too
http://www.alsa-project.org/

VIP3R 03-17-2003 07:09 PM

just one more thing, where do you find the kernel sources on a RedHat distro?

doublefailure 03-17-2003 07:12 PM

on any distro
it's under /usr/src/linux--something
usually u will have /usr/src/linux as symlink to the linux--something

VIP3R 03-17-2003 07:13 PM

Umm, i dont have that :S

doublefailure 03-17-2003 07:17 PM

then u didn't install kernel source..
which comes with the cd
rpm name would be kernel-source-something

you can just install the rpm


All times are GMT -5. The time now is 02:21 AM.