ConnMan
Differences between revisions 3 and 4
Size: 1460
Comment: Instructions for reverting back to NM
|
Size: 1552
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 22: | Line 22: |
sudo mv /etc/xdg/autostart/nm-applet.desktop /etc/xdg/autostart/nm-applet.desktop.disabled |
Installation
ConnMan and indicator-network installation instructions for Ubuntu 10.04 LTS:
- 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 still on the panel.
Current usage options:
- Wired: plug in cable and network will be automatically enabled
- Wi-Fi: click indicator icon and choose network
- Wi-Fi security: a dialog asks passphrase from user during connection establishment
- Command-line tool cmcc for debugging and editing connections. For usage run:
cmcc help
Reverting back to network-manager
To revert back to network-manager and remove all connman related:
- Enable network-manager:
sudo mv /etc/init/network-manager.conf-disabled /etc/init/network-manager.conf
- Remove all connman related packages:
sudo apt-get remove indicator-network connman
- Reboot computer.
ConnMan (last edited 2011-03-15 13:06:52 by a88-115-184-248)