Author Topic: Success With Wpa-psk On 3.5.4  (Read 6124 times)

ant

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • http://
Success With Wpa-psk On 3.5.4
« Reply #15 on: April 14, 2006, 01:34:13 pm »
Quote
Yeah!
...

enodr, waiting for an how-to, please post meanwhile your

/etc/network/interfaces

TIA

Ant

enodr

  • Full Member
  • ***
  • Posts: 133
    • View Profile
Success With Wpa-psk On 3.5.4
« Reply #16 on: April 14, 2006, 03:03:55 pm »
Quote
Hrw, please recompile wpa_supplicant with ALL drivers (hostap, wext, ...)

TIA
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Spectral: you are using OZ3.5.4? That must be the reason

Ant: If you are running OZ3.5.4.1alpha2 you need to install the following modules from the 3.5.4.1alpha2 feed:
[a href=\"http://ewi546.ewi.utwente.nl/tmp/hrw/3.5.4.1-test/alpha2/feed/]http://ewi546.ewi.utwente.nl/tmp/hrw/3.5.4...st/alpha2/feed/[/url] (put_your_flavour_here)/
- kernel-module-ieee80211-*
- kernel-module-michael-mic

If it is still not working please post all the details here (dmesg results, wpa_supplicant -v, try to run wpa_supplicant with -dddd for more debugging output, ... post your wpa_supplicant.conf file, wifi card model + firmware version, hostap version, etc...)

ant

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • http://
Success With Wpa-psk On 3.5.4
« Reply #17 on: April 14, 2006, 03:55:50 pm »
Quote
Ant: If you are running OZ3.5.4.1alpha2 you need to install the following modules from the 3.5.4.1alpha2 feed:
http://ewi546.ewi.utwente.nl/tmp/hrw/3.5.4...st/alpha2/feed/ (put_your_flavour_here)/
- kernel-module-ieee80211-*
- kernel-module-michael-mic

this sucker was missing from alpha2:

 kernel-module-ieee80211-2.6_2.6.16-r5_c7x0.ipk


EDIT - FINALLY WORKS

in the logs I found finally the missing module was FOR ME "kernel-module-arc4-2.6_2.6.16-r5_c7x0.ipk".
I'm connecting to a Zyxel router, WPA-PSK TKIP.

So far, in alpha2 some crypto modules are missing: it depends from your AP which are to load...I didn't need michael-mic but arc4 instead of it.
I'm doubtful about  "kernel-module-ieee80211-2.6_2.6.16-r5_c7x0.ipk". This one should be needed by all other ieee modules.
« Last Edit: April 14, 2006, 05:37:01 pm by ant »

nax

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • http://www.nax.cz
Success With Wpa-psk On 3.5.4
« Reply #18 on: April 14, 2006, 06:42:49 pm »
Yes it really works now. I'm attaching my wpa start script (you can copy it into /etc/init.d/wpa_supplicant.sh). Then you have to allow wpa (add line WPA_ENABLE=true to file /etc/default/wpa) and now you can add last 2 line into /etc/network/interfaces:

Code: [Select]
# Wireless interfaces
iface wlan0 inet dhcp
        up /etc/init.d/wpa_supplicant.sh start
        down /etc/init.d/wpa_supplicant.sh stop

Now wpa_supplicant is started in daemon mode if you insert your wifi card and it is stopped after eject.
SL5500, wifi CF linksys wcf11, bluetooth CF nokia DTL-4 card, SD 512MB
OpenZaurus 3.5.4 OPIE, altboot [3] - / on SD card

spectral

  • Newbie
  • *
  • Posts: 6
    • View Profile
Success With Wpa-psk On 3.5.4
« Reply #19 on: April 14, 2006, 09:52:50 pm »
Quote
Quote
Hrw, please recompile wpa_supplicant with ALL drivers (hostap, wext, ...)

TIA
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123219\"][{POST_SNAPBACK}][/a][/div]

Spectral: you are using OZ3.5.4? That must be the reason




Yes I am using OZ3.5.4 and not the updated alphas.
I suppose we now have a WPA solution for the 3.5.4.x OZ tree.