<br><br><div><span class="gmail_quote">On 5/1/07, <b class="gmail_sendername">Tom London</b> <<a href="mailto:selinux@gmail.com">selinux@gmail.com</a>> wrote:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
No, and thanks for the offer of help.<br><br>It would help if you could provide steps for wpa_supplicant.  (Sorry,<br>but I've forgotten....).<br><br>I'll have to shutdown NetworkManager first, right?  Anything else?
</blockquote><div><br> you need a config file call it whatever you want ex: wpa_supplicant.conf ;)<br>mine looks like this:<br></div></div>ctrl_interface=/var/run/wpa_supplicant<br>ctrl_interface_group=wheel<br><br>network={
<br>        ssid="yourssid"<br>        proto=WPA<br>        key_mgmt=WPA-PSK<br>        scan_ssid=1<br>        pairwise=TKIP<br>        group=TKIP<br>        psk="yourpassword"<br>}<br><br>then do (as root)
<br>/sbin/service NetworkManager stop<br>/usr/sbin/wpa_supplicant -dd -D wext -i wlan0 -c /yoor/configfile.conf<br>open a second terminal (after it has assiotated) and type (as root)<br>dhclient wlan0<br>after this the network should be up and running
<br>