LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Getting error message /dev/dsp can't be opened in KDE (https://www.linuxquestions.org/questions/linux-software-2/getting-error-message-dev-dsp-cant-be-opened-in-kde-145830/)

sanfran49 02-13-2004 07:48 PM

Getting error message /dev/dsp can't be opened in KDE
 
I am running Debian 2.2.20 with KDE as my default Windows manager. Everything is working fine except I get an error message once KDE opens. The error message is :

Error while initilizing the sound driver:
device /dev/dsp can't be opened ( No such device )

The sound server will continue, using the null output device.

The thing is that I have gone to the \dev directory and the dsp device does exist.

I have no idea of what to do at this point.

Any help would be greatly appreciated.

The following link will tell you everything about my system :


http://cs.ccny.cuny.edu/~weber/linux/smartstep.html


Thank You,

Tony

linuxlah 02-13-2004 07:59 PM

check whether other program is using the /dev/dsp by using /sbin/fuser /dev/dsp. If there any it will split out the PID of the program/s. You must kill the PID before you can use the dsp. kill -9 <PID> . You might need to be root

sanfran49 02-14-2004 11:26 AM

When I type /sbin/fuser :
I get the following error message.

-su: cd: /sbin/fuser: No such file or directory

Tony


All times are GMT -5. The time now is 10:18 AM.