System Grab Bag

View all TLDR pages from Linux (or from all pages)

lspci

List all PCI devices. More information: https://manned.org/lspci.
  • Show a brief list of devices:
    lspci
  • Display additional info:
    lspci -v
  • Display drivers and modules handling each device:
    lspci -k
  • Show a specific device:
    lspci -s {{00:18.3}}
  • Dump info in a readable form:
    lspci -vm

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.