DapperKNetworkmanager

Differences between revisions 2 and 31 (spanning 29 versions)
Revision 2 as of 2006-03-19 20:45:20
Size: 1893
Editor: 83-131-249-148
Comment:
Revision 31 as of 2008-08-06 16:34:02
Size: 3900
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * Interested:
 * Status: Building packages, DapperGoal
 * Interested: AchimBohnet
 * Status: Accepted into Universe, DapperGoal
Line 14: Line 14:
 * Current needs: As much testers as possible  * Current needs: As many testers as possible
Line 18: Line 18:
KNetworkManager is a KDE frontend to Network Manager developed by Novell for the OpenSuse distribution. It is nicely integrated into KDE desktop as it runs in sys tray and stores your WEP/WPA passwords into KDE Wallet.
Line 19: Line 20:
It requires 0.6 version of 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 0.6 was integrated into Dapper and will feature support for WPA and 802.1x as well.

More information about Network Manager is available [[http://www.gnome.org/projects/NetworkManager/|here]] .
Line 21: Line 29:
 * Run {{{sudo apt-get update}}}
 * Run {{{sudo apt-get install network-manager-kde}}}
Line 22: Line 32:
Note: The repository isn't signed yet, but will be a bit later. = About Development =
Line 24: Line 34:
 * Add the following to /etc/apt/sources.list:{{{
deb http://kubuntu.no-ip.org/kubuntu dapper main
deb-src http://kubuntu.no-ip.org/kubuntu dapper main
}}}
 * Run {{{sudo apt-get update}}}
 * Run {{{sudo apt-get install knetworkmanager}}}
 * knetworkmanager sources: http://ftp.opensuse.org/pub/opensuse/distribution/SL-OSS-factory/inst-source/suse/src/ search for ''networkmanager-kde*.src.rpm''
 * debian packaging: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/knetworkmanager/?rev=0&sc=0
 * kubuntu packaging:
   * ''apt-get source network-manager-kde''
 * network-manager discussion: http://mail.gnome.org/archives/networkmanager-list/
Line 31: Line 40:
The repository contains the following packages:
 * network-manager, nm-applet (by [https://wiki.ubuntu.com/DapperNetworkManager Dapper n-m maintainers])
 * libnl, a dependency of n-m 0.6 (by TomParker, [https://wiki.ubuntu.com/DapperNetworkManager Dapper n-m maintainers]))
 * wpasupplicant 0.4 with the required feature for n-m backported from 0.5 (by ReinhardTartler)
And also:
 * knetworkmanager (by AnthonyMercatante, a patch from LukaRenko)
 * linux-restricted-modules (patched so that madwifi users can use WPA networks with n-m)
   (builded by Adam Conrad)
== TODO list ==
Work on package:
 * Get rid of Dial Up networking - DONE
    * to complicated to replace yast2 with kppp and similar (will discuss with upstream for future)
 * r5909 crash on first connect to WPA2-PSK - DONE
    * reported to author and resolved with version r5961
 * Help -> Report Bug should probably be removed or replaced with something (it reports to novell.com)

Work on inclusion of the package:
 * Get package REVUed - in progress: http://revu.tauware.de/details.py?upid=2220 - DONE
 * Get package in universe (past feature freeze) - DONE
 * Write MainInclusionReport - DONE
 * Wait for core team to pick it up for main
Line 41: Line 55:

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.

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

Madwifi doesn't report status in percentages, but rather in [http://en.wikipedia.org/wiki/Rssi RSSI].
See notes at the DapperNetworkManager page.
Line 49: Line 58:
Before reporting issue, please try to follow tips in this [[http://www.ubuntuforums.org/showthread.php?t=156319|thread]] (thanks to NeoChaosX).
Line 50: Line 60:
 * knetworkmanager does not show up if Xgl is used - see [[http://www.ubuntuforums.org/showpost.php?p=842732&postcount=19|forum post]]
Line 52: Line 63:
I can't seem to find network-manager-kde anywhere in the ubuntu package trees, I'm running network-manager 6.1 in dapper right now, if the kde applet is not yet in the main tree, can someone post a temporary link directly to the deb package? Thanks.
 * package is now available from Dapper universe repository

KNetworkmanager (0.1 prelease) does show in the systray under Xgl/compiz (using Quinn's .deb repository). Using Dapper with KDE 3.5.2

If you wish to use a VPN with KNetworkManager you should also install the gnome-network-manager frontend. This is because the configuration dialogue for VPN connections is delegated to the gnome version ( guess there isn't a KDE version written yet). If you don't have this installed you will simply get no response from knetworkmanager when you click on the "Configure VPN..." item.

Status

Dapper KNetworkManager

KNetworkManager is a KDE frontend to Network Manager developed by Novell for the OpenSuse distribution. It is nicely integrated into KDE desktop as it runs in sys tray and stores your WEP/WPA passwords into KDE Wallet.

It requires 0.6 version of 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 0.6 was integrated into Dapper and will feature support for WPA and 802.1x as well.

More information about Network Manager is available here .

Installation

  • Run sudo apt-get update

  • Run sudo apt-get install network-manager-kde

About Development

TODO list

Work on package:

  • Get rid of Dial Up networking - DONE
    • to complicated to replace yast2 with kppp and similar (will discuss with upstream for future)
  • r5909 crash on first connect to WPA2-PSK - DONE
    • reported to author and resolved with version r5961
  • Help -> Report Bug should probably be removed or replaced with something (it reports to novell.com)

Work on inclusion of the package:

Notes

See notes at the DapperNetworkManager page.

Issues

Before reporting issue, please try to follow tips in this thread (thanks to NeoChaosX).

  • knetworkmanager does not show up if Xgl is used - see forum post

Comments

I can't seem to find network-manager-kde anywhere in the ubuntu package trees, I'm running network-manager 6.1 in dapper right now, if the kde applet is not yet in the main tree, can someone post a temporary link directly to the deb package? Thanks.

  • package is now available from Dapper universe repository

KNetworkmanager (0.1 prelease) does show in the systray under Xgl/compiz (using Quinn's .deb repository). Using Dapper with KDE 3.5.2

If you wish to use a VPN with KNetworkManager you should also install the gnome-network-manager frontend. This is because the configuration dialogue for VPN connections is delegated to the gnome version ( guess there isn't a KDE version written yet). If you don't have this installed you will simply get no response from knetworkmanager when you click on the "Configure VPN..." item.

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

DapperKNetworkmanager (last edited 2008-08-06 16:34:02 by localhost)