LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Accidently deleted /dev/dsp (https://www.linuxquestions.org/questions/linux-newbie-8/accidently-deleted-dev-dsp-140169/)

MasterKin8T 01-29-2004 07:43 PM

Accidently deleted /dev/dsp
 
When trying to set up Team Speak for linux I accidently deleted my /dev/dsp. Is there anyway to get it back?

-Thanks

s34n 01-29-2004 08:02 PM

Newbie reply here , but I know in Slackware, /dev/dsp is a symbolic link to /dev/dsp0, so I think you could just do a
Code:

ln -s /dev/dsp0 /dev/dsp
as root of course.

MasterKin8T 01-29-2004 08:06 PM

Thanks, I actually found the MAKEDEV script in there and found out how to use it, but thanks for the reply

-


All times are GMT -5. The time now is 11:01 PM.