Hello,
I begin with the arduino. My problem is that everything to work first trial week, the arduino was recognized with no problem at all under Linux ( debian ). I was able to program some sketches and to test them. Suddenly, impossible to upload any sketch, then totally not recognized arduino.
The kind of message here is that sends back to me dmesg command :
[ 3071.780096] usb 4-1: new full-speed USB device number 10 using uhci_hcd
[ 3071.900105] usb 4-1: device descriptor read/64, error -71
[ 3072.124157] usb 4-1: device descriptor read/64, error -71
[ 3072.340131] usb 4-1: new full-speed USB device number 11 using uhci_hcd
[ 3072.460148] usb 4-1: device descriptor read/64, error -71
[ 3072.684122] usb 4-1: device descriptor read/64, error -71
[ 3072.900104] usb 4-1: new full-speed USB device number 12 using uhci_hcd
[ 3073.316120] usb 4-1: device not accepting address 12, error -71
[ 3073.428121] usb 4-1: new full-speed USB device number 13 using uhci_hcd
[ 3073.840085] usb 4-1: device not accepting address 13, error -71
[ 3073.840128] hub 4-0:1.0: unable to enumerate USB device on port 1
I tried to run it under Windows, the peripheral remains unknown. Even if the file of the drivers is specified for the installation, it's impossible to make it recognize.
Concerning the arduino ( Uno), the led "on" remain lit in red, and only this led is lit.
Regards.