Hey,
I'm trying to get mpd working with sheevaplug. I got it installed and up-and-running but with a very slow & bad quality and heavy cpu-load. I was browsing through the wiki for the mpd-page (
http://plugcomputer.org/plugwiki/index.php/USB_Audio) and it started with Kernel Config -section:
Start by adding kernel sound support:
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_HRTIMER=y
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_DRIVERS=y
CONFIG_SND_ARM=y
CONFIG_SND_SPI=y
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=y
CONFIG_SND_USB_CAIAQ=y
USB sound support:
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=y
CONFIG_SND_USB_CAIAQ=y
I'm such a noobie still that could someone please explain what I should do. I'm guessing the wiki-guide means compiling kernel with the audio-support. Is there a good how-to for kernel-compiling for sheevaplug? The quoted post from this topic (see below) also mentions updating kernel for audio-support.
Or do I have something else wrong because I'm getting audio from speakers but with a very bad quality and high cpu-load.
Running sheevaplug with debian (squeeze, 2.6.32-trunk-kirkwood).
-jvp-