1

I'm using Fedora 16 - sound works fine.

I've tried to execute Pocketsphinx for some tests with voice recognition, but it depends on OSS to work. It crashes with the message:

ad_oss.c(103): Failed to open audio device(/dev/dsp): No such file or directory

I have ALSA-OSS installed but im getting the same error.

1 Answers1

1

For /dev/dsp to work, the actual sound driver must be loaded (check index 0 in /proc/asound/cards), and the snd-pcm-oss module must be loaded.

CL.
  • 1,673