tldr/pages/linux/lspci.md

24 lines
277 B
Markdown
Raw Normal View History

2017-11-24 15:36:29 +00:00
# lspci
> List all PCI devices.
- 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`