I have three possibilities for plugging a USB key into my desktop computer. The front of the computer, which I will call usb-c, a USB 2 hub from D-Link, which I will call usb-2, and a USB 3 hub from Aukey, you guessed it, usb-3.
I also have three Transcend USB 3 keys, k-1, k-2 and k-3.
If I plug k-1 into usb-c, the Device Notifier (DN) pops up a window asking what I want to do with it. Also, I see
Ditto for k-1 in usb-2. But in usb-3, k-1 is neither seen by lsusb nor does the DN pop up a window.
USB key-2 works the same as far as the DN window, but lsusb never sees it at all.
And key-3 is "invisible" to lsusb and DN on all three hubs.
I clearly do not understand how the system recognizes a USB key. Are keys that variable in their functioning?
It looks like the hub-3 may not function at all. I had the same result with another USB 3 hub.
Yes, the hubs are both plugged into a USB 3 slot. I think the ones on the front are USB 2.
Without anything plugged in, I see this:
I also have three Transcend USB 3 keys, k-1, k-2 and k-3.
If I plug k-1 into usb-c, the Device Notifier (DN) pops up a window asking what I want to do with it. Also, I see
Code:
$ lsusb | grep -i transcend Bus 003 Device 011: ID 8564:1000 Transcend Information, Inc. JetFlash
USB key-2 works the same as far as the DN window, but lsusb never sees it at all.
And key-3 is "invisible" to lsusb and DN on all three hubs.
I clearly do not understand how the system recognizes a USB key. Are keys that variable in their functioning?
It looks like the hub-3 may not function at all. I had the same result with another USB 3 hub.
Yes, the hubs are both plugged into a USB 3 slot. I think the ones on the front are USB 2.
Without anything plugged in, I see this:
Code:
$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 009: ID 062a:4102 Creative Labs Bus 005 Device 008: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 005 Device 007: ID 0835:8502 Action Star Enterprise Co., Ltd Bus 005 Device 006: ID 0835:8500 Action Star Enterprise Co., Ltd Bus 005 Device 005: ID 0835:8501 Action Star Enterprise Co., Ltd Bus 005 Device 004: ID 0835:8500 Action Star Enterprise Co., Ltd Bus 005 Device 018: ID 05e3:0610 Genesys Logic, Inc. 4-port hub Bus 005 Device 002: ID 2109:3431 VIA Labs, Inc. Hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 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 003 Device 002: ID 03f0:c911 Hewlett-Packard Bus 003 Device 004: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) Bus 003 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Comment