Can't get an SD Card Module breakout working with Atmega328p-pu

So basically I have tried getting this SD Card module working and it doesn't initialize with the CardInfo example on the IDE
I have set my chipSelect pin to 10 and connected my sd card module up with the pin layout:
The pins are based on the atmega328p not arduino
CS -> pin 16
SCK -> pin 19
MOSI -> pin 17
MISO -> pin 18
VCC -> 5V
GND -> GND

Any suggestions would help thank you.

has the SD module power and logic level conversion?

I doubt the forum know which SD card module you are using, so could you tell us ?

@srnet This is the SD Card Module that I used:

Is the microSD formatted (FAT16) ?

Is it a custom board or a breadboard? Maybe post your schematic in case there are other issues that may be affecting the operation.