I've just got my Rasperry Pi!
I played around a bit with the debian6-19-04-2012 distribution.
Thirst thing I want to do is to get mpd working.
So I did this:
System update / upgrade:
Code: Select all
sudo apt-get update
sudo apt-get upgrade
Code: Select all
sudo apt-get install pmd mpc
Code: Select all
sudo modprobe snd_bcm2835
Code: Select all
sudo nano /etc/mpd.conf
Code: Select all
sudo /etc/init.d/mpd restart
I also can play a WebRadio stream.
I checked MPD with TOP.
MPD takes about 98 % of CPU power. That is not okay!!!

I have also tried the OSS but also the same problem.
Has anybody an idea what is wrong? Or where is the problem? Or can tell me a place where I can find a solution for my problem.
P.S. Sorry for my English.