I am using ubuntu 14.04 for quite a while and never had this problem. But last time that I updated it, it lost its internet connection. It is a PC and I am just using wired connection. I saw several posts about it, usually they upgraded from another version to 14.04, and the answer didn't help. Thanks
Asked
Active
Viewed 3,319 times
2 Answers
0
Press ctrl+alt+T and paste in: Code:
sudo gedit /etc/network/interfaces
Remove everything and paste the code given below in the file
Code:
auto lo
iface lo inet loopback
Then Check /etc/NetworkManager/nm-system-settings.conf
Press ctrl+alt+T and paste in:
Code:
sudo gedit /etc/NetworkManager/nm-system-settings.conf
and set file with code shown below
Code:
[ifupdown]
managed=false
Restart computer or NetworkManager service.
For more info See: Network manager
Hope this solves
0
I followed the same procedure that is mentioned here:
Last upgrade crashes network manager (no internet connection, no applet)
I thought it is not related to my problem because I haven't upgraded my Ubuntu just was doing regular updating. But I tried it and it worked. I downloaded libnl files on another computer and copied them to my system by USB. It was pretty straight forward!
sudo gedit /etc/network/interfaces
on the terminal, I am getting this error Gtk-Warning **: calling ingibit failed : GDBus.Error:org.freedestop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files – azar May 17 '16 at 18:10