Arsnack:
I have tried to route the "Unknown USB Device (Device Descriptor Request Failed)" from the Device Manager to the proper driver and receive an error.
We need the exact error message.
Arsnack:
Type: Arduino UNO
Chip: ATMEGA328P-PU
When it comes to driver problems, it's more important to know which USB to serial chip is on your board. This is the black chip near the USB connector on the Arduino board. It will say something like ATmega16U2 or CH340 on it.
The error says "The folder you specified doesn't contain a compatible software driver...". So which folder did you point it at when you got that error?
Arsnack:
Ok, so the small square chip reads "Mega16U2." I do not see an "AT" at the beginning.
That's the ATmega16U2 so it should work with the standard Arduino drivers.
I have two separate cables. One is new and one has been used for a printer and worked fine. Both cables do not work for the Arduino.
Yes, I was using a USB 3.0 port. I also tested the 2.0 port and mapped the drivers again. Still have the same issue.
I also ran a troubleshoot on the driver as it was plugged in. It says that my computer must be restarted to install drivers. After restarting, nothing changes.