hardware.rst
changeset 1736 6b52afb7e457
parent 1727 53d03310c72e
child 1737 2d88e8614cd3
equal deleted inserted replaced
1735:dd2f0b8c2b79 1736:6b52afb7e457
    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``
       
    21     All PCI devices. Very verbose output with vendor and device codes as both numbers and names.
    20   ``hwinfo --short``
    22   ``hwinfo --short``
    21                 Overview of all hardware, as well as more detailed info.
    23                 Overview of all hardware, as well as more detailed info.
    22   ``lshw``
    24   ``lshw``
    23                 Another program for listing hardware.
    25                 Another program for listing hardware.
    24   ``lshw -html | w3m -T text/html``
    26   ``lshw -html | w3m -T text/html``