iwlagn driver and wpa
January 30th, 2009
If anyone else (like me) is having problems with the iwlagn drivers (Intel wireless), try loading the driver with hardware encryption disabled. This seems to have solved the issue for me:
rmmod iwlagn && modprobe iwlagn swcrypto=1
January 31st, 2009 at 12:29 am
Hey Thomas,
Which kernel are you running ?
January 31st, 2009 at 11:33 am
You didn’t solve the problem, you created a workaround.
please file a bug against the iwlagn driver (or check if it has been filed already).
January 31st, 2009 at 5:57 pm
Will this have to be done at every boot? I was having tons of trouble with Intrepid because of the iwlagn bug, and have been watching one or two of the related bugs.
Also, how is this for cpu load?
February 1st, 2009 at 10:21 pm
Hey Samuel, I’m using 2.6.27.7-server-1mnb.
Hi Keitai, yes you’re correct, it is a workaround. Perhaps you can point me to where I would file (or check for) a bug.
Matthew, you can try putting this line into ‘/etc/modprobe.conf’:
options iwlagn swcrypto50=1
I didn’t really check what the effect was on cpu load.