PDA

View Full Version : [SOLVED] Network manager is not running



HomoGleek
September 29th, 2009, 09:18 PM
Hi

Sometimes when my USB dongle gets knocked the network manager stops running, meaning I cant reconnect.

Is there any way too restart it without restarting ubuntu?

(Not really sure what forum this belongs in?)

Michael.Godawski
September 29th, 2009, 09:30 PM
sudo /etc/init.d/networking restartThis is what I use. But you need to remain the terminal window into which you type this open, you close it, nm-applet closes too. ;)

HomoGleek
September 29th, 2009, 09:50 PM
sudo /etc/init.d/networking restartThis is what I use. But you need to remain the terminal window into which you type this open, you close it, nm-applet closes too. ;)

Many Thanks :)

Is there anyway too create a shortcut for the 'command' (is command the correct term?)
for example is there anyway I could create a icon for it, or say I type something like networkmanstart in terminal and it would run that 'command', as I will forget this :P

rasungod_7
September 29th, 2009, 10:38 PM
Yes.

Right click on the desktop and select "create launcher"

Name it what ever you want, and put the command in the command window.

Hope this works

HomoGleek
September 29th, 2009, 10:51 PM
Created a custom application launcher on one of my panels, select application run in terminal, and it appears too work.

Thanks

HomoGleek
October 2nd, 2009, 10:07 PM
sudo /etc/init.d/networking restartThis is what I use. But you need to remain the terminal window into which you type this open, you close it, nm-applet closes too. ;)

NetworkManager stopped today, tried that command but It didn't work, so I looked around the /etc/init.d/ and worked out that

sudo /etc/init.d/NetworkManager restart
I am looking for.

Rather pleased with myself for my first 'fix', even though it is rather small :P