View previous topic :: View next topic |
Author |
Message |
jlevesque n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 24 Sep 2004 Posts: 8 Location: Ottawa, Canada
|
Posted: Sat Jan 28, 2006 5:07 pm Post subject: wpa_supplicant error: unknown EAP methods |
|
|
Hello,
I want to configure wpa_supplicant to connect using a WEP key. Here is my network config block (from wpa_supplicant.conf):
Code: |
network={
ssid="default"
key_mgmt=NONE
auth_alg=OPEN
wep_key0=XXXXXXXXX
}
|
When I try to connect I get the following errors:
Code: |
levesque-laptop jer # /etc/init.d/net.wlan0 restart
* Caching service dependencies ... [ ok ]
* Stopping ntpd ... [ ok ]
* Stopping sshd ... [ ok ]
* Stopping wlan0
* Bringing down wlan0
* Shutting down wlan0 ... [ ok ]
* Starting wlan0
* Starting wpa_supplicant on wlan0 ...
Line 494: unknown EAP method 'SIM'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 494: failed to parse eap 'SIM'.
Line 497: failed to parse network block.
Line 544: unknown EAP method 'FAST'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 544: failed to parse eap 'FAST'.
Line 550: failed to parse network block.
Line 556: unknown EAP method 'FAST'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 556: failed to parse eap 'FAST'.
Line 562: failed to parse network block.
Failed to read configuration file '/etc/wpa_supplicant.conf'. [ !! ]
|
I looked at the README file: it says that the needed EAP methods should be enabled at compile time, but the point is that I don't need the 'SIM' and 'FAST' methods.
How should I tell wpa_supplicant not to check for the 'SIM' and 'FAST' EAP methods?
Thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
koenderoo Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Loony Toons/Looney_Toons_-_Bugs.gif)
Joined: 03 Jan 2004 Posts: 514 Location: Zwolle, The Netherlands
|
Posted: Fri Jan 19, 2007 2:39 pm Post subject: |
|
|
there's no SIM and FAST declaration in your wpa_supplicant.conf file? _________________ webmaster van www.koenderoo.nl |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|