That is interesting. It shows your wired ethernet connection (eth0) is configured and working somewhat, and it shows that your wireless connection is not configured, but also is getting some sort of traffic or attempts at traffic, or it was configured for a short time and received traffic, but now no longer is configured.
I can explain how to configure your wireless connection manually, but it will take me a bit to get it written down and double checked.
For additional info, you can look at the configuration files for your network interfaces (abbreviated "if" in the linux world):
And for how your wifi interface in particular is configured:
Code: Select all
sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
And you might as well list (ls) your usb devices so we can make sure it is seen by the usb system and what exactly it is:
You are going to need to know how your wifi network is configured:
What is its SSID, the exact name of the network you see listed when you scan for networks in any wifi tool
What kind of encryption it uses, typically WPA or WPA2, but could be none or WEP
What the password for the network is if there is one
Is there a DHCP server
What IP network addresses are typically used, often 192.168.1.x or 192.168.0.x or a 10.x.x.x network