mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
24 lines
284 B
Markdown
24 lines
284 B
Markdown
![]() |
# 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`
|
||
|
|
||
|
- Show a specific device:
|
||
|
|
||
|
`lspci -s {{bus:device.func}}`
|
||
|
|
||
|
- Dump info in readable form:
|
||
|
|
||
|
`lspci -vm`
|