Oliver Fels (Fri, Mar 28, 2008 at 05:54:44PM +0100): > As I said in another mail, I suspect that it is a build issue of the kernel > and in that case you will not be able to solve it unless one builds a new > kernel image with the correct options.
I built a 2.6.24 kernel with the crypto stuff built in the kernel instead of modules. To do that, in linux-rp-2.6.24/defconfig-c7x0 (from the stable branch) I changed CONFIG_CRYPTO_ALGAPI, CONFIG_CRYPTO_ARC4 and CONFIG_CRYPTO_MICHAEL_MIC to "y". With this kernel, and after removing relevant kernel-module packages (they seem to conflict with the in-kernel crypto stuff), WPA works! Note: I built and flashed many kernels with different options for the crypto modules and it is well past midnight here, but I am pretty sure that the above is the winning combination. Hopefully this may give an idea to Angstrom developers about the solution. (I have to mention it: OE is incredible - a new kernel is only a "bitbake virtual/kernel" and a few minutes away). -- Grigorios Prasinos PhD candidate, Computer Engineering and Informatics Dept., U of Patras, Greece http://prasinos.eu/ PGP/GPG Key fingerprint: CDC7 BA79 3C5D 9520 F9F1 FC56 6B2A 2EEB 0227 C528 _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
