Page 1 of 1

Howto restart network-manager to solve "Networking disabled"

Posted: Mon Jan 23, 2012 5:39 pm
by sagirfahmid3
So, today I had this random annoying problem when I was browsing the web with Firefox. One minute the internet was fine, the next minute the internet was gone and on top of that the network-manager applet stopped working (even when I restarted the computer, it persisted). The nm-applet was greyed out and it said "Networking disabled". If anyone ever has this problem, I hope this solution will find you well. I looked all over Ubuntu forums (many people had the same problem as me), but the forum's answers didn't work for me.

Thank yous go to Praveen, the dude came up with it: http://www.geekyard.com/os/linux-os/fix ... ntu-10-04/

So basically, you open up the terminal and type in these commands

Code: Select all

service network-manager stop
rm /var/lib/NetworkManager/NetworkManager.state
service network-manager start
The problem was fixed immediately for my case, but you may need to restart the computer.

Re: [SOLVED]Network Manager gone missing!("Networking disabl

Posted: Mon Jan 23, 2012 5:50 pm
by xenopeek
Moved here by moderator

Re: Howto restart network-manager to solve "Networking disab

Posted: Sun Feb 12, 2012 10:01 am
by Terminal(ly)-Ill
I'm still very new but maybe try this:

http://forums.linuxmint.com/viewtopic.php?f=42&t=92488

edit: whoops, wrong thread, sorry for the bump, was meant for another thread. :mrgreen:

Re: Howto restart network-manager to solve "Networking disab

Posted: Sun Feb 12, 2012 10:09 am
by rdonnelly
I just RMB networking on the panel near the clock, untick enable, then retick enable and it restarts.

Re: Howto restart network-manager to solve "Networking disab

Posted: Sun Feb 12, 2012 10:14 am
by sagirfahmid3
rdonnelly wrote:I just RMB networking on the panel near the clock, untick enable, then retick enable and it restarts.
That was the first thing I tried. How can I do that if networking is disabled? So...no... :roll:

Re: Howto restart network-manager to solve "Networking disab

Posted: Tue Feb 21, 2012 1:47 am
by kallli
So, I'm having the same problem with my wireless internet connection. I pasted the code into the terminal, restarted the computer, and nothing changed. Any suggestions?

Re: Howto restart network-manager to solve "Networking disab

Posted: Tue Feb 21, 2012 2:31 am
by sagirfahmid3
Ok, first become admin:
terminal> su
enter password
NOW, type in those commands again and see if it works

Re: Howto restart network-manager to solve "Networking disab

Posted: Tue Feb 21, 2012 11:15 am
by kallli
it didn't work - i'm just realizing that the original post may be for a wired network? I'm having trouble with my wireless network - would the code be something completely different?

Re: Howto restart network-manager to solve "Networking disab

Posted: Tue Feb 21, 2012 11:54 am
by sagirfahmid3
No, that happened on my lappy on my wi-fi. I don't know about wired problem. I dunno, sorry :|

Re: Howto restart network-manager to solve "Networking disab

Posted: Fri Jun 06, 2014 9:10 am
by valimazarescu
For me it worked smoothly. All you have to do is to run the commands as root (use sudo in front of every one of the 3 command lines)