Shad Gregory <[EMAIL PROTECTED]> writes: > ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): No such > device
"No such device" means that the device entry is there but there is no kernel driver attached to it. Make sure you have compiled the driver into the kernel or loaded the appropriate module. -Doug