<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FreeBSD Wireless &#8211; Configuring a wireless interface on FreeBSD 8.1</title>
	<atom:link href="http://www.rhyous.com/2010/12/03/freebsd-wireless-configuring-a-wireless-interface-on-freebsd-8-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhyous.com/2010/12/03/freebsd-wireless-configuring-a-wireless-interface-on-freebsd-8-1/</link>
	<description>Knight of the Code</description>
	<lastBuildDate>Sun, 19 May 2013 09:17:35 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2010/12/03/freebsd-wireless-configuring-a-wireless-interface-on-freebsd-8-1/#comment-1967</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Sun, 20 Feb 2011 17:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2333#comment-1967</guid>
		<description><![CDATA[Here is my final wpa_supplicant.conf

[sourcecode language=&quot;shell&quot;]
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=1

network={
        ssid=&quot;PrimarySSID&quot;
        psk=&quot;Password1&quot;
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP
}

network={
        ssid=&quot;OtherSSID1&quot;
        psk=&quot;passwd1&quot;
        disabled=1
}

network={
        ssid=&quot;OtherSSID2&quot;
        key_mgmt=NONE
        disabled=1
}
[/sourcecode]]]></description>
		<content:encoded><![CDATA[<p>Here is my final wpa_supplicant.conf</p>
<pre class="brush: bash; title: ; notranslate">
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=1

network={
        ssid=&amp;quot;PrimarySSID&amp;quot;
        psk=&amp;quot;Password1&amp;quot;
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP
}

network={
        ssid=&amp;quot;OtherSSID1&amp;quot;
        psk=&amp;quot;passwd1&amp;quot;
        disabled=1
}

network={
        ssid=&amp;quot;OtherSSID2&amp;quot;
        key_mgmt=NONE
        disabled=1
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: silverlokk</title>
		<link>http://www.rhyous.com/2010/12/03/freebsd-wireless-configuring-a-wireless-interface-on-freebsd-8-1/#comment-1965</link>
		<dc:creator>silverlokk</dc:creator>
		<pubDate>Sun, 20 Feb 2011 11:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2333#comment-1965</guid>
		<description><![CDATA[There you have it, I don&#039;t have a wpa_supplicant.conf.]]></description>
		<content:encoded><![CDATA[<p>There you have it, I don't have a wpa_supplicant.conf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2010/12/03/freebsd-wireless-configuring-a-wireless-interface-on-freebsd-8-1/#comment-1957</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Fri, 18 Feb 2011 00:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2333#comment-1957</guid>
		<description><![CDATA[I am not sure.  In your wpa_supplicant.conf, is your must common wifi connection NOT set to disabled. I was experiencing something similar and I noticed somehow mine was set to disabled so I had to use the Wifi tool to connect at every logon.]]></description>
		<content:encoded><![CDATA[<p>I am not sure.  In your wpa_supplicant.conf, is your must common wifi connection NOT set to disabled. I was experiencing something similar and I noticed somehow mine was set to disabled so I had to use the Wifi tool to connect at every logon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silverlokk</title>
		<link>http://www.rhyous.com/2010/12/03/freebsd-wireless-configuring-a-wireless-interface-on-freebsd-8-1/#comment-1956</link>
		<dc:creator>silverlokk</dc:creator>
		<pubDate>Thu, 17 Feb 2011 13:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2333#comment-1956</guid>
		<description><![CDATA[More nice work. I did have trouble with my failover. First off, my WiFi wasn&#039;t coming up automatically so I had to drop into a command prompt and ifconfig it up (using wlan0). Next, the wireless wasn&#039;t taking over when I unplugged the cable from my Ethernet port. The latter turned out to be a problem with my el-cheapo wireless router, and all I had to do was cycle the power, and things are cool in that regard.

As to my wireless needing a manual ifconfig to bring it up, I added the &#039;up&#039; parameter to the ifconfig line for wlan0: ifconfig_wlan0=&quot;WPA up&quot;.

I blush to admit that my access point isn&#039;t password protected, for one because I can no longer get into the management page -- but that&#039;s kinda off-topic :). Would that explain why wlan0 wasn&#039;t automatically going up? Was it looking for a WPA-enabled router?]]></description>
		<content:encoded><![CDATA[<p>More nice work. I did have trouble with my failover. First off, my WiFi wasn't coming up automatically so I had to drop into a command prompt and ifconfig it up (using wlan0). Next, the wireless wasn't taking over when I unplugged the cable from my Ethernet port. The latter turned out to be a problem with my el-cheapo wireless router, and all I had to do was cycle the power, and things are cool in that regard.</p>
<p>As to my wireless needing a manual ifconfig to bring it up, I added the 'up' parameter to the ifconfig line for wlan0: ifconfig_wlan0="WPA up".</p>
<p>I blush to admit that my access point isn't password protected, for one because I can no longer get into the management page -- but that's kinda off-topic <img src='http://www.rhyous.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Would that explain why wlan0 wasn't automatically going up? Was it looking for a WPA-enabled router?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prof.Yeow</title>
		<link>http://www.rhyous.com/2010/12/03/freebsd-wireless-configuring-a-wireless-interface-on-freebsd-8-1/#comment-1502</link>
		<dc:creator>Prof.Yeow</dc:creator>
		<pubDate>Wed, 22 Dec 2010 13:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2333#comment-1502</guid>
		<description><![CDATA[thanks so much!!]]></description>
		<content:encoded><![CDATA[<p>thanks so much!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.rhyous.com @ 2013-05-19 07:45:33 by W3 Total Cache -->