Linux Command - lspci
The Linux lspci command is used to show information about PCI busses and PCI devices.
NOTE:
- There are a lot of options. We’re covering the basic, most common options here.
- Some options may need root
lspci # neat list of PCI devices
lspci -m # machine readable
lspci -mm # machine readable by scripts ( same?? )
lspci -k # show driver info
lspci -t # tree
lspci -tv # tree with descriptions
lspci -v # verbose, lots of data
lspci -vv # more verbose, all useful data
lspci -vvv # even more verbose, even data that isn't useful