0

It had been working just fine until now, but I've tried every solution and sequenceo of commands I've found and nothing seems to work (though I admit I barely understood most of the solutions I've read).

The wifi icon flashes like it's connecting, stays like that for a long time, and eventually stops trying. Sometimes, upon trying to connect to my home network, it just stays fixed on a random bar and never does anything.

Here's what comes out of the commands recommended while posting the question:

pastebin

1 Answers1

1

Are you using a Virtual Machine of some sort to run your Ubuntu?

If you are using a VM, then check your VM setting to make sure it can connect to your desired connection. If you are not connected to a VM, then try to click on your network and click "Forget Network" and try to reconnect to it. before that you may want to try to restart your network manager with this terminal command:

sudo service network-manager restart
DELETED
  • 11