2017-11-24 12:36:29 -03:00
|
|
|
# lspci
|
|
|
|
|
|
|
|
> List all PCI devices.
|
2021-08-16 07:34:01 -03:00
|
|
|
> More information: <https://manned.org/lspci>.
|
2017-11-24 12:36:29 -03:00
|
|
|
|
|
|
|
- Show a brief list of devices:
|
|
|
|
|
|
|
|
`lspci`
|
|
|
|
|
2025-06-04 20:33:51 +03:00
|
|
|
- Display additional information (Note: the `-v` flag can be repeated to increase verbosity):
|
2017-11-24 12:36:29 -03:00
|
|
|
|
|
|
|
`lspci -v`
|
|
|
|
|
|
|
|
- Display drivers and modules handling each device:
|
|
|
|
|
|
|
|
`lspci -k`
|
|
|
|
|
2017-11-24 12:59:52 -03:00
|
|
|
- Show a specific device:
|
2017-11-24 12:36:29 -03:00
|
|
|
|
2017-11-24 20:40:49 -03:00
|
|
|
`lspci -s {{00:18.3}}`
|
2017-11-24 12:36:29 -03:00
|
|
|
|
2017-11-24 20:40:49 -03:00
|
|
|
- Dump info in a readable form:
|
2017-11-24 12:36:29 -03:00
|
|
|
|
|
|
|
`lspci -vm`
|