# HG changeset patch # User Oleksandr Gavenko # Date 1442478115 -10800 # Node ID a37bc3e0f1db70a1b80009d43607121dd08501f8 # Parent b45f0cb91d7e441e70781ed3e7ad7cc0f96f5ffd hardinfo, lshw-gtk diff -r b45f0cb91d7e -r a37bc3e0f1db hardware.rst --- a/hardware.rst Thu Sep 17 11:04:48 2015 +0300 +++ b/hardware.rst Thu Sep 17 11:21:55 2015 +0300 @@ -9,10 +9,12 @@ List hardware under Linux. ========================== +Command line: + ``dmesg`` - Messages about detecting new hardware. + Messages about detecting new hardware. ``lshal -m`` - monitor for hardware changes + monitor for hardware changes ``lspci`` All PCI devices. ``lspci -vvv`` @@ -20,18 +22,20 @@ ``sudo lspci -vvvnn`` All PCI devices. Very verbose output with vendor and device codes as both numbers and names. ``hwinfo --short`` - Overview of all hardware, as well as more detailed info. + Overview of all hardware, as well as more detailed info. ``lshw`` - Another program for listing hardware. + Another program for listing hardware. ``lshw -html | w3m -T text/html`` - Lists hardware with HTML output in the w3m web browser. + Lists hardware with HTML output in the w3m web browser. ``uptime`` - Current time elapsed since last reboot, users, and load average. + Current time elapsed since last reboot, users, and load average. ``lsusb`` USB buses and attached devices. ``lsusb -vvv`` USB buses and attached devices. Very verbose output. +GUI: ``hardinfo``, ``lshw-gtk``. + List hardware under Windows. ============================