我读过很多情况下,主板基本上是一个USB集线器。因此,如果您有两个10 10gbps的USB端口,并且试图在这两个端口上传输文件,那么它们之间就不会超过10 10gbps。
是否有一种方法来确定这些端口中的哪个共享带宽?
lsusb -t:
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
|__ Port 3: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 480M
|__ Port 6: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 3: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 4: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 480M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 2: Dev 5, If 4, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 2: Dev 5, If 2, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 2: Dev 5, If 0, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 2: Dev 5, If 3, Class=Vendor Specific Class, Driver=, 480M
|__ Port 2: Dev 5, If 1, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 6: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M我在背面有10个端口(4x2.0,2x3.0,3x3.1A,1x3.1C),至少前面有两个端口。但只有六辆“公共汽车”。“总线”基本上是一个USB集线器,在不同的总线上放置设备会同时增加带宽吗?
有趣的是,只有三辆公交车称10000米,那里实际上有四个3.1个港口。在同一个端口上插入一个较慢的设备是否会使事情慢下来?
音频接口连接到唯一的USB C端口,但总线显示为480米。除非车载音频控制器被认为是“插入”到2.0 USB总线?只有键盘和鼠标被插入到标记为2.0的端口中。
如何确定是否(和哪些) USB端口共享带宽?
发布于 2020-09-29 23:22:14
“总线”基本上是一个USB集线器,在不同的总线上放置设备会同时增加带宽吗?
很有可能。
在同一个端口上插入一个较慢的设备是否会使事情慢下来?
除非车载音频控制器被认为是“插入”到2.0 USB总线?只有键盘和鼠标被插入到标记为2.0的端口中。
它可能连接到USB2.0总线上。音频并不需要很大的带宽。192 USB 32位音频仅需11 32bit /秒带宽,远远低于USB2.0提供的320 32bit/秒。
如何确定是否(和哪些) USB端口共享带宽?
连接到同一总线的USB端口共享带宽。此外,USB控制器通常通过PCI-E/DMI总线连接到您的CPU,PCI-e/DMI总线具有自己的最大带宽:https://linustechtips.com/main/topic/823767-does-usb-31-use-pcie-lanes-why-there-is-no-fully-31-motherboards/?do=findComment&comment=10318581。
https://unix.stackexchange.com/questions/612088
复制相似问题