2017-11-24 15:36:29 +00:00
|
|
|
# lspci
|
|
|
|
|
|
|
|
> List all PCI devices.
|
2021-08-16 11:34:01 +01:00
|
|
|
> More information: <https://manned.org/lspci>.
|
2017-11-24 15:36:29 +00:00
|
|
|
|
|
|
|
- Show a brief list of devices:
|
|
|
|
|
|
|
|
`lspci`
|
|
|
|
|
|
|
|
- Display additional info:
|
|
|
|
|
|
|
|
`lspci -v`
|
|
|
|
|
|
|
|
- Display drivers and modules handling each device:
|
|
|
|
|
|
|
|
`lspci -k`
|
|
|
|
|
2017-11-24 15:59:52 +00:00
|
|
|
- Show a specific device:
|
2017-11-24 15:36:29 +00:00
|
|
|
|
2017-11-24 23:40:49 +00:00
|
|
|
`lspci -s {{00:18.3}}`
|
2017-11-24 15:36:29 +00:00
|
|
|
|
2017-11-24 23:40:49 +00:00
|
|
|
- Dump info in a readable form:
|
2017-11-24 15:36:29 +00:00
|
|
|
|
|
|
|
`lspci -vm`
|