Page 1 of 1

network manager icon missing

Posted: Fri Aug 10, 2012 12:59 pm
by pradhishkumaAR
Dear all

I have laptop hp dv6 running linux mint debian edition. All was fine till suddenly my network manager applet in the notification area of mate panel went missing. I am trying to get in back with no luck. Any help will be appreciated. The network manger seems to be working int he background and connecting to the networks. I really don know how to make it appear in the notification area as an applet so i can control it.

thanks in advance

Re: network manager icon missing

Posted: Fri Aug 10, 2012 1:28 pm
by Fornhamfred
Try the following

right click panel>add to panel>Notification Area

Re: network manager icon missing

Posted: Sat Aug 11, 2012 2:26 am
by pradhishkumaAR
Thanks for the reply i have tried that but the notiification area comes without the nm applet

Re: network manager icon missing

Posted: Sat Aug 11, 2012 1:23 pm
by Fornhamfred
Try this solution>

THE SOLUTION!

Unread postby Mike_IronFist ยป Sun Aug 05, 2012 12:22 am
I FIGURED OUT HOW TO FIX THIS PROBLEM! :D

There was actually a more serious problem behind this - the network manager was not managing my network card, hence the "Device not managed" message.

Here's how I fixed it.

First I opened a terminal and I used the program nano to edit the Network manager config.
This was done with the following command:

Code: Select all
sudo nano /etc/NetworkManager/NetworkManager.conf


In that file, change the line that says managed=false to read managed=true

Then, the following two commands restarted the Network Manager service, allowing the applet to work properly:

Code: Select all
sudo service network-manager stop
sudo service network-manager start

Re: network manager icon missing

Posted: Mon Aug 13, 2012 9:07 am
by pradhishkumaAR
Hi there thanks for trying to solve my problem but unfortunately changing it to true also dint help, Still the same problem. I have installed wifi radar and wicd network manager to control the wifi. But i consider this a workaround. Would love to figure out why this is happening as others mite also have the same issue . For a newbie its bit hard to figure out if the applet goes down.

Re: network manager icon missing

Posted: Wed Aug 15, 2012 8:28 pm
by pradhishkumaAR
Hello everyone i tried trouble shooting a bit and found a temporary problem and a complete solution, tried using command line to connect using all the commands for iwconfig and ifconfig iwlist and dhclient but in vain as it din get ip address from certain networks. Even wicd and wifi radar failed to do the trick. In the end installd gnome-settings-daemon and gnome-keyring after downgrading certain libraries and the installd network-manger-gnome and finally this did the trick. I expect this as not the right way as i am using mate desktop and gnome gives the applet. If anyone has the same problem this mite work for them.