<?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"
	>
<channel>
	<title>Comments on: fix for wpa_supplicant breaking on ipw2200 when upgrading to 1.0.8</title>
	<atom:link href="http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/</link>
	<description></description>
	<pubDate>Wed, 08 Oct 2008 04:21:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: nc</title>
		<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-116778</link>
		<dc:creator>nc</dc:creator>
		<pubDate>Tue, 11 Mar 2008 01:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-116778</guid>
		<description>wpa_supplicant is supposed to be started with the 'ifupdown.sh' script. On my machine, this:

# Wireless ipw3945 card
iface eth1 inet dhcp
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

..will start it with the proper config file when I run 'ifup eth1'.</description>
		<content:encoded><![CDATA[<p>wpa_supplicant is supposed to be started with the &#8216;ifupdown.sh&#8217; script. On my machine, this:</p>
<p># Wireless ipw3945 card<br />
iface eth1 inet dhcp<br />
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</p>
<p>..will start it with the proper config file when I run &#8216;ifup eth1&#8242;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fenerli</title>
		<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-116743</link>
		<dc:creator>fenerli</dc:creator>
		<pubDate>Mon, 10 Mar 2008 22:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-116743</guid>
		<description>I was hoping someone would have already asked this but where is the wpa_supplicant startup line?

I'm not that new to Linux so I was expecting to find it with a bit of Google and trial and error but got nothing.

# locate wpa_supplicant
/etc/wpa_supplicant
/etc/wpa_supplicant/functions.sh
/etc/wpa_supplicant/ifupdown.sh
/sbin/wpa_supplicant
( and some docs/man pages)

None of the above are any good. I also had a look at other network config files such as /etc/network/interfaces but again, nothing. If it matters, the interfaces file already specifies the wext driver and wireless works, it just needs a restart to the networking daemon every hard boot and that is where the ioctl[IPW_IOCTL_WPA_SUPPLICANT]... warning is given.</description>
		<content:encoded><![CDATA[<p>I was hoping someone would have already asked this but where is the wpa_supplicant startup line?</p>
<p>I&#8217;m not that new to Linux so I was expecting to find it with a bit of Google and trial and error but got nothing.</p>
<p># locate wpa_supplicant<br />
/etc/wpa_supplicant<br />
/etc/wpa_supplicant/functions.sh<br />
/etc/wpa_supplicant/ifupdown.sh<br />
/sbin/wpa_supplicant<br />
( and some docs/man pages)</p>
<p>None of the above are any good. I also had a look at other network config files such as /etc/network/interfaces but again, nothing. If it matters, the interfaces file already specifies the wext driver and wireless works, it just needs a restart to the networking daemon every hard boot and that is where the ioctl[IPW_IOCTL_WPA_SUPPLICANT]&#8230; warning is given.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nc</title>
		<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-71</link>
		<dc:creator>nc</dc:creator>
		<pubDate>Tue, 28 Mar 2006 05:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-71</guid>
		<description>Aaron --

Do you have all the 802.11 options compiled into your kernel? You'll probably need at least the following:

CONFIG_IEEE80211=m
CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_CRYPT_CCMP=m
CONFIG_IEEE80211_CRYPT_TKIP=m</description>
		<content:encoded><![CDATA[<p>Aaron &#8211;</p>
<p>Do you have all the 802.11 options compiled into your kernel? You&#8217;ll probably need at least the following:</p>
<p>CONFIG_IEEE80211=m<br />
CONFIG_IEEE80211_CRYPT_WEP=m<br />
CONFIG_IEEE80211_CRYPT_CCMP=m<br />
CONFIG_IEEE80211_CRYPT_TKIP=m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-70</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 28 Mar 2006 05:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-70</guid>
		<description>Have you seen this one? I believe we have the same (or similar) laptops...Inspiron 6000. I am running the 2.6.14.2 kernel with wpa_supplicant and ipw2200.


ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 -</description>
		<content:encoded><![CDATA[<p>Have you seen this one? I believe we have the same (or similar) laptops&#8230;Inspiron 6000. I am running the 2.6.14.2 kernel with wpa_supplicant and ipw2200.</p>
<p>ioctl[SIOCSIWAUTH]: Operation not supported<br />
WEXT auth param 7 value 0&#215;1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported<br />
ioctl[SIOCSIWENCODEEXT]: Operation not supported<br />
ioctl[SIOCSIWENCODEEXT]: Operation not supported<br />
ioctl[SIOCSIWENCODEEXT]: Operation not supported<br />
ioctl[SIOCSIWAUTH]: Operation not supported<br />
WEXT auth param 4 value 0&#215;0 - ioctl[SIOCSIWAUTH]: Operation not supported<br />
WEXT auth param 5 value 0&#215;1 -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce</title>
		<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-10</link>
		<dc:creator>Bryce</dc:creator>
		<pubDate>Fri, 23 Dec 2005 23:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-10</guid>
		<description>Thank you thank you thank you! Luckily I found this fairly quickly, and my hair is still intact, and no computers were broken.</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you! Luckily I found this fairly quickly, and my hair is still intact, and no computers were broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WaY</title>
		<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-5</link>
		<dc:creator>WaY</dc:creator>
		<pubDate>Tue, 29 Nov 2005 20:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-5</guid>
		<description>I love you too. Thank you very much... so much wasted time.</description>
		<content:encoded><![CDATA[<p>I love you too. Thank you very much&#8230; so much wasted time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-4</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 16 Nov 2005 03:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-4</guid>
		<description>Thanks man.  I spent a whole bunch of time of this thinking I was being stupid and I guess I was , but thanks for the info..</description>
		<content:encoded><![CDATA[<p>Thanks man.  I spent a whole bunch of time of this thinking I was being stupid and I guess I was , but thanks for the info..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-3</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Fri, 11 Nov 2005 00:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.natecarlson.com/blog/2005/10/28/fix-for-wpa_supplicant-breaking-on-ipw2200-when-upgrading-to-108/#comment-3</guid>
		<description>I love you.  I'm sure you can begin to guess how long I've spent trying to work that sodding thing out!  I hate computers.  Perhaps I should be a forest ranger instead.

Thanks for saving my sanity!</description>
		<content:encoded><![CDATA[<p>I love you.  I&#8217;m sure you can begin to guess how long I&#8217;ve spent trying to work that sodding thing out!  I hate computers.  Perhaps I should be a forest ranger instead.</p>
<p>Thanks for saving my sanity!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
