As of yesterday, I left my PC on standby, took a nap, and when I woke back up and turned it back on, internet connection stopped working.
I tried verifying whether it was an hardware issue, which it wasn’t.
PC is connected via ethernet straight to the router, it is connected via LAN to the network but it is the only device under the network unable to communicate with WAN. I tried also moving the ethernet cable into a USB adapter and connecting it to a 3.0 port to no avail.
curl returns in 0ms, pinging 8.8.8.8 does nothing, stopping firewalld is useless and trace returns an empty trace.
Curiously enough, connecting the PC to my phone and using it for Tethering works fine.
My PC doesn’t have an integrated wifi card, it cannot go in airplane mode.
I have rebooted my PC several times.
The NetworkManager 00-wifi-powersave.conf file didn’t even exist before I opened it with nano, is that normal?
Either way I created it and copied the contents you sent.
If rebooting your PC doesn’t help the first time, doing it again is a waste of time. Try traceroute 8.8.8.8 to see how far pinging gets before failing.
Hi FallBack…
Try a complete shutdown to power off and then unplug the machine from the network and the power supply, wait about 30 seconds, plug everything back in and power up. Some network cards do not behave well when the machine returns from sleep or hibernate mode.
Once the machine is back up:
open a terminal
ifconfig — do you see an interface with an IP address? (usually in the 192.168.xx.xx or 10.xx.xx.xx range) – IF NOT you are not getting an IP address from your router/gateway, bad cable/connection between computer and router or router is having an issue
ip route show default — can you ping the address after “via”? — YES, connection between router and computer is good
nslookup google.com — did this return and address? – NO, you have a DNS problem, check the configuration on the router
ping the address returned by nslookup for google.com — ping returning good response? — NO, check with your ISP … (you should also be able to ping 8.8.8.8)