Lspci - List PCI Devices | Online Free DevTools by Hexmos
List PCI devices instantly with Lspci. Identify hardware components and troubleshoot system issues using command line. Free online tool, no registration required.
lspci
List all PCI devices. More information: https://manned.org/lspci.
- Show a brief list of devices:
lspci
- Display additional information (Note: the
-v
flag can be repeated to increase verbosity):
lspci -v
- Display drivers and modules handling each device:
lspci -k
- Show a specific device:
lspci -s {{00:18.3}}
- Dump info in a readable form:
lspci -vm
- Show PCI vendor and device codes alongside its name:
lspci -nn