Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Broadcom Wireless and LEAP
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
yinkoshaumer
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2005
Posts: 139

PostPosted: Fri Oct 06, 2006 12:52 am    Post subject: Broadcom Wireless and LEAP Reply with quote

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
View user's profile Send private message
yinkoshaumer
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2005
Posts: 139

PostPosted: Mon Oct 09, 2006 4:59 pm    Post subject: Reply with quote

bump
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum