The Following 2 Users Say Thank You to atarixl For This Useful Post: | ||
![]() |
2008-08-14
, 00:13
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2008
|
#2
|
![]() |
2008-08-14
, 23:16
|
Posts: 7 |
Thanked: 3 times |
Joined on Aug 2008
|
#3
|
The Following User Says Thank You to atarixl For This Useful Post: | ||
![]() |
2008-08-15
, 00:49
|
Posts: 11 |
Thanked: 3 times |
Joined on Feb 2008
|
#4
|
![]() |
2008-08-15
, 09:00
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#5
|
![]() |
2008-08-15
, 16:12
|
Posts: 7 |
Thanked: 3 times |
Joined on Aug 2008
|
#6
|
![]() |
2008-08-15
, 16:25
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#7
|
![]() |
2008-08-15
, 16:30
|
Posts: 7 |
Thanked: 3 times |
Joined on Aug 2008
|
#8
|
![]() |
2008-08-15
, 16:51
|
Posts: 7 |
Thanked: 26 times |
Joined on Jan 2008
|
#9
|
![]() |
2008-12-20
, 22:08
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2008
@ Petrinja, Croatia
|
#10
|
Overall, I only recompiled stuff (wpa_supplicant and a patched cx3110x driver) for Diablo and did not develop anything myself. Maemo does not support TTLS/PAP, but wpa_supplicant does. Ideally Nokia would finally add that to their own implementation, but I needed something now. And yes, this is a well known issue, a lot of universities seem to use TTLS/PAP, there were several threads about it in the past.
So far I have installed the Diablo SDK, downloaded the kernel sources and have recompiled the kernel following the SDK documentation.
Now I downloaded the (so far not patched) cx3110x driver from here:
https://garage.maemo.org/projects/cx3110x/
(I got version 1.2).
Recompiling the module fails with an error - INIT_WORK only takes 2 and not 3 parameters. I searched a bit and concluded that the 3rd parameter is not needed anymore, removing it indeed made the compiler happy. The resulting kernel module is not functional, though. I can insmod it successfully and dmesg tells me everything is fine. "chroot /mnt/initfs /usr/bin/wlan-cal" comes also back with [OK]. But "Select Connection" does not see any AP anymore, and "ifconfig wlan0 up" hangs completely. Again, the module was just compiled, I did not apply any patches yet.
How can I get this to work and as I suspect that the sources on garage.maemo.org are older, where can I find the current sources of the wifi module? If there would be a complete source package with wext support already builtin, that would be perfect. TIA!