Difference between revisions of "Network Manager is Missing"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
If the network-manager icon does not show up. | If the network-manager icon does not show up. | ||
− | # Check to see if the | + | # Check to see if the notification area is installed on the panel. |
# If this fails to work edit <code>/etc/NetworkManager/nm-system-settings.conf</code>. Change the line that reads <code>managed=false</code> to read <code>managed=true</code> and then run <code>sudo service network-manager restart</code> | # If this fails to work edit <code>/etc/NetworkManager/nm-system-settings.conf</code>. Change the line that reads <code>managed=false</code> to read <code>managed=true</code> and then run <code>sudo service network-manager restart</code> | ||
# If the above fails, goto System > Preferences > Startup Applications, then add nm-applet. | # If the above fails, goto System > Preferences > Startup Applications, then add nm-applet. | ||
[[Category: Tech support]] | [[Category: Tech support]] |
Revision as of 15:52, 7 November 2012
If the network-manager icon does not show up.
- Check to see if the notification area is installed on the panel.
- If this fails to work edit
/etc/NetworkManager/nm-system-settings.conf
. Change the line that readsmanaged=false
to readmanaged=true
and then runsudo service network-manager restart
- If the above fails, goto System > Preferences > Startup Applications, then add nm-applet.