Questions Tagged With wpa_supplicanthttp://linuxexchange.org/tags/wpa_supplicant/?type=rssquestions tagged <span class="tag">wpa_supplicant</span>enTue, 19 Apr 2011 00:11:28 -0400Connecting to a wireless network which uses wpa-psk encryption using Backtrack distrohttp://linuxexchange.org/questions/2380/connecting-to-a-wireless-network-which-uses-wpa-psk-encryption-using-backtrack-distro<h2>PROBLEM</h2> <p>I was having a problem setting up wpa_supplicant on backtrack4.</p> <p>My wireless point uses wpa-psk. </p> <p>In /etc/network/interfaces:</p> <pre><code> root@bt:/usr/bin# cat /etc/network/interfaces auto lo iface lo inet loopback #auto eth0 #iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp pre-up wpa_supplicant -B -Dwext -i eth1 -c /etc/wpa_supplicant/wpa_supplicant.conf # you might change these bold parameters to suit your wireless card and interface. post-down killall -q wpa_supplicant #auto eth2 #iface eth2 inet dhcp # #auto ath0 #iface ath0 inet dhcp # #auto wlan0 #iface wlan0 inet dhcp </code></pre> <p>Everything I read said to use wpa_passphrase like below, and delete the commented lines:</p> <pre><code> root@bt:/usr/bin# wpa_passphrase My_ssid My_ssid_key network={ ssid="My_ssid" psk=e8a2c6fb04c3537ec1ea7c027b78f96fba46bc5497503dfe0aa2510844e82ce9 } </code></pre> <p>however this failed miserably with my setup.</p> <p>Ideas?</p>rfelsburgTue, 19 Apr 2011 00:11:28 -0400http://linuxexchange.org/questions/2380/connecting-to-a-wireless-network-which-uses-wpa-psk-encryption-using-backtrack-distrowpa-pskwirelesswpa_supplicantbacktrack4networking