> # CONFIG_SND_PCM_OSS is not set should be CONFIG_SND_PCM_OSS=y if you want alsa emulations OSS pcm in your kernel(module) There is also another solution, using the LD_PRELOAD library that provides the OSS compatibility layer, libaoss $ LD_PRELOAD=libaoss.so [oss application] Maarten