LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Wpa-psk (https://www.linuxquestions.org/questions/linux-wireless-networking-41/wpa-psk-515934/)

LDJ 01-03-2007 12:24 PM

Wpa-psk
 
Hi guys.
Being fairly new to Linux i spent the best part of four days (on and off) getting my INTEL PRO wireless card to work in this Laptop. now its working I just need to get it to connect to my WPA WLAN.

Can anyone point me in the direction of how to get my Linux install ((Backtrack 2) to connect to my Wireless Lan, as until I can get on the net with Linux I cant really being to fully play.

Thanks

Quakeboy02 01-03-2007 01:28 PM

Read this thread. You need wpa_supplicant.

http://www.linuxquestions.org/questi...d.php?t=506365

LDJ 01-03-2007 04:27 PM

Okey dokey....I followed the instructions on http://www.ubuntuforums.org/showthread.php?t=26623 to download and install wpa_supplicant. I created /etc/wpa_supplicant.conf with the following data

Code:

ctrl_interface=/usr/local/sbin/wpa_supplicant
ap_scan=2

network={
      ssid="WLAN_HOME"
      scan_ssid=1
      proto=WPA
      key_mgmt=WPA-PSK
      pairwise=TKIP
      psk="<key generated from the keygent>"
}

then i ran

wpa_supplicant -B -i eth1 -c /etc/wpa_supplicant.conf -D ipw -w -dd

which just outputs the word:

Daemonize....

What do i do now....lol!

Thanks for any suggestions!

breadstic 01-05-2007 11:39 AM

if u just run
Quote:

wpa_supplicant
without any options, it gives u a standard command to run it. I'm on windows at the moment and can't be bothered to check but i think u were trying to make it run in the background as a daemon, waiting for a connection that requires it or something. type
Quote:

man wpa_supplicant
to check what options u were giving it. Just try running
Quote:

wpa_supplicant -ieth1 -c/etc/wpa_supplicant.conf -dd
and see what happens to begin with to make sure it works. And then if that works fine, and connects u to the network, then start playing around with getting it to run as a daemon.

Be aware that i haven't actually had wpa_supplicant working myself because i can't find the right drivers for my wireless card, so i'm not sure what will happen if it actually does start working.


All times are GMT -5. The time now is 03:54 AM.