
Originally Posted by
Kano
@crazycheese
I know, but not when the kernel config is without alsa oss support. The kernel 3.2 form U 12.04 is definitely without - check:
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_SEQUENCER_OSS is not set
There will be never a /dev/dsp with those kernels!
I'm currently under Linux Mint DE x64:
Code:
linux cc # ls -lh /dev/dsp
crw-rw---T+ 1 root audio 14, 3 Aug 3 11:00 /dev/dsp
linux cc # cat /usr/src/linux-
linux-headers-3.2.0-2-amd64/ linux-kbuild-3.2/
linux-headers-3.2.0-2-common/
linux cc # cat /usr/src/linux-headers-3.2.0-2-amd64/.config |grep CONFIG_SND_PCM_OSS
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
linux cc # cat /usr/src/linux-headers-3.2.0-2-amd64/.config |grep CONFIG_SND_SEQUENCER_OSS
# CONFIG_SND_SEQUENCER_OSS is not set
So, under Ubuntu you shouldn't theoretically get sound at all... Unless they pushed lastest version in :/
Well, just upgrade, and case closed.