Comment 122 for bug 121439

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 121439] Re: [Gutsy]Network Manager Applet can't connect wireless with ipw3945 driver

On Fri, Aug 31, 2007 at 05:08:34PM -0000, Petr Nemec wrote:
> I can confirm this bug.
> I am unable to connect to my home router using WPA2 Personal and AES encryption (SSID broadcast disabled). It was possible in Feisty, but it is not in Gutsy as far as I remember.
> Lastly I tried it in daily-live build 20070831.
> I have Intel PRO/Wireless 3945ABG.
>

Petr, please try the workaround in gutsy that Alex suggested:

/etc/dbus-1/event.d/25NetworkManager stop
sudo modprobe -r ipw3945
sudo modprobe -i mac80211
sudo modprobe -i iwl3945
# optional (try?): sudo /etc/init.d/networking restart
/etc/dbus-1/event.d/25NetworkManager start

 - Alexander