Summary: | Cannot connect to WEP PEAP network | ||
---|---|---|---|
Product: | [Unmaintained] knetworkmanager | Reporter: | josh <giosue_c> |
Component: | general | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | isma.casti |
Priority: | NOR | ||
Version: | 0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Add Key Type option in WPA Enterprise dialog |
Description
josh
2006-12-07 17:35:10 UTC
Created attachment 20783 [details]
Add Key Type option in WPA Enterprise dialog
This patch adds an Key Type option in WPA Enterprise dialog in order to enable
PEAP authentication with Dynamic WEP. Tested on Kubuntu 7.04.
To build the patch I just added on (K)ubuntu 7.04 do the following: $ sudo apt-get install build-essential $ sudo apt-get build-dep knetworkmanager $ apt-get source knetworkmanager change into knetworkmanager directory and apply patch $ patch -p1 < path_to_patch The following steps are necessary since there is a problem with the Makefiles in the Ubuntu source package $ automake $ perl admin/am_edit Then as usual: $ ./configure $ make install Have fun! Matthias There are other key types missing as well: TKIP and AES-CCMP Both are available by nm-applet, but not by knetworkmanager. Please add them! Just checked, the patch includes the other methods as well, am I right? I submitted the patch at the Novell.com bugzilla as well: http://bugzilla.novell.com/show_bug.cgi?id=292728 this is a duplicate of Bug 143526 (or maybe the other one is?) Please test against the newest SVN version. The latest commits (5 days ago) added support for key management to knetworkmanager. This bug should be closed. Fixed in KNM 0.2 *** Bug 141542 has been marked as a duplicate of this bug. *** |