1. # Run the commands one-by-one, and copy-paste the output to a new pastebin
  2. lspci -nn # PCI Devices
  3. lsusb # USB Devices
  4. sudo lshw -C network # Network info
  5. lsmod # Kernel modules
  6.  
  7. ifconfig # Wireless / Wired connection info
  8. iwconfig # Wireless
  9. cat /etc/network/interfaces
  10. cat /etc/resolv.conf # DNS servers
  11. nm-tool # Network manager status, wireless / wired connection info
  12.  
  13. dmesg > dmesg.log
  14. gedit dmesg.log