I did a clean installation of Ubuntu 16.04 and fully updated the system via terminal. After that, I installed nVidia driver downloaded from its official page. Now I'm stuck in infamous login-loop and I can work only with tty. I think solution from this question would work for me, but there's the problem - the internet doesn't work, so I can't finish sudo ubuntu-drivers autoinstall
. Neither Wi-Fi nor USB tethering from phone works.
Here are outputs for commands I tried:
ifconfig wlan0
wlan0: error fetching interface information: Device not found
lspci -nn | grep 0280
03:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
3: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
sudo apt purge nvidia*
and start over. If you're unsure about how to correctly install Nvidia drivers and especially what version to choose from, please post anew question. – Feb 14 '17 at 11:25sudo service lightdm stop
to stop X server, and run the installer. And then I did what installer wanted me to do (remove Nouveau, and let it add modprob file to automatically disable it in case if it was installed again). I knew nVidia drivers usually bring problems, that's why I did it on clean installation, but I hoped I will be able to somehow make it work. – PKM Feb 14 '17 at 12:04sudo ~/installation_file.run --uninstall
where installation_file must match the name in the file you downloaded from Nvidia. – Feb 14 '17 at 12:23