Hello,
I have few Arduino Nanos and all of them behave following way:
- when powered they blink orange LED, but not with 1s interval - this is faster and somewhat irregular - You can see that on Broken Arduino Nano? - YouTube
- when I connected them to linux box I got following messages in dmesg:
[23887.144141] usb 6-1: new full speed USB device using uhci_hcd and address 2
[23887.264102] usb 6-1: device descriptor read/64, error -71
[23887.488206] usb 6-1: device descriptor read/64, error -71
[23887.704570] usb 6-1: new full speed USB device using uhci_hcd and address 3
[23887.825072] usb 6-1: device descriptor read/64, error -71
[23888.048099] usb 6-1: device descriptor read/64, error -71
[23888.264149] usb 6-1: new full speed USB device using uhci_hcd and address 4
[23888.680094] usb 6-1: device not accepting address 4, error -71
[23888.793058] usb 6-1: new full speed USB device using uhci_hcd and address 5
[23889.208087] usb 6-1: device not accepting address 5, error -71
[23889.208128] hub 6-0:1.0: unable to enumerate USB device on port 1
So this suggest problem with USB cable - but I have tried few different (however they are from one batch, so if all USB cables are bad
- I should get later today one different mini USB cable) or with drivers on Linux box. Drivers should be OK, since Arduino Duemilanove attached to this box works perfectly, and FTDI chip is the same on both boards AFAIK.
- customer of mine, who is using Windows XP have similar problems - COM port does not show, despite drivers from FTDI are installed.
Any ideas what could be wrong?