Dear Arduino community,
I just received my first Arduino device, an Arduino UNO R3. I connected it to a computer using different USB cables, and each time the power LED switched on, and the orange LED started blinking regularly (after an initial boot process). Unfortunately, nothing appears on the computer, Windows detect no new device (even after installing the virtual COM drivers), and Linux shows nothing on lsusb, dmesg, or /var/log. This was tested on different computers too.
After searching a bit in the forums, a possible explanation might be that the firmware might be corrupted. Thus, I am trying to upload a new driver to the Uno. I installed dfu-programmer, after applying the atmega16u2 patch, but it simply says: dfu-programmer: no device present. I assume that this might be because the device is not in DFU mode. However, I cannot find a correct way to switch to DFU. I tried connecting together the RESET and GND on the ISP (assuming they are the two closer to the USB), but nothing happens at all (I tried for various durations around 1 second). Pressing the reset button does reboot the current sketch (but obviously not switch to DFU).
So, should I just return the device to seller or is there something else you could suggest?
Thanks in advance.