Wi-Fi Not Working on Ubuntu? Here's How to Fix it.
Wi-Fi Not Working on Ubuntu? Here's How to Fix it
Temporarily Solution:
We need to open file /etc/resolv.conf
# add this below line...
nameserver 8.8.8.8
nameserver 8.8.8.8
then restarted using
sudo /etc/init.d/networking restart
https://askubuntu.com/questions/1021888/ubuntu-18-04-beta-cannot-connect-to-wifi-internet
Comments