Bugzilla – Bug 134369
NetworkManager - WEP not functional
Last modified: 2005-12-12 15:29:55 UTC
I cannot connect with NetworkManager to a WEP encrypted wireless lan. I tried a couple of different wlan cards, but no luck. WEP support seems generally broken. The NetworkManager keeps asking for the WEP key (tried also to enter key in hex). I attached a NetworkManager log using ipw2100.
Created attachment 57707 [details] NetworkManager log
Hmm, I did some research regarding this matter. The Problem seems to be the fact that the network's dhcp server doesn't send dns servers in its dhcp replies. As a result of this, NetworkManager fails because of two things: 1) Wrong dhclient configuration require subnet-mask, domain-name-servers; 2) nm-dhcp-manager.c line 510 if (!get_ip4_uint32s (manager, dev, "domain_name_servers", &ip4_nameservers, &num_ip4_nameservers) || !num_ip4_nameservers) goto out; 1) can be easily configured, 2) should get fixed.
Agreed. Committed fix to CVS. Will submit new package to autobuild.