$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 009: ID 0951:1642 Kingston Technology DT101 G2
Bus 001 Device 007: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 001 Device 010: ID 046d:c316 Logitech, Inc. HID-Compliant Keyboard
Bus 001 Device 005: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
然后使用显示集线器的树表示:
$ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 6: Dev 5, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 10, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 1: Dev 10, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 7, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 9, If 0, Class=Mass Storage, Driver=usb-storage, 480M
所以奇怪的是,如果它们被打开,你看不到调制解调器。您能否发送命令的输出sudo lsusb和sudo lsusb -v(可能有点长)。命令用 完成sudo,因为如果您不是 user root,可能会丢失一些信息。
通常 lsusb 会列出所有设备,无论它们是直接连接到中央单元还是通过 HUB。比如我的鼠标、键盘和U盘都连接在屏幕提供的HUB上。如果以平面方式显示:
然后使用显示集线器的树表示:
所以奇怪的是,如果它们被打开,你看不到调制解调器。您能否发送命令的输出
sudo lsusb
和sudo lsusb -v
(可能有点长)。命令用 完成sudo
,因为如果您不是 userroot
,可能会丢失一些信息。