After returning from a 12 day break on which I had my laptop and also installed updates when available, I found that my system no longer connected to the Internet using the Ethernet connection. I can now only connect using the wireless option.
I originally thought that it was a hardware problem, but after trying an Artful installation usb, I found that it could connect the Internet using the Ethernet connection. I also booted up Windows 7 and found that for it, the Ethernet connection also worked.
So it now looks like something in my software is causing the problem. The ifconfig gives
and the ls command gives
I am wondering if anyone knows what I need to do to resolve this problem?
I originally thought that it was a hardware problem, but after trying an Artful installation usb, I found that it could connect the Internet using the Ethernet connection. I also booted up Windows 7 and found that for it, the Ethernet connection also worked.
So it now looks like something in my software is causing the problem. The ifconfig gives
Code:
:~$ ifconfig -a | grep eth ether 10:bf:48:9c:3e:3e txqueuelen 1000 (Ethernet) ether dc:85:de:04:64:6d txqueuelen 1000 (Ethernet)
Code:
:~$ sudo ls /sys/class/net enp4s0 lo wlp3s0
Comment