Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Usage: lspci [<switches>]
  2.  
  3. Basic display modes:
  4. -mm Produce machine-readable output (single -m for an obsolete format)
  5. -t Show bus tree
  6.  
  7. Display options:
  8. -v Be verbose (-vv for very verbose)
  9. -k Show kernel drivers handling each device
  10. -x Show hex-dump of the standard part of the config space
  11. -xxx Show hex-dump of the whole config space (dangerous; root only)
  12. -xxxx Show hex-dump of the 4096-byte extended config space (root only)
  13. -b Bus-centric view (addresses and IRQ's as seen by the bus)
  14. -D Always show domain numbers
  15.  
  16. Resolving of device ID's to names:
  17. -n Show numeric ID's
  18. -nn Show both textual and numeric ID's (names & numbers)
  19. -q Query the PCI ID database for unknown ID's via DNS
  20. -qq As above, but re-query locally cached entries
  21. -Q Query the PCI ID database for all ID's via DNS
  22.  
  23. Selection of devices:
  24. -s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
  25. -d [<vendor>]:[<device>][:<class>] Show only devices with specified ID's
  26.  
  27. Other options:
  28. -i <file> Use specified ID database instead of vga|3d|display
  29. -p <file> Look up kernel modules in a given file instead of default modules.pcimap
  30. -M Enable `bus mapping' mode (dangerous; root only)
  31.  
  32. PCI access options:
  33. -A <method> Use the specified PCI access method (see `-A help' for a list)
  34. -O <par>=<val> Set PCI access parameter (see `-O help' for a list)
  35. -G Enable PCI access debugging
  36. -H <mode> Use direct hardware access (<mode> = 1 or 2)
  37. -F <file> Read PCI configuration dump from a given file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement