I got it to work, I changed the speed value to 1/4
pinMode(53, OUTPUT); // set the SS pin as an output (necessary!)
digitalWrite(53, HIGH); // but turn off the W5100 chip! (not applicable)
uint8_t r = card.init(SPI_QUARTER_SPEED, 53); // Use digital 53 as the SD SS line
and the info returned this
type any character to start
init time: 968
Card type: SD2
Manufacturer ID: 2
OEM ID: TM
Product: SA02G
Version: 0.3
Serial number: 1411765916
Manufacturing date: 5/2009
cardSize: 3854336 (512 byte blocks)
flashEraseSize: 128 blocks
eraseSingleBlock: true
part,boot,type,start,length
1,80,6,63,3854273
2,0,0,0,0
3,0,0,0,0
4,0,0,0,0
Volume is FAT16
blocksPerCluster: 64
clusterCount: 60215
fatStartBlock: 71
fatCount: 2
blocksPerFat: 236
rootDirStart: 543
dataStartBlock: 575
Data area is not aligned on flash erase boundaries!