ConnMan

Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2010-05-21 06:41:41
Size: 949
Editor: a91-155-134-76
Comment: Instructions for installing indicator-network from the PPA
Revision 10 as of 2010-05-21 09:55:04
Size: 2751
Editor: a91-155-134-76
Comment: Add link to indicator network ppa
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Connection Manager (ConnMan) = There is a project going on to get [[https://launchpad.net/indicator-network|Network Menu]] and [[http://connman.net/|Connection Manager]] (connman) to Ubuntu 10.10 Network Edition (UNE). The project is in early phases still, but the packages are available for testing.
Line 3: Line 3:
!ConnMan and indicator-network installation instructions for Ubuntu 10.04 LTS: == Installation for Ubuntu 10.04 LTS ==

I
nstallation instructions for Ubuntu 10.04 LTS, applies both to Desktop and UNE:
Line 7: Line 9:
    {{{ sudo add-apt-repository ppa:indicator-network-developers/ppa }}}     {{{
sudo add-apt-repository ppa:indicator-network-developers/ppa
sudo apt-get update
   
}}}
Line 11: Line 16:
    {{{ sudo apt-get install indicator-network }}}     {{{
sudo apt-get install indicator-network
   
}}}
Line 15: Line 22:
    {{{ sudo mv /etc/init/network-manager.conf /etc/init/network-manager.conf-disabled }}}     {{{
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
   
}}}
Line 17: Line 27:
 1. Reboot computer  1. Reboot computer.
Line 21: Line 31:
Please note that network-manager is still installed, but not running. Also the nm-applet is removed from the panel.
Line 23: Line 35:
 1. Wired: plug in cable and network will be automatically enabled
 1. Wi-Fi: click indicator icon and choose network
 1. Wi-Fi security: a dialog asks passphrase from user during connection establishment
 1. Command-line tool cmcc for debugging and editing connections. For usage run:
 * 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:
Line 29: Line 41:

 * 3G modems are currently unsupported, ofono will be used for that

== Reverting back to network-manager ==

To revert back to network-manager and remove all connman related:

 1. Enable network-manager:

  {{{
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
  }}}

 1. Remove all connman related packages:

  {{{
sudo apt-get remove indicator-network connman
  }}}

 1. Reboot computer.

== Feedback ==

All feedback, good or bad, is appreciated. Please send any comments to [[https://launchpad.net/~kvalo|Kalle Valo]] <[[mailto:[email protected]|[email protected]]]>.

File bugs to indicator-network project:

https://bugs.launchpad.net/indicator-network

== Links ==

 * [[NetworkSettings|Network Menu specification]]
 * [[http://connman.net|Connection Manager]] project
 * [[http://ofono.org|oFono]] project
 * [[https://launchpad.net/indicator-network|indicator-network]] in launchpad
 * [[https://launchpad.net/connman|connman]] in launchpad
 * [[https://launchpad.net/ofono|ofono]] in launchpad
 * [[https://launchpad.net/~indicator-network-developers/+archive/ppa|Indicator Network PPA]]

There is a project going on to get Network Menu and Connection Manager (connman) to Ubuntu 10.10 Network Edition (UNE). The project is in early phases still, but the packages are available for testing.

Installation for Ubuntu 10.04 LTS

Installation instructions for Ubuntu 10.04 LTS, applies both to Desktop and UNE:

  1. Install Indicator Network PPA:
    • sudo add-apt-repository ppa:indicator-network-developers/ppa
      sudo apt-get update
  2. Install indicator-network (which will also install connman):
    • sudo apt-get install indicator-network
  3. 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
  4. Reboot computer.
  5. 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.

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 

  • 3G modems are currently unsupported, ofono will be used for that

Reverting back to network-manager

To revert back to network-manager and remove all connman related:

  1. Enable network-manager:
    • 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
  2. Remove all connman related packages:
    • sudo apt-get remove indicator-network connman
  3. Reboot computer.

Feedback

All feedback, good or bad, is appreciated. Please send any comments to Kalle Valo <[email protected]>.

File bugs to indicator-network project:

https://bugs.launchpad.net/indicator-network

ConnMan (last edited 2011-03-15 13:06:52 by a88-115-184-248)