My case has two front usb ports and somehow they are not working properly. At first I thought that there was something wrong with the usb connections on my MB but that does not seem to be the case. When I plug in my flash drive, the logs show the following:
Code:
[ 9626.750378] usb 1-1: USB disconnect, address 2
[ 9665.333051] usb 2-9: new full speed USB device using ohci_hcd and address 5
[ 9665.405327] usb 2-9: device descriptor read/64, error -62
[ 9665.519934] usb 2-9: device descriptor read/64, error -62
[ 9665.631744] usb 2-9: new full speed USB device using ohci_hcd and address 6
[ 9665.704020] usb 2-9: device descriptor read/64, error -62
[ 9665.819027] usb 2-9: device descriptor read/64, error -62
[ 9665.930837] usb 2-9: new full speed USB device using ohci_hcd and address 7
[ 9666.093757] usb 2-9: device not accepting address 7, error -62
[ 9666.164043] usb 2-9: new full speed USB device using ohci_hcd and address 8
[ 9666.326962] usb 2-9: device not accepting address 8, error -62

So I know that the device is somewhat being "recognized".

How can I get it to work properly?

Thanks