
目前我正在使用一個Ubuntu系統,它有不同類型的連接埠。
mine@ubuntu:~$ lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 002: ID 046d:0823 Logitech, Inc.
Bus 002 Device 003: ID 046d:0823 Logitech, Inc.
Bus 002 Device 004: ID 13d3:3394 IMC Networks
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:0003 Linux Foundation 3.0 root hub
但是,當我將 USB 2.0 或 USB 3.0 裝置連接到 USB 3.0 連接埠時,就會發生這種情況。它的行為很奇怪。這是當我將 USB 裝置連接到 USB 3.0 時 lsusb 的輸出
mine@ubuntu:~$ lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 002: ID 8640:800f
Bus 002 Device 003: ID 046d:0823 Logitech, Inc.
Bus 002 Device 004: 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
mine@ubuntu:~$ lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 002: ID 8640:800f
Bus 002 Device 004: 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
mine@ubuntu:~$ lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 002: ID 8640:800f
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
我在網路上搜尋了這個問題,但沒有找到任何結果。首先,我認為這可能是電源問題,所以我嘗試使用不同的 USB 集線器,但遇到了相同的問題。任何人都可以告訴我實際問題是什麼以及解決方案嗎?這是我的訊息日誌。