Hi, On Fri, Mar 12, 1999 at 05:32:04AM +0100, Mark Panzer wrote: > I upgraded to the 2.2.1 kernel (it should be somewhat stable being an > even release number) and my AWE 64 sound card now fails to work. I have > isapnp installed to configure the soundcard on bootup, that works fine > (prints out board id etc...). However when I attempt to use mpg123 to > play mp3 files I recieve the following error. > > Can't open /dev/dsp!
I had the same problem. I compiled sound support as modules, so I need to specify io,irq,dma and dma16 parameters when the modules are loaded. Without specifying dma16 I could use bplay, the mixer worked, but mpg123 was not able to play. Providing dma16 solved the problem for me. HTH Antal