Op vr 21-01-2005, om 10:47 schreef Upayavira: > >>Also, the network I'm using requires WEP encryption. > >>Any ideas how I might debug this? > >Try the ipw2100 list, I'm sure they can at least tell you about 'error > >-16'. > 'fraid I've tried there - no luck. I've also tried the ndiswrapper too - > with no luck. I think I'm going to have to think drastic (e.g. changing > distribution, etc) :-(
OK. I looked some more, and maybe it's because you have the crc-stuff as modules. In my config, I have CONFIG_CRC_CCITT=y and CONFIG_CRC32=y. I don't have CONFIG_CRYPTO_CRC32C and CONFIG_LIBCRC32C enabled. The load script only probes for the ieee82011_crypt-modules, and apparently not for the crc-stuff. So, try to load them manually, or compile the kernel with the above options. Ofcourse, you also need CONFIG_NET_RADIO=y, CONFIG_FW_LOADER=y, CONFIG_CRYPTO=y and CONFIG_CRYPTO_ARC4=y. That's all I can think of right now... Koen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

