hardinfo, lshw-gtk
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 17 Sep 2015 11:21:55 +0300
changeset 1745 a37bc3e0f1db
parent 1744 b45f0cb91d7e
child 1746 6148eb63e235
hardinfo, lshw-gtk
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.
 ============================