Posts Tagged ‘network-manager’

Fix Missing Network Manager In Ubuntu 10.04

Problem

Missing Network Manager ‘Applet’ in Ubuntu 10.04 LTS

Solutions

Method 1

Open the terminal type “sudo edit /etc/NetworkManager/nm-system-settings.conf”

change the “managed=false” to “managed=true” and then save it.

then in the terminal type “killall nm-system-settings”

and then reboot.

Method 2

right click panel>add to panel>Notification Area

Bug reported here

Source from here