I installed Lubuntu for the first time ever. I have just moved from Windows and I can not believe how much better it is. Anyway on to the problem I am having. When I plug the Ethernet in the circle just spend until it gives up. On Lubuntu 18.04. I have no WiFi adapter.
Code I get when I input: "lspci -knn | grep -A 3 -i ether && sudo lshw -C Network && ip addr" is as follows: https://pastebin.com/6gNr797d
lspci -knn | grep -A 3 -i ether && sudo lshw -C Network && ip addr
– AlexOnLinux Feb 17 '19 at 07:42lspci -knn | grep -A 3 -i ether
is missing, your ethernet adapter seems to be loaded properly and you recieve an ip from your router. what happens when you writeping -c 3 google.com
andping -c 3 8.8.8.8
– AlexOnLinux Feb 17 '19 at 09:23sudo apt-get update && sudo apt-get -y install speedtest-cli && speedtest
– AlexOnLinux Feb 19 '19 at 10:21sudo lsof /var/lib/dpkg/lock
to find the process that owns the lock file (if empty, assume the lock is left over from a previous boot and can besudo rm
removed), then consider doing asudo kill -9 <PID>
(getcat /etc/resolv.conf
? Are you able to reach this website and do the test: http://ipv6-test.com/ Whats your output ofroute
– AlexOnLinux Feb 23 '19 at 16:44route
command was replaced. Typeip route && ip -6 route
is the notebook connected directly with your router? do you know the router ip adress perhaps? Are there any other computer connected to that router? are they able to browse the web? what Operating Systems are you running on them? – AlexOnLinux Feb 25 '19 at 06:47