Ubuntu – USB 2.0 device is not working in USB 3.0 ports

driverslinuxUbuntuusb

I have a Ubuntu 12.04 system. On that system I have one USB 3.0 port. In this port I am trying use my USB 2.0 device, but every time when I plug in that USB 2.0 device into the USB 3.0 port, the system gets hung and I try to shutdown but it won't allow me to.

If I continue to match Port types to Device speeds (2.0 to 2.0) everything woks fine.

So my question is: How can I allow a USB 3.0 port to use a USB 2.0 device or is there any way to convert a USB 3.0 port to a USB 2.0 port like drivers or something?

Am I mistaking the issue I'm having for another type of problem?

Here is my lsub command output

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 046d:0823 Logitech, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 002 Device 009: ID 046d:0823 Logitech, Inc. 
Bus 002 Device 008: ID 5555:1110 Epiphan Systems Inc. VGA2USB
Bus 002 Device 006: ID 0d8c:0008 C-Media Electronics, Inc. 
Bus 002 Device 007: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

and for dmesg command output you can refer this link

Suggestions would be appreciated. Thanks in advance.

Best Answer

This issue is retalted to the kernel. I have the same type of problem. To resovle this issue I updated my kernel. For this I reffred this link

Related Question