DapperNetworkManager

Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2006-03-18 12:13:58
Size: 1328
Editor: 83-131-253-111
Comment:
Revision 8 as of 2006-03-19 07:08:06
Size: 2573
Editor: clj46-234
Comment: knetworkmanager and forum link
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * Created: by Johan Kiviniemi, Mario Danic  * Created: by JohanKiviniemi, MarioDanic
Line 5: Line 5:
 * Maintainers: Johan Kiviniemi, Mario Danic
 * Contributors:
 * Maintainers: JohanKiviniemi, MarioDanic
 * Contributors: infinity
Line 9: Line 9:
 * Branch: 
 * Malone Bug: 
 * Packages: 
 * Depends: 
 * Branch:
 * Malone Bug:
 * Packages:
 * Depends:
Line 18: Line 18:
Network Manager aims for Network Connectivity which "Just Works". The computer should use the wired network connection when its plugged in, but automatically switch to a wireless connection when the user unplugs it and walks away from the desk. Likewise, when the user plugs the computer back in, the computer should switch back to the wired connection. The user should, most times, not even notice that their connection has has been managed for them; they should simply see uninterrupted network connectivity.  Network Manager aims for Network Connectivity which "Just Works". The computer should use the wired network connection when its plugged in, but automatically switch to a wireless connection when the user unplugs it and walks away from the desk. Likewise, when the user plugs the computer back in, the computer should switch back to the wired connection. The user should, most times, not even notice that their connection has has been managed for them; they should simply see uninterrupted network connectivity.
Line 24: Line 24:
Network-Manager is '''beta''' software.  Network-Manager is '''beta''' software.
Line 28: Line 28:
The current 0.6.1 package are available from:

http://johan.kiviniemi.name/ubuntu/

The repository contains the following packages:
 * network-manager (by us)
 * libnl, a dependency of n-m 0.6 (by TomParker)
 * wpasupplicant 0.4 with the required feature for n-m backported from 0.5 (by ReinhardTartler)

As instructed on the website:
 * Run {{{wget -q -O- http://johan.kiviniemi.name/pubkey | sudo apt-key add -}}}
 * Add the following to /etc/apt/sources.list: {{{
deb http://johan.kiviniemi.name/ubuntu dapper network-manager
deb-src http://johan.kiviniemi.name/ubuntu dapper network-manager
}}}
 * Run {{{sudo apt-get update}}}
 * Run {{{sudo apt-get install network-manager nm-applet}}}


Line 29: Line 49:

Network-manager doesn't manage interfaces defined in /etc/network/interfaces. To get n-m to manage all the interfaces properly, backup /etc/network/interfaces and remove everything except the lines concerning the {{{lo}}} interface.

KDE front-end (knetworkmanager) is not available as Ubuntu package yet, but you can compile it yourself by following instructions on ["LukaRenko/KNetworkManager"] page.

Discussion about these packages is also going on in this forum [http://ubuntuforums.org/showthread.php?t=145230 thread].

Status

Dapper Network Manager

Network Manager aims for Network Connectivity which "Just Works". The computer should use the wired network connection when its plugged in, but automatically switch to a wireless connection when the user unplugs it and walks away from the desk. Likewise, when the user plugs the computer back in, the computer should switch back to the wired connection. The user should, most times, not even notice that their connection has has been managed for them; they should simply see uninterrupted network connectivity.

Network manager that "has the chance" of being integrated into Dapper will feature support for WPA and 802.1x as well. We will also provide l-r-m packages.

More information about Network Manager is available [http://www.gnome.org/projects/NetworkManager/ here] .

Network-Manager is beta software.

Installation

The current 0.6.1 package are available from:

http://johan.kiviniemi.name/ubuntu/

The repository contains the following packages:

  • network-manager (by us)
  • libnl, a dependency of n-m 0.6 (by TomParker)

  • wpasupplicant 0.4 with the required feature for n-m backported from 0.5 (by ReinhardTartler)

As instructed on the website:

  • Run wget -q -O- http://johan.kiviniemi.name/pubkey | sudo apt-key add -

  • Add the following to /etc/apt/sources.list:

    deb http://johan.kiviniemi.name/ubuntu dapper network-manager
    deb-src http://johan.kiviniemi.name/ubuntu dapper network-manager
  • Run sudo apt-get update

  • Run sudo apt-get install network-manager nm-applet

Notes

Network-manager doesn't manage interfaces defined in /etc/network/interfaces. To get n-m to manage all the interfaces properly, backup /etc/network/interfaces and remove everything except the lines concerning the lo interface.

KDE front-end (knetworkmanager) is not available as Ubuntu package yet, but you can compile it yourself by following instructions on ["LukaRenko/KNetworkManager"] page.

Discussion about these packages is also going on in this forum [http://ubuntuforums.org/showthread.php?t=145230 thread].

Issues

Comments

Please do not edit this page directly, place your comments here. Thanks.

DapperNetworkManager (last edited 2008-08-06 16:31:14 by localhost)