No /dev/dsp, /dev/adsp, /dev/mixer etc. after udevd update

Kernels & Hardware, configuring network, installing services

No /dev/dsp, /dev/adsp, /dev/mixer etc. after udevd update

Postby The Only » 2008-11-07 16:28

Using: Debian Lenny

I can't really remember if it was the last update or the previous update I did via apt-get upgrade, but ever since the update udev doesn't seem to be creating any of these device files. ALSA works fine, but have applications that really do require /dev/dsp to work since they do not support ALSA.

Currently, I use "MAKEDEV audio" in a temp directory and then move the files to /dev because udevd won't let me execute MAKEDEV in the /dev directory.

I'd be grateful if anyone could help me resolve this issue.

Cheers
Debian Testing/2.6.30 amd64
The Only
 
Posts: 25
Joined: 2006-07-16 02:47
Location: Edinburgh, United Kingdom

Postby izar » 2008-11-07 17:13

Try loading these modules to create the missing devices under /dev by issuing the following commnads
Code: Select all
modprobe snd-pcm-oss
modprobe snd-mixer-oss
modprobe snd-seq-oss

Hopefully this should take care of the sound problem.
User avatar
izar
 
Posts: 1667
Joined: 2007-01-01 18:34
Location: Euskal Herria

Postby lindylex » 2008-12-22 09:03

izar, thanks.

I was having the same problem with Qemu and my guest Debian Lenny with /dev/dsp not existing.
lindylex
 
Posts: 53
Joined: 2007-05-23 12:50

Postby izar » 2008-12-22 13:34

Glad it worked for you.
Now, if you want those commands at boot-up add the following lines to the end of /etc/modules:
Code: Select all
snd-pcm-oss
snd-mixer-oss
snd-seq-oss
User avatar
izar
 
Posts: 1667
Joined: 2007-01-01 18:34
Location: Euskal Herria

Postby lindylex » 2008-12-23 12:25

izar, thanks that is the next question beginners always ask. I got pass that a few years ago. Thanks for sharing that it will help the beginners.

thanks, lindylex
lindylex
 
Posts: 53
Joined: 2007-05-23 12:50


Return to System configuration

Who is online

Users browsing this forum: No registered users and 0 guests