In case anybody else runs into this problem, the solution (for me and for several others on the ipw2200 bugzilla site) is to add "hwcrypto=0" to the options when the module is loaded. Then, things seem to work again.
The problem I'm having *now*, though, is that I can't seem to add this option. Here's what I tried:
o Created a file called /etc/modutils/ipw2200 with one line: "options ipw2200 hwcrypto=0" (without the quotes)
o Ran update-modules o *Verified* that the line showed up in /etc/modules.conf Problem is, modprobe still isn't picking it up.The ipw2200 is currently being detected by "discover" (which uses plain ol' modprobes to load modules). So, what I was finally reduced to doing is changing discover's modprobe line from:
modprobe $MODULE ... to if ( echo $MODULE | grep -q ipw2200 ) then modprobe $MODULE hwcrypto=0 else modprobe $MODULE ... fi Naturally, I'd like to avoid using this kind of hack. Does anyone know why modprobe isn't picking up my options for this module? - Joe
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature