lsusb および sys ファイルシステムにリストされている USB デバイスが一致しません。

lsusb および sys ファイルシステムにリストされている USB デバイスが一致しません。

私はUbuntu 18.04 LTS PCで作業しています。特定のUSBデバイスIDと一致するUSB​​デバイス名を見つける必要があります。 USB デバイスインターフェイスを一覧表示するコマンドを実行すると、lsusb次の結果が表示されます。

Bus 002 Device 004: ID 03f0:231d Hewlett-Packard Broadcom 2070 Bluetooth Combo
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 04f2:1452 Chicony Electronics Co., Ltd 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 138a:003c Validity Sensors, Inc. VFS471 Fingerprint Reader
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

ファイルシステムでそのデバイス名を見つけるために、次のコマンドを実行しました。

/etc/udev/rules.d$ ls -l /sys/bus/usb/devices/

そして得る:

lrwxrwxrwx 1 root root 0 May 20 20:24 1-0:1.0 -> ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-0:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 1-1 -> ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1
lrwxrwxrwx 1 root root 0 May 20 20:24 1-1.1 -> ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1
lrwxrwxrwx 1 root root 0 May 20 20:24 1-1:1.0 -> ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 1-1.1:1.0 -> ../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 2-0:1.0 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-0:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 2-1 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1
lrwxrwxrwx 1 root root 0 May 20 20:24 2-1:1.0 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 2-1.6 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6
lrwxrwxrwx 1 root root 0 May 20 20:24 2-1.6:1.0 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 2-1.6:1.1 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1
lrwxrwxrwx 1 root root 0 May 20 20:24 2-1.6:1.2 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2
lrwxrwxrwx 1 root root 0 May 20 20:24 2-1.6:1.3 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.3
lrwxrwxrwx 1 root root 0 May 20 20:24 3-0:1.0 -> ../../../devices/pci0000:00/0000:00:1c.7/0000:26:00.0/usb3/3-0:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 3-1 -> ../../../devices/pci0000:00/0000:00:1c.7/0000:26:00.0/usb3/3-1
lrwxrwxrwx 1 root root 0 May 20 20:24 3-1:1.0 -> ../../../devices/pci0000:00/0000:00:1c.7/0000:26:00.0/usb3/3-1/3-1:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 3-1:1.1 -> ../../../devices/pci0000:00/0000:00:1c.7/0000:26:00.0/usb3/3-1/3-1:1.1
lrwxrwxrwx 1 root root 0 May 20 20:24 3-1:1.2 -> ../../../devices/pci0000:00/0000:00:1c.7/0000:26:00.0/usb3/3-1/3-1:1.2
lrwxrwxrwx 1 root root 0 May 20 20:24 4-0:1.0 -> ../../../devices/pci0000:00/0000:00:1c.7/0000:26:00.0/usb4/4-0:1.0
lrwxrwxrwx 1 root root 0 May 20 20:24 usb1 -> ../../../devices/pci0000:00/0000:00:1a.0/usb1
lrwxrwxrwx 1 root root 0 May 20 20:24 usb2 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2
lrwxrwxrwx 1 root root 0 May 20 20:24 usb3 -> ../../../devices/pci0000:00/0000:00:1c.7/0000:26:00.0/usb3
lrwxrwxrwx 1 root root 0 May 20 20:24 usb4 -> ../../../devices/pci0000:00/0000:00:1c.7/0000:26:00.0/usb4

ご覧のとおり、上記の2つのコマンドの出力にリストされているデバイスIDの間に一致するものはありません。。ここに不正確な内容がありますか?一致するデバイスIDとそのデバイス名を検索するにはどうすればよいですか?

ベストアンサー1

おすすめ記事