<br><br><div><span class="gmail_quote">On 5/1/07, <b class="gmail_sendername">Tom London</b> &lt;<a href="mailto:selinux@gmail.com">selinux@gmail.com</a>&gt; 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.&nbsp;&nbsp;(Sorry,<br>but I&#39;ve forgotten....).<br><br>I&#39;ll have to shutdown NetworkManager first, right?&nbsp;&nbsp;Anything else?
</blockquote><div><br>&nbsp;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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid=&quot;yourssid&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proto=WPA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=WPA-PSK<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scan_ssid=1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pairwise=TKIP<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; group=TKIP<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; psk=&quot;yourpassword&quot;<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>