我正在戴尔Chromebook 11上运行Ubuntu,它有两个USB 3端口和一个SD读卡器。我试图确定SD读卡器是否能够达到USB 3的速度(因此是否值得购买130‘t/S SD卡),但我无法判断它是否在内部连接到USB 3。
我认为我可能会这样做的一种方法是在插入SD卡后运行lsusb --但是,如果我将USB2设备插入到USB 3端口之一,那么它无论如何都是连接到USB 2集线器上的。如果我把一个USB 3设备放在同一个端口上,它显示为连接到USB 3集线器。
发布于 2016-01-11 13:21:43
来自man页面:
DESCRIPTION
lsusb is a utility for displaying information about USB buses in the
system and the devices connected to them.我建议您使用lshw (您可能必须先使用sudo apt-get install lshw )。来自lshw man页面:
DESCRIPTION
lshw is a small tool to extract detailed information on the hardware
configuration of the machine. It can report exact memory configuration,
firmware version, mainboard configuration, CPU version and speed, cache
configuration, bus speed, etc. on DMI-capable x86 or IA-64 systems and
on some PowerPC machines (PowerMac G4 is known to work).
It currently supports DMI (x86 and IA-64 only), OpenFirmware device
tree (PowerPC only), PCI/AGP, CPUID (x86), IDE/ATA/ATAPI, PCMCIA (only
tested on x86), SCSI and USB.https://askubuntu.com/questions/719754
复制相似问题