LinuxでUSB 4.0をどのように検出しますか?

LinuxでUSB 4.0をどのように検出しますか?

Lenovoノートブックを購入しました。https://www.lenovo.com/gb/en/p/laptops/legion-laptops/legion-slim-series-laptops/lenovo-legion-slim-7-gen-8-(16-inch-amd)/ len101g0029#tech_specsUSB 4.0をサポートする必要があります。ただし、lsusb -t次の出力が返されます。

$ lsusb -t
/:  Bus 08.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 10000M
/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 10000M
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 10000M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
    |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M
    |__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/2p, 5000M
        |__ Port 2: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/5p, 480M
    |__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/2p, 480M
    |__ Port 3: Dev 3, If 2, Class=Application Specific Interface, Driver=, 480M
    |__ Port 3: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
    |__ Port 3: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
    |__ Port 4: Dev 4, If 1, Class=Wireless, Driver=btusb, 480M
    |__ Port 4: Dev 4, If 2, Class=Wireless, Driver=, 480M
    |__ Port 4: Dev 4, If 0, Class=Wireless, Driver=btusb, 480M
    |__ Port 5: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 12M

10000Mを超える料金は表示されません。 Thunderbolt 4がインストールされている他のラップトップでは、20000Mを見ることができます。私はPoOSを使用しています

$ uname -a
Linux pop-os 6.5.4-76060504-generic

Linuxカーネル6.5.4はUSB4を検出する必要があります。いいえ?

私が逃したものは何ですか? Lenovoは私のラップトップに間違ったハードウェアポートをインストールしましたか?このノートパソコンを返却する必要がありますか?

ベストアンサー1

おすすめ記事