1 example for lspci

{{ score }}
  # list PCI devices
lspci
# also print corresponding kernel modules/drivers
lspci -k
# output overly verbose information about every device
lspci -v