network manager icon missing

Archived topics about LMDE 1 and LMDE 2
Locked
pradhishkumaAR
Level 1
Level 1
Posts: 36
Joined: Mon Sep 10, 2007 10:51 am

network manager icon missing

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: network manager icon missing

Post by Fornhamfred »

Try the following

right click panel>add to panel>Notification Area
pradhishkumaAR
Level 1
Level 1
Posts: 36
Joined: Mon Sep 10, 2007 10:51 am

Re: network manager icon missing

Post by pradhishkumaAR »

Thanks for the reply i have tried that but the notiification area comes without the nm applet
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: network manager icon missing

Post 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
pradhishkumaAR
Level 1
Level 1
Posts: 36
Joined: Mon Sep 10, 2007 10:51 am

Re: network manager icon missing

Post 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.
pradhishkumaAR
Level 1
Level 1
Posts: 36
Joined: Mon Sep 10, 2007 10:51 am

Re: network manager icon missing

Post 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.
Locked

Return to “LMDE Archive”