Comment 48 for bug 272185

Revision history for this message
Alexander Sack (asac) wrote : Re: [Intrepid] iwl3945 + iwl4965 -- network-manager will not connect to a WPA Enterprise network (disassociating by local choice (reason=3) )

what you could try is to use gnutls and not nss for the applet/nm-daemon.

For that change debian/rules as follows:

1. for network-manager: --with-crypto=nss -> --with-crypto=gnutls
2. for network-manager-applet: --without-gnutls -> --with-gnutls AND --with-nss -> --without-nss

of course as build-dependency that also requires libgnutls-dev installed on top of apt-get build-dep network-manager and apt-get build-dep network-manager-gnome

I will see if I can get a package somewhere. But if you know how to build a package, go ahead like described above.