Arduino not connecting to laptop

Recently, i have formatted my laptop (windows 7). Now my arduino with atmega 8 chip shows as unknown device in device manager. I updated driver from drivers folder in arduino folder, but now my arduino appears as usb serial convertor on device manager. It doesnt even show up in ide. I tried a different arduino board ( arduino nano), even it ended as being shown as usb serial convertor. Can i get some help on what should be my next step?

The arduino boards are ok for sure. The problem arised after formatting my laptop.
Thanks in advance..

(deleted)

Arduino used to work before with that drivers.
The chip on my atmega8 arduino is:
FTDI
1429-C
GP100051
FT232RL

(deleted)

FTDI USB Drivers.zip (1.2 MB)

Boards with an FT232RL chip are supposed to show as a USB serial adapter (same with Arduino clones using CH340G or CP2102 serial adapter).

As far as your computer can tell, that's what they are: a USB serial adapter. USB connects to one side of the chip, and serial lines go between the USB serial adapter chip and the microcontroller (atmega8 or 328p or whatever your board is based on). No mechanism exists by which the computer can know that the serial lines coming out of this serial adapter chip happen to be connected to a certain microcontroller.

So there's nothing wrong just based on it describing the device as a USB serial adapter.
Does it create a COM port that shows in the IDE's tools -> port menu when connected? If so, it should be all good.

It doesnt create any com port and doesnt show up on ide also.

Then it could be that your USB cable is not a data cable.

ieee488:
Then it could be that your USB cable is not a data cable.

No i am using the same cable i always use and same problem is with my arduino nano and it got different cable.

Since you "formatted" your laptop --- which is completely wrong way of describing what you did

You did a clean install of your laptop with Windows 7.

I seriously doubt that you went in afterwards and re-installed all the drivers starting with the chipset driver.

.

spycatcher2k:
Try this driver. :slight_smile:

Can you elaborate on how should i use these drivers?

ieee488:
Since you "formatted" your laptop --- which is completely wrong way of describing what you did

You did a clean install of your laptop with Windows 7.

I seriously doubt that you went in afterwards and re-installed all the drivers starting with the chipset driver.

.

I guess i have missed few drivers. So can i get some help about what should i do?

Spidey:
I guess i have missed few drivers. So can i get some help about what should i do?

Windows 7 SP1

download and install the chipset driver for your laptop

(deleted)

spycatcher2k:
You install them! :o

LOL.

.

Thank you everyone for all of your support. I updated the chipset driver. Also i used those ftdi drivers provided by you. Now my arduino works like a charm. Again thank you all.

(deleted)