Hardware Troubleshooting in Linux > Linux Audio Support

Sound card problem, dtecting driver but no listening sound

(1/1)

deven_01:
Hello Friends
When I run
redhat-config-soundcard
from konsole prompt it detect sound card
And gives following error in konsole prompt
I am not hering any sound
i810_audio: Device or resource busy
sox: Can't open output file '/dev/dsp': Device or resource busy
-9
Send me the solution or the way

Ricky:
hmm..

It means that some other program has kept open the sound output.
You can find out that what process are using /dev/dsp . To do so use command "fuser" , see its man page for more detail.

deven_01:
Hi ricky
 when I do
 root@ws250 etc]# fuser -u /dev/dsp
 I get following ouput
 /dev/dsp:             1056(root)
 Pls send me howcan i resolve it
 Regards
 Linux User

Ricky:
Hmm..

Try running following
--- Code: ---fuser -km /dev/dsp
--- End code ---
.. it will end all processes using the /dev/dsp .

Then try to use your sound !

Also disable any startup sound used by KDE or Gnmoe etc. To do so  use control center in KDE and in gnome look for sound settings etc.

Navigation

[0] Message Index

Go to full version