VdStudioS.info
+1.8142333742

lspci

The lspci command is a standard utility on Linux and Other Unix like operating systems. It is used to get and display information about PCI (Peripheral Component Interconnect) buses and devices connected to a system. It is part of the pciutils package. Running lspci with no arguments prints a list of installed hardware. Things like your graphics card, network adapters, and USB controllers/devices. Here are a few commonly useful variations:

Variations

The standard output is organized into a format similar to this:
01:00.0 VGA compatible controller: NVIDIA Corporation GA106 [GeForce RTX 3060] (rev a1)

Output Structure

  1. Slot/Address:01:00.0 (Bus:Device.function).
  2. Class:VGA compatible controller .
  3. Vendor & Device name:NVIDIA Corporation GA106 [GeForce RTX 3060] .
  4. Revision:(rev a1) .
For more info, a little tldr;, visit our lspci Manpage. lspci is part of the pciutils package. You can use lsusb to get similar information on USB devices.
Sitemap
© VdStudioS 2026