>The sid package doesn't work for me. I have installed libarts 2.2.2-11 and >starting it gives me the folloging error message: > >[EMAIL PROTECTED]:~$ artsd -D /dev/sound/dsp1 >Error while initializing the sound driver: >SNDCTL_DSP_SETFMT failed - Invalid argument > >I am using the dmasound_pmac driver from 2.4.17-pre2-ben0. I remember someone >posting that it works with alsa drivers but I have not yes tested this.
The dmasound_pmac driver will return this error when asked for an unsupported sound format (little endian for example). However, it will return back to the caller the supported one (big endian). Most sound apps tend to ignore that error, it looks like libarts doesn't. You could fix it or send a bug report. Ben.