Arduino NANO device not even showing in device manager!

If somebody solved this issue, please send me link.

My issue:

I bought 2 arduino nanos (http://www.ebay.com/itm/311064700128?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT)

When I plugged them into PC, Led started blinking. I decided to try and test it so I wrote a program blink led with a bigger delays etc. I changed things as I should
Imgur
When I open device manager, ports there is not even an arduino here!
Imgur
And still it doesnt wat to upload itself! My chip mega328P AU1451 (its written under name)

Error message:

Arduino: 1.6.4 (Windows 7), Board: "Arduino Nano, ATmega328"

Sketch uses 1 070 bytes (3%) of program storage space. Maximum is 30 720 bytes.

Global variables use 9 bytes (0%) of dynamic memory, leaving 2 039 bytes for local variables. Maximum is 2 048 bytes.

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x9b

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x9b

Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

This report would have more information with
  "Show verbose output during compilation"
  enabled in File > Preferences.

PLEASE HELP PLEASE :_(

Is an original FTDI chip in this nano?

How do I find it out?

Try to "repair" with FTDI tools

http://www.ftdichip.com/Support/Utilities.htm

Chip-id must be 6001

Then connect again to USB. This will only work 1 time becasuse the FTDI driver destroys fakechips: chip-id is set to 0000.

http://www.ebay.com/itm/311064700128?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

The link contains infos for the serial_chip. It is a CH340G. You need the driver for this chip

I installed a driver but still nothing. And the link you said me that I have to repair FTDI, which one of the milion links I have to use?