Problem working on MP3 player shield

I’m using Arduino uno, a microSd shield and a Mp3 player shield

microSD shield: https://www.sparkfun.com/products/9802

Mp3 player shield: http://www.dynamodo.com/modules/arduino … hield.html

i’m having problems following this tutorial: http://efuller.net/blog/the-cats-meow

after uploading the code MP3Shield library demo to the microcontroller

the serial monitor display the ff. errors:

Can’t access SD card. Do not reformat.

No card, wrong chip select pin, or SPI problem?

SD errorCode: 0X1,0XFF

http://forum.arduino.cc/index.php/topic,116310.0.html

Google has all the answers.

the mp3 shield and sd card shield is now working, thanks. my next problem is that the mp3 shield only plays 1 sec of the mp3 file.

Searching “mp3 shield only plays 1 sec” brings up that it is likely to be your SD card. What card do you have?

i’m currently using SanDisk. I solved it by assigning the correct pins in the config file library.