I have a fresh install of ubuntu 17.10 .. After installation, I was able to browse the internet, but 1 day later, and even though wi-fi appears listed as working, it is not.
I've searched around for some solution to this and have seen that I should run
gksudo gedit /etc/NetWorkManager/NetworkManger.conf
and make changes there.. however, gksudo
is not something which comes with 17.10, I think, and I can't install it as no internet..
Is there a work around for this problem?
And since this is apparently a bug from 17.04 (?) is it not fixed in 17.10?
gksudo
is for x/x11 environments, and won't work in wayland (wayland is default for 17.10 if you're hardware can handle it though error is "can't open display"). you're just using an editor (gedit) and raising privileges (gksudo) so i'd usesudo vi ..
from a terminal instead (you can replace vi with nano or whatever editor you prefer). If i was chasing a networking issue I'd be usingping
etc & have a clear view on issue before I'd change the config. NetworkManager can also be changed using network icon top right – guiverc Dec 21 '17 at 02:44