commands.sh

lspci

linux

List all PCI devices.

More info →

Examples (6)

Show a brief list of devices

Display [v]erbose information (Note: the `-v` flag can be repeated to increase verbosity)

Display [k]ernel drivers and modules handling each device

[s]elect a specific device

lspci -s 00:18.3

Dump info in a ([m]achine) readable form

lspci -vm

Show PCI vendor and device codes as both [n]umbers and [n]ames

lspci -nn
made by @shridhargupta | data from tldr-pages