此内容没有您所选择的语言版本。
24.5. Viewing Hardware Information
24.5.1. Using the lspci Command 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
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.