After searching high and low for a solution to the /dev/dsp not found error in WXcam, I figured out a solution.
1.install oss-compat
apt-get install oss-compat2. load these modules
modprobe snd-pcm-oss
modprobe snd-mixer-ossThis should create /dev/dsp for you. If not, then try this:
mknod /dev/dsp c 14 3 && chmod 777 /dev/dsp3. make sure the modules load at boot-time
gedit /etc/modulesadd the following:
snd-pcm-oss
snd-mixer-oss4. Now here is the trick
run this in a terminal:
aoss wxcamThe programme should load with a sound interface.
5. Change your menu properties to make it permanent
aoss wxcam