24.5. Viewing Hardware Information
24.5.1. Using the lspci Command Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The
lspci
command allows you to display information about PCI buses and devices that are attached to them. To list all PCI devices that are in the system, type the following at a shell prompt:
lspci
lspci
This displays a simple list of devices, for example:
You can also use the
-v
command-line option to display more verbose output, or -vv
for very verbose output:
lspci -v|-vv
lspci -v|-vv
For instance, to determine the manufacturer, model, and memory size of a system's video card, type:
For a complete list of available command-line options, see the lspci(8) manual page.