hardware.rst
changeset 1737 2d88e8614cd3
parent 1736 6b52afb7e457
child 1744 b45f0cb91d7e
equal deleted inserted replaced
1736:6b52afb7e457 1737:2d88e8614cd3
    15                 monitor for hardware changes
    15                 monitor for hardware changes
    16   ``lspci``
    16   ``lspci``
    17     All PCI devices.
    17     All PCI devices.
    18   ``lspci -vvv``
    18   ``lspci -vvv``
    19     All PCI devices. Very verbose output.
    19     All PCI devices. Very verbose output.
    20   ``lspci -vvvnn``
    20   ``sudo lspci -vvvnn``
    21     All PCI devices. Very verbose output with vendor and device codes as both numbers and names.
    21     All PCI devices. Very verbose output with vendor and device codes as both numbers and names.
    22   ``hwinfo --short``
    22   ``hwinfo --short``
    23                 Overview of all hardware, as well as more detailed info.
    23                 Overview of all hardware, as well as more detailed info.
    24   ``lshw``
    24   ``lshw``
    25                 Another program for listing hardware.
    25                 Another program for listing hardware.