< Step 1> |
lspci コマンドを実行して、デバイス一覧を表示させる。 |
< Step 2 > |
表示された中から「USB Controller: Renesas Technology Corp. Device 0015 (rev 02)」を探し、左端のBusNumberとSlotNumberを確認する。 |
|
ex) |
$ lspci
02:00.0 USB Controller: Renesas Technology Corp. Device 0015 (rev 02) |
< Step 3 > |
lspci コマンドで "-vnns" オプションを追加し、末尾にBusNumberとSlotNumberを入力/実行する。 |
|
ex) |
$ lspci -vnns 02:00
02:00.0 USB Controller [0c03]: Renesas Technology Corp. Device [1912:0015] (rev 02) (prog-if 30 [XHCI])
Subsystem: Ratoc System Inc Device [1195:3003]
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at fd6fe000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
Kernel modules: xhci-hcd |