You are not logged in.

#1 2009-10-06 05:30:27

dustinw
Member
Registered: 2009-03-16
Posts: 34

wpa_supplicant problem

I installed and configured wpa_supplicant and it appeared to work for a minute, it connected to my router and recieved an ip address.  when I tryed to update pacman it had an error connecting to [extra] and froze.  I restarted my computer and when I tryed to reconnect to the wireless I was given a timeout error.

/etc/wpa_supplicant.conf:

 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel



network={
    ssid="2WIRE479"
    proto=WPA
        pairwise=TKIP
        key_mgmt=WPA-PSK
        #psk="w/e"
    psk=3fd0c9eb7e97494b157994452a18256107219436a998758282bd63830eda7391
}

The router is using WPA1

any suggestions on what might be wrong?

Offline

#2 2009-10-06 05:45:27

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: wpa_supplicant problem

Run wpa_supplicant in the foregound and check the output for errors. Use the -d flag to get more debug info if necessary.

man wpa_supplicant for more details.

Offline

Board footer

Powered by FluxBB