Hi, I am using Kubuntu, new kernel 2.6.20, on a Thinkpad T42. Wireless card is Cisco Aironet MPI350. Unencrypted and WEP work OK, but I need WPA.
Is this card compatible with the driver airo-wpa? I got the latest driver sources from: http://svn.gna.org/svn/airo-wpa/branches/kernel I can compile fine the latest revision (no errors or warning), but the module hangs at boot time (soft CPU lock error....). I also got the r7, as it was the original patch for 2.6.20 (which I copied into the branches/kernel directory from above), but then I have some warnings: [EMAIL PROTECTED]:~/Desktop/airo/kernel$ make make -C /lib/modules/2.6.20-16-generic/build M=/home/colin/Desktop/airo/kernel EXTRA_CFLAGS=-DDEBUG make[1]: Entering directory `/usr/src/linux-headers-2.6.20-16-generic' CC [M] /home/colin/Desktop/airo/kernel/airo.o /home/colin/Desktop/airo/kernel/airo.c: In function ‘micinit’: /home/colin/Desktop/airo/kernel/airo.c:1323: warning: passing argument 1 of ‘dump’ from incompatible pointer type /home/colin/Desktop/airo/kernel/airo.c: In function ‘airo_send_event’: /home/colin/Desktop/airo/kernel/airo.c:3053: warning: passing argument 4 of ‘wireless_send_event’ from incompatible pointer type /home/colin/Desktop/airo/kernel/airo.c:3056: warning: passing argument 4 of ‘wireless_send_event’ from incompatible pointer type /home/colin/Desktop/airo/kernel/airo.c: In function ‘setup_card’: /home/colin/Desktop/airo/kernel/airo.c:3859: warning: unused variable ‘rc’ /home/colin/Desktop/airo/kernel/airo.c:3858: warning: unused variable ‘wkr’ /home/colin/Desktop/airo/kernel/airo.c:3857: warning: unused variable ‘lastindex’ /home/colin/Desktop/airo/kernel/airo.c: In function ‘timer_func’: /home/colin/Desktop/airo/kernel/airo.c:5669: warning: unused variable ‘rsp’ /home/colin/Desktop/airo/kernel/airo.c: In function ‘airo_set_encode_ext’: /home/colin/Desktop/airo/kernel/airo.c:6559: warning: unused variable ‘rsp’ Building modules, stage 2. MODPOST 1 modules LD [M] /home/colin/Desktop/airo/kernel/airo.ko make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-16-generic' Do I do things right? What is the best way to get the module to compile properly against 2.60.20-16? PS: I put all the sources in my home directory, and do a 'make' and 'sudo make install' from there. Is it the best way to do? Thank, C. _______________________________________________ Airo-wpa-dev mailing list [email protected] https://mail.gna.org/listinfo/airo-wpa-dev
