RFID-RC522

I have been working all day to figure this out. i belave it is a software problim to hardware.
the RDID is not scaning for some reason.

this is the code.

http://www.instructables.com/files/orig/F0R/4L0P/IO7GSDW5/F0R4L0PIO7GSDW5.ino

this is what shoes up on the serial monitor.

BlueCore Tech Acces Control
MFRC522 Version: 0x92 (unknown)
No Master Card Set
Scan A RFID Card to Set as Master Card

Do you have your RFID reader hooked up exactly as shown in the code?

/*
	We need to define MFRC522's pins and create instance
	Pin layout should be as follows (on Arduino Uno):
	MOSI: Pin 11 / ICSP-4
	MISO: Pin 12 / ICSP-1
	SCK : Pin 13 / ICSP-3
	SS : Pin 10 (Configurable)
	RST : Pin 9 (Configurable)
	look MFRC522 Library for
	other Arduinos' pin configuration 
 */

Do you supply it with power and ground?