hardware.rst
changeset 1800 52dc917e83bb
parent 1799 68dd5bfdd65a
child 1801 8d1f64bb9f7f
equal deleted inserted replaced
1799:68dd5bfdd65a 1800:52dc917e83bb
   177 Networking.
   177 Networking.
   178 ===========
   178 ===========
   179 
   179 
   180   ``lspci | grep Ethernet``
   180   ``lspci | grep Ethernet``
   181     Ethernet controllers.
   181     Ethernet controllers.
       
   182   ``lshw -class network``
       
   183     Hardware capabilities of network devices.
       
   184   ``sudo ethtool eth0``
       
   185     Hardware capabilities of network device.
       
   186   ``ethtool -i eth0``
       
   187     Driver info.
   182   ``ip link show``
   188   ``ip link show``
   183     List of netword devices and MAC addresses.
   189     List of netword devices and MAC addresses.
   184   ``ip addr show``
   190   ``ip addr show``
   185     List of netword devices, assigned IP addresses and MAC addresses.
   191     List of netword devices, assigned IP addresses and MAC addresses.
   186   ``ifconfig``
   192   ``ifconfig``