--- 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.
============================