DapperKNetworkmanager

Differences between revisions 13 and 31 (spanning 18 versions)
Revision 13 as of 2006-03-19 21:29:11
Size: 3236
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 developped by Novell for the OpenSuse distribution. 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 23: Line 24:
Network manager that "has the chance" of being integrated into Dapper will feature support for WPA and 802.1x as well. We will will also provide l-r-m packages. Network manager 0.6 was integrated into Dapper and will feature support for WPA and 802.1x as well.
Line 25: Line 26:
More information about Network Manager is available [http://www.gnome.org/projects/NetworkManager/ here] . More information about Network Manager is available [[http://www.gnome.org/projects/NetworkManager/|here]] .
Line 28: Line 29:
 * Run {{{sudo apt-get update}}}
 * Run {{{sudo apt-get install network-manager-kde}}}
Line 29: Line 32:
Note: The repository isn't signed yet, but will be a bit later. = About Development =
Line 31: 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 38: 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)
 * libnl-dev (patched by [https://wiki.ubuntu.com/DapperNetworkManager Dapper n-m maintainers] and us)
 * 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)
   (built by AdamConrad)
== 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 49: 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].


Perhaps you need [https://wiki.ubuntu.com/DapperNetworkmanager DapperNetworkManager]?


New kernel builds are on the way, and once that happens our L-R-M package will be overwritten. Once the new kernel builds are out, we will work hard to rebuild the package, so that it works for new kernel build as well. When that happen, you can just upgrade the system.
See notes at the DapperNetworkManager page.
Line 63: 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 64: 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 66: 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)