PCI Flashcards
lspci
allows you to view currently installed and recognized PCI and PCIe cards on the system
lspci -A
define the method to access the PCI information
lspci -b
display connection information from the card point of view
lspci -k
display the kernel driver modules for each installed PCI card
lspci -m
display information in machine-readable format
lspci -n
display vendor and device information as numbers instead of text
lspci -q
query the centralized PCI database for information about the installed PCI cards
lspci -t
display a tree diagram that shows the connections between cards and buses
lspci -v
display additional information (verbose) about the cards
lspci -x
display a hexidecimal output dump of the card information