Bug 138504 - Cannot connect to WEP PEAP network
Summary: Cannot connect to WEP PEAP network
Status: RESOLVED FIXED
Alias: None
Product: knetworkmanager
Classification: Miscellaneous
Component: general (show other bugs)
Version: 0.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Will Stephenson
URL:
Keywords:
: 141542 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-07 17:35 UTC by josh
Modified: 2008-06-14 15:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Add Key Type option in WPA Enterprise dialog (27.36 KB, patch)
2007-06-05 19:18 UTC, Matthias Lenk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description josh 2006-12-07 17:35:10 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Ubuntu Packages

The K Network manager gui needs a change so that you can specify a WEP network with PEAP.  This is possible with the Gnome network manager gui, but not knetworkmanager.  It seems after selecting WPA enterprise we need a dropdown to change the key type to dynamic WEP.

Here are the steps to connect to this type of network in GNOME.  Hope this helps.
1.click the network-manager icon
2.select Connect to Other Wireless Network..
3.changeWireless Security toWPA Enterprise
This expands the menu to have more options
4.type network name, example: twdata
5.change EAP method to PEAP
6.change Key Type to Dynamic WEP
7.type user id in Identity, example: naustin
8.type user password in Password, example: turkey
9.Then connect.

Thanks!!!
Comment 1 Matthias Lenk 2007-06-05 19:18:35 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.
Comment 2 Matthias Lenk 2007-06-05 19:23:36 UTC
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

Comment 3 Roland Wolters 2007-07-18 16:32:22 UTC
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!
Comment 4 Roland Wolters 2007-07-18 16:46:09 UTC
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
Comment 5 Michael Gefen 2007-09-10 23:56:21 UTC
this is a duplicate of Bug 143526
(or maybe the other one is?)
Comment 6 Roland Wolters 2007-09-18 20:16:41 UTC
Please test against the newest SVN version. The latest commits (5 days ago) added support for key management to knetworkmanager.
Comment 7 Roland Wolters 2007-11-02 18:13:41 UTC
This bug should be closed.
Comment 8 Will Stephenson 2008-06-14 15:13:37 UTC
Fixed in KNM 0.2
Comment 9 Will Stephenson 2008-06-14 15:31:47 UTC
*** Bug 141542 has been marked as a duplicate of this bug. ***