# HG changeset patch # User Oleksandr Gavenko # Date 1449267207 -7200 # Node ID 52dc917e83bb88c5af71f32d507bf46ee82c474d # Parent 68dd5bfdd65a4892ab80259de6c0ecd32f9eb940 ethtool diff -r 68dd5bfdd65a -r 52dc917e83bb hardware.rst --- a/hardware.rst Fri Dec 04 23:48:44 2015 +0200 +++ b/hardware.rst Sat Dec 05 00:13:27 2015 +0200 @@ -179,6 +179,12 @@ ``lspci | grep Ethernet`` Ethernet controllers. + ``lshw -class network`` + Hardware capabilities of network devices. + ``sudo ethtool eth0`` + Hardware capabilities of network device. + ``ethtool -i eth0`` + Driver info. ``ip link show`` List of netword devices and MAC addresses. ``ip addr show``