# Run the commands one-by-one, and copy-paste the output to a new pastebin lspci -nn # PCI Devices lsusb # USB Devices sudo lshw -C network # Network info lsmod # Kernel modules ifconfig # Wireless / Wired connection info iwconfig # Wireless cat /etc/network/interfaces cat /etc/resolv.conf # DNS servers nm-tool # Network manager status, wireless / wired connection info dmesg > dmesg.log gedit dmesg.log