確認方法 |
作業は、ターミナル内でおこないます。
< Step 1> |
lspci コマンドを実行して、デバイス一覧を表示させる。 |
< Step 2 > |
表示された中から「NEC Corporation USB (rev 43)」を探し、左端のBusNumberとSlotNumberを確認する。 |
|
ex) |
$ lspci
05:06.0 USB Controller: NEC Corporation USB (rev 43)
05:06.1 USB Controller: NEC Corporation USB (rev 43)
05:06.2 USB Controller: NEC Corporation USB 2.0 (rev 04) |
< Step 3 > |
lspci コマンドで "-vnns" オプションを追加し、末尾にBusNumberとSlotNumberを入力/実行する。 |
|
ex) |
$ lspci -vnns 05:06
05:06.0 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
Subsystem: Ratoc System Inc Device [1195:0035]
Flags: bus master, medium devsel, latency 32, IRQ 20
Memory at fd8ff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: ohci_hcd
05:06.1 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
Subsystem: Ratoc System Inc Device [1195:0035]
Flags: bus master, medium devsel, latency 32, IRQ 21
Memory at fd8fe000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: ohci_hcd
05:06.2 USB Controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
Subsystem: Ratoc System Inc Device [1195:00e0]
Flags: bus master, medium devsel, latency 32, IRQ 22
Memory at fd8fd000 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd |
|