Este contenido no está disponible en el idioma seleccionado.
24.5. Viewing Hardware Information
24.5.1. Using the lspci Command Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
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.