Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel WiFi Link 5100 & WPA2
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
felipe
n00b
n00b


Joined: 23 Apr 2009
Posts: 1

PostPosted: Thu Apr 23, 2009 2:18 pm    Post subject: Intel WiFi Link 5100 & WPA2 Reply with quote

Hi,

It took me a few hours, but I finally got my intel 5100 working. However, the Gentoo handbook only describes how to connect to networks using wireless-tools and wpa_supplicant. Here is my problem: I have my wi-fi security set to WPA2 TKIP+AES, but wireless-tools only works with WEP and open networks and wpa_supplicant does not support the intel 5100 drive. What should I do? Will I have to resort to WEP? The more I change the conf files, the longer my computer takes to boot because it first tries to connect the wlan0 and then it tries eth0 as well.
Back to top
View user's profile Send private message
alex.blackbit
Advocate
Advocate


Joined: 26 Jul 2005
Posts: 2397

PostPosted: Thu Apr 23, 2009 2:28 pm    Post subject: Reply with quote

wpa_supplicant supports the newer intel wlan chips.
just use the wext driver.
Back to top
View user's profile Send private message
Gambit89
n00b
n00b


Joined: 28 Jan 2009
Posts: 22

PostPosted: Thu Apr 23, 2009 7:20 pm    Post subject: Reply with quote

Yeah it works; I'm have the same card and using the and same encryption. In addition to alex's tips that you need to change on your system, here's the network config from my wpa_supplicant.conf. It took me a while to get it right, so here's hoping that this'll save you time:

Code:
network={
        disabled=1
        ssid="cwlan"
        bssid=00:1C:10:06:F0:8E
        key_mgmt=WPA-PSK       
        pairwise=CCMP         
        group=CCMP             
        proto=RSN             
        psk=averylongpskkeyhere
}


The bssid and disabled aren't required, but I find the disabled option convenient and feel like the bssid option is more "direct" - or maybe I'm just paranoid :P .

edit: I just remembered that I had disabled TKIP (paranoia again :P), so this config might not work for you if you use TKIP.
edit2: You might be interested in sys-apps/netplug to reduce boot times.
Back to top
View user's profile Send private message
xtz
Apprentice
Apprentice


Joined: 29 Oct 2007
Posts: 181
Location: Singapore

PostPosted: Fri Apr 24, 2009 8:25 am    Post subject: Reply with quote

alex.blackbit wrote:
wpa_supplicant supports the newer intel wlan chips.
just use the wext driver.
Correct, got Intel 5100 on my VAIO and it is supported.
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