Results 1 to 3 of 3
i accidently deleted the /dev/dsp device, is there some way i could get it back or make a new one using mknod??
it was deleted in terminal...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-15-2005 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 36
Recovery of device.
i accidently deleted the /dev/dsp device, is there some way i could get it back or make a new one using mknod??
it was deleted in terminal
- 01-15-2005 #2
It is probably a symlink to the real device. But if not , you could recreate it using mknod, but you'll have to look up the major and minors of it (somewhere in the kernel documentation)
I\'m so tired .....
#200472
- 01-15-2005 #3Just Joined!
- Join Date
- Nov 2004
- Posts
- 36
thank you, i found them (14 3)


Reply With Quote
