As the title says, my system doesn't seem to recognize my USB 3.0. It instead claims to be a 2.0. Any help would be appreciated!
My computer is the Asus Q200E. It's pretty bad, but it works for school. Except for this damn usb 3.0 port
lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M
|__ Port 2: Dev 25, If 0, Class=Human Interface Device, Driver=usbhid, 480M
|__ Port 3: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 3: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 3: Dev 2, If 2, Class=Human Interface Device, Driver=usbhid, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
|__ Port 2: Dev 14, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 2: Dev 14, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 3: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 3: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 12M
pic from hardinfo (highlighted part is what's connected to the supposed 3.0 port)
sudo lsusb -t
from a terminal window? – Terrance May 03 '18 at 04:57Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
is USB 3.0. The 5000M means 5GHz for the speed. To obtain those speeds you need to plug in an actual device that is USB 3.0. Plugging in a USB 2.0 device into a 3.0 port will slow down to the 480Mb of USB 2.0. – Terrance May 03 '18 at 05:26