0

I just upgraded my ubuntu to 16.04, and after a couple of days of working fine suddenly it stopped funtcioning. There is only one network available in the network list, and it's not mine.There are usally a lot of the as I live in a city. My mobile wifi neither has effect. The conection editor does not seem to give me any solution. Please help! Thank you.

Seven
  • 1
  • See http://askubuntu.com/questions/425155/my-wireless-wifi-connection-does-not-work-what-information-is-needed-to-diagnos/425205#425205 download the script form their, run it and paste the info in pastebin.com – rancho Aug 09 '16 at 20:27
  • Please [edit] your question and add output of lspci -knn | grep Net -A2 terminal command. – Pilot6 Aug 10 '16 at 13:52

1 Answers1

0

Please write the output of:

rfkill list

If your wlan0 is hard blocked, unblock it with fn+f2 button (or some other f button, which enables/disables wifi).

Alice
  • 36