Installation
This page contains the instructions how to install indicator-network and connman for various distributions.
Ubuntu 10.04 LTS (Lucid Lynx)
Installation instructions for Ubuntu 10.04 LTS, applies both to Desktop and UNE:
- Install Indicator Network PPA:
sudo add-apt-repository ppa:indicator-network-developers/ppa sudo apt-get update
- Install indicator-network (which will also install connman):
sudo apt-get install indicator-network
Disable NetworkManager from starting during boot:
sudo mv /etc/init/network-manager.conf /etc/init/network-manager.conf-disabled sudo mv /etc/xdg/autostart/nm-applet.desktop /etc/xdg/autostart/nm-applet.desktop.disabled
- Reboot computer.
Use NetworkMenu by clicking network indicator icon.
Please note that network-manager is still installed, but not running. Also the nm-applet is removed from the panel.
Ubuntu 10.10 (Maverick Meerkat)
indicator-network and connman are now included in Maverick Meerkat, so there is no need to install any PPAs.
- Install indicator-network (which will also install connman):
sudo apt-get install indicator-network
Disable NetworkManager from starting during boot:
sudo mv /etc/init/network-manager.conf /etc/init/network-manager.conf-disabled sudo mv /etc/xdg/autostart/nm-applet.desktop /etc/xdg/autostart/nm-applet.desktop.disabled
- Reboot computer.
Use NetworkMenu by clicking network indicator icon.
Please note that network-manager is still installed, but not running. Also the nm-applet is removed from the panel.
Ubuntu 11.04 (Natty Narwhal)
- Install indicator-network (which will also install connman):
sudo apt-get install indicator-network
- Relogin to see the new network menu.
This installs both indicator-network and connman. As connman conflicts with network-manager, network-manager is automatically uninstalled.
Removing network-manager
If you are using lucid or maveric, want to continue using ConnMan and remove network-manager:
- Remove network-manager
sudo apt-get remove network-manager-gnome network-manager
- Also remove the files the we renamed above so that we don't leave them lingering for ever:
sudo rm /etc/init/network-manager.conf-disabled /etc/xdg/autostart/nm-applet.desktop.disabled
With natty network-manager is automatically removed and there's no need to remove it manually.
Reverting back to network-manager
To revert back to network-manager and remove all connman related packages with lucid and maverick:
- In case you renamed the autostart files, rename them back to enable network-manager-gnome to start automatically:
sudo mv /etc/init/network-manager.conf-disabled /etc/init/network-manager.conf sudo mv /etc/xdg/autostart/nm-applet.desktop.disabled /etc/xdg/autostart/nm-applet.desktop
- Remove all connman related packages:
sudo apt-get remove indicator-network connman
- Reboot computer.
With natty:
- Install network-manager
sudo apt-get install network-manager-gnome
- Remove all connman related packages (they should be removed already, this is just a precaution):
sudo apt-get remove indicator-network connman ofono
- Reboot computer.
ConnMan/Installation (last edited 2011-03-14 11:59:49 by 84-231-58-240)