LC Studio SD Breakout with Due - RESOLVED

RESOLVED: Bad Board

I have the LC Studio SD Breakout and an Arduino Due. http://www.amazon.com/gp/product/B008B52QQC/ref=oh_details_o00_s01_i00?ie=UTF8&psc=1
I used my multimeter on the ICSP header to locate the 5V. I'm not sure which header I should be using, SPI or ICSP, but I have tried them both after locating their 5V pin.
Here are my connections:

With Due power connector at the bottom left:

| a b |
| c d |
| e f |
"ICSP"

Due | SD
c | MOSI
d | SCK
f | MIS0
pin 10 | CS
5v | +5
(nc) | +3.3
GND | GND (next to +3.3)

I have tried 4 different cards: 1 GB PNY - FAT, 16 GB SDHC SanDisk Ultra (micro-SD w/adapter) - FAT32, 4 GB SanDisk (micro-SD w/adapter) - FAT32, 2 GB Generic (micro-SD w/adapter) - FAT

Two different sketches, setting 10 as CS: CardInfo example, SimpleAudioPlayer example

I get
CardInfo:
Initializing SD card...initialization failed. Things to check:

  • is a card is inserted?
  • Is your wiring correct?
  • did you change the chipSelect pin to match your shield or module?

SimpleAudioPlayer:
Initializing SD card... failed!

So:

  1. Is it connected correctly?
  2. What else might be wrong?

Thanks