View previous topic :: View next topic |
Author |
Message |
yinkoshaumer Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 25 Oct 2005 Posts: 139
|
Posted: Fri Oct 06, 2006 12:52 am Post subject: Broadcom Wireless and LEAP |
|
|
I followed the instructions for getting my wirelesscard recognized with the ndiswrapper. However, I am trying to connect to my school's wireless network which used LEAP. the wpa_supplicant claims to support LEAP if the driver does. Seeing as how ndiswrapper uses the windows driver (which does support leap) I am hoping that it is possible to get this to work. Here's my config file for it.
/etc/wpa_supplicant/wpa_supplicant.conf
Code: | ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
#LEAP with dynamic WEP keys
network={
ssid="tsunami"
key_mgmt=IEEE8021X
eap=LEAP
identity="username"
password="password"
} |
I launch it with:
Code: | # wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf |
And the resulting output from the wpa_supplicant is:
Code: | Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:0e:83:09:df:40 (SSID='tsunami' freq=2462 MHz)
Association request to the driver failed |
Any help or insite is greatly apprecaited.
Thanks,
Yinko |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
yinkoshaumer Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 25 Oct 2005 Posts: 139
|
Posted: Mon Oct 09, 2006 4:59 pm Post subject: |
|
|
bump |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|