<?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: Wpa_gui is Underrated</title>
	<atom:link href="http://blog.jasondonenfeld.com/248/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.jasondonenfeld.com/248</link>
	<description>{{{ ZX2C4 }}}</description>
	<lastBuildDate>Wed, 01 Sep 2010 23:53:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Serafean</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1124</link>
		<dc:creator>Serafean</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1124</guid>
		<description>Hi, just stopping by to acknowledge that wpa_gui is all I need; but I must say that when I first saw it a few years back, it scared me away (no network scan at first glance: one has to go to another tab; I&#039;ve grown wiser since). It does have that power-user-ish feel to it... Thanks for bringing it up. Not sure if this is the right place to ask, but,technically speaking, could there be a network abstraction in Solid for wpa_supplicant (as there is for wicd/Networkmanager)? It seems to me that with a better GUI wpa_supplicant is all an average user needs (1 process less in the background, YAY!!)</description>
		<content:encoded><![CDATA[<p>Hi, just stopping by to acknowledge that wpa_gui is all I need; but I must say that when I first saw it a few years back, it scared me away (no network scan at first glance: one has to go to another tab; I&#8217;ve grown wiser since). It does have that power-user-ish feel to it&#8230; Thanks for bringing it up. Not sure if this is the right place to ask, but,technically speaking, could there be a network abstraction in Solid for wpa_supplicant (as there is for wicd/Networkmanager)? It seems to me that with a better GUI wpa_supplicant is all an average user needs (1 process less in the background, YAY!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1083</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Mon, 15 Feb 2010 00:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1083</guid>
		<description>dhcpcd is always running, so when wpa_supplicant marks wlan0 as up, dhcpcd sees and requests an IP.</description>
		<content:encoded><![CDATA[<p>dhcpcd is always running, so when wpa_supplicant marks wlan0 as up, dhcpcd sees and requests an IP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vytautas</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1081</link>
		<dc:creator>Vytautas</dc:creator>
		<pubDate>Sun, 14 Feb 2010 16:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1081</guid>
		<description>How can you make wpa_supplicant request IP through dhcp ?</description>
		<content:encoded><![CDATA[<p>How can you make wpa_supplicant request IP through dhcp ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1050</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1050</guid>
		<description>Hey I&#039;m glad it worked out well for you. I&#039;ve never used wicd on my gentoo box, so I haven&#039;t had this hassle of migration, but all those steps of wpa_supplicant.conf and /etc/init.d/net.wlan0 are suggested in the networking section of the gentoo handbook, so by the time I got around to discovering wpa_gui, I was already setup.

The top 3 lines of my wpa_supplicant.conf are:

ctrl_interface=/var/run/wpa_supplicant                            
ctrl_interface_group=wheel                                        
update_config=1</description>
		<content:encoded><![CDATA[<p>Hey I&#8217;m glad it worked out well for you. I&#8217;ve never used wicd on my gentoo box, so I haven&#8217;t had this hassle of migration, but all those steps of wpa_supplicant.conf and /etc/init.d/net.wlan0 are suggested in the networking section of the gentoo handbook, so by the time I got around to discovering wpa_gui, I was already setup.</p>
<p>The top 3 lines of my wpa_supplicant.conf are:</p>
<p>ctrl_interface=/var/run/wpa_supplicant<br />
ctrl_interface_group=wheel<br />
update_config=1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Dietrich</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1048</link>
		<dc:creator>Nicolas Dietrich</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1048</guid>
		<description>Wow - I&#039;m pretty surprised I didn&#039;t know about it - thanks for the pointer!

I&#039;m also quite surprised / shocked by reading the comments, which imply that technical simplicity is not considered elegant by a lot of people  :-(

Btw - it didn&#039;t work out of the box on my Gentoo system, I had to 
 - create a wpa_supplicant.conf file first to allow all users to connect (not needed in wicd since server always runs as root and clients connect via dbus)
 - explicitly load the wpa_supplicant module in the network configuration file (not needed in wicd, since server starts wpa_supplicant directly)

Great! One layer less!</description>
		<content:encoded><![CDATA[<p>Wow &#8211; I&#8217;m pretty surprised I didn&#8217;t know about it &#8211; thanks for the pointer!</p>
<p>I&#8217;m also quite surprised / shocked by reading the comments, which imply that technical simplicity is not considered elegant by a lot of people  <img src='http://blog.jasondonenfeld.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Btw &#8211; it didn&#8217;t work out of the box on my Gentoo system, I had to<br />
 &#8211; create a wpa_supplicant.conf file first to allow all users to connect (not needed in wicd since server always runs as root and clients connect via dbus)<br />
 &#8211; explicitly load the wpa_supplicant module in the network configuration file (not needed in wicd, since server starts wpa_supplicant directly)</p>
<p>Great! One layer less!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1047</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1047</guid>
		<description>which? in the tray?</description>
		<content:encoded><![CDATA[<p>which? in the tray?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1046</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1046</guid>
		<description>No. bloated is bloated, buggy is buggy. Simple is simple, fast is fast, good is good.</description>
		<content:encoded><![CDATA[<p>No. bloated is bloated, buggy is buggy. Simple is simple, fast is fast, good is good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1045</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1045</guid>
		<description>FAIL.  Not so.  :)</description>
		<content:encoded><![CDATA[<p>FAIL.  Not so.  <img src='http://blog.jasondonenfeld.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1044</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1044</guid>
		<description>You mistake &quot;good&quot; for &quot;technical&quot; and &quot;bad&quot; for &quot;simplistic&quot;.

The line is so simple.</description>
		<content:encoded><![CDATA[<p>You mistake &#8220;good&#8221; for &#8220;technical&#8221; and &#8220;bad&#8221; for &#8220;simplistic&#8221;.</p>
<p>The line is so simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TGM</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1043</link>
		<dc:creator>TGM</dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1043</guid>
		<description>Love the icon :)</description>
		<content:encoded><![CDATA[<p>Love the icon <img src='http://blog.jasondonenfeld.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1041</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Tue, 26 Jan 2010 23:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1041</guid>
		<description>Good point about the popularity in guides.

You&#039;re right about the n00b linux user, who *should* have the most slick and easy configuration method possible. But for any user worth his salt who wants a good interface sans bloat, wpa_gui rocks.</description>
		<content:encoded><![CDATA[<p>Good point about the popularity in guides.</p>
<p>You&#8217;re right about the n00b linux user, who *should* have the most slick and easy configuration method possible. But for any user worth his salt who wants a good interface sans bloat, wpa_gui rocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charly</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1039</link>
		<dc:creator>charly</dc:creator>
		<pubDate>Tue, 26 Jan 2010 22:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1039</guid>
		<description>Well, most guides about wireless networking on linux don&#039;t mention wpa_gui, i guess its a significant reason for its low popularity.

Now that i gave it a try, it seems its aimed audience is not the average joe linux user, but rather the geek who want to know his mac address. I don&#039;t feel uncompfortable with that, but i don&#039;t understand why you try to make people use an ugly ui which is _just_ a wpa_supplicant gui and _not_ an integrated network management service as someone pointed out already.</description>
		<content:encoded><![CDATA[<p>Well, most guides about wireless networking on linux don&#8217;t mention wpa_gui, i guess its a significant reason for its low popularity.</p>
<p>Now that i gave it a try, it seems its aimed audience is not the average joe linux user, but rather the geek who want to know his mac address. I don&#8217;t feel uncompfortable with that, but i don&#8217;t understand why you try to make people use an ugly ui which is _just_ a wpa_supplicant gui and _not_ an integrated network management service as someone pointed out already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1038</link>
		<dc:creator>david</dc:creator>
		<pubDate>Tue, 26 Jan 2010 21:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1038</guid>
		<description>I will definitely give it a try cause nm doesn&#039;t connect to all networks or times out randomly.</description>
		<content:encoded><![CDATA[<p>I will definitely give it a try cause nm doesn&#8217;t connect to all networks or times out randomly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1037</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1037</guid>
		<description>wicd is running in addition to wpa_supplicant, since all wireless needs wpa_suppliacant. never had any problems with it, im sure, since wicd is a good solution, but why the extra layer?

more importantly, i&#039;m interested in why wpa_gui is not very popular and why lots of people do not know about it.</description>
		<content:encoded><![CDATA[<p>wicd is running in addition to wpa_supplicant, since all wireless needs wpa_suppliacant. never had any problems with it, im sure, since wicd is a good solution, but why the extra layer?</p>
<p>more importantly, i&#8217;m interested in why wpa_gui is not very popular and why lots of people do not know about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1036</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1036</guid>
		<description>Sounds terrible. I can&#039;t believe how many people still use the NM applet from 3.5. What&#039;s wvdial like? I&#039;ve never used it.</description>
		<content:encoded><![CDATA[<p>Sounds terrible. I can&#8217;t believe how many people still use the NM applet from 3.5. What&#8217;s wvdial like? I&#8217;ve never used it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1035</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1035</guid>
		<description>So can wpa_gui/wpa_supplicant. This is a native feature of wpa_supplicant, and is configurable by the conf file, the gui, or the cli.</description>
		<content:encoded><![CDATA[<p>So can wpa_gui/wpa_supplicant. This is a native feature of wpa_supplicant, and is configurable by the conf file, the gui, or the cli.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moltonel</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1034</link>
		<dc:creator>moltonel</dc:creator>
		<pubDate>Tue, 26 Jan 2010 13:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1034</guid>
		<description>I think NM has the advantage of being all-in-one and well integrated by gnome and by specific distributions. If it&#039;s in the default install and does what you need, most people will not know or care about the bloat.

wpa_supplicant used to be a pain to configure, but I retried it recently and I&#039;m now as happy as can be (simple needs, though).
On my netbook running Arch (all other machines using gentoo), I settled for wicd a while back, but I think I&#039;ll switch to wap_supplicant there too.</description>
		<content:encoded><![CDATA[<p>I think NM has the advantage of being all-in-one and well integrated by gnome and by specific distributions. If it&#8217;s in the default install and does what you need, most people will not know or care about the bloat.</p>
<p>wpa_supplicant used to be a pain to configure, but I retried it recently and I&#8217;m now as happy as can be (simple needs, though).<br />
On my netbook running Arch (all other machines using gentoo), I settled for wicd a while back, but I think I&#8217;ll switch to wap_supplicant there too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maninalift</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1033</link>
		<dc:creator>maninalift</dc:creator>
		<pubDate>Tue, 26 Jan 2010 09:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1033</guid>
		<description>I use wicd which I have never had any problems with and which could never be described as bloated. My only qualm is that it would be nice if it were Qt. Perhaps that&#039;s a reason to try wpa_gui

Had bad experiences with NM though</description>
		<content:encoded><![CDATA[<p>I use wicd which I have never had any problems with and which could never be described as bloated. My only qualm is that it would be nice if it were Qt. Perhaps that&#8217;s a reason to try wpa_gui</p>
<p>Had bad experiences with NM though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbernardo</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1032</link>
		<dc:creator>jbernardo</dc:creator>
		<pubDate>Tue, 26 Jan 2010 06:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1032</guid>
		<description>I use wicd, but maybe I&#039;ll switch to wpa gui. NM with its idiotic habit of scanning every minute together with the buggy ath9k drivers means that with it my network is down one minute out of every two.</description>
		<content:encoded><![CDATA[<p>I use wicd, but maybe I&#8217;ll switch to wpa gui. NM with its idiotic habit of scanning every minute together with the buggy ath9k drivers means that with it my network is down one minute out of every two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1031</link>
		<dc:creator>Marvin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 04:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1031</guid>
		<description>I still use networkmanager from kde 3.5 on kde4. It seems to be the only kde nm which is capable using my gsm/gprs/umts device. Others either don&#039;t work or crash. wvdial works too tough.</description>
		<content:encoded><![CDATA[<p>I still use networkmanager from kde 3.5 on kde4. It seems to be the only kde nm which is capable using my gsm/gprs/umts device. Others either don&#8217;t work or crash. wvdial works too tough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ephemient</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1030</link>
		<dc:creator>ephemient</dc:creator>
		<pubDate>Tue, 26 Jan 2010 01:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1030</guid>
		<description>I use wicd because it can automatically join known networks and switch based on preference even when there&#039;s nobody logged in.</description>
		<content:encoded><![CDATA[<p>I use wicd because it can automatically join known networks and switch based on preference even when there&#8217;s nobody logged in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1029</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1029</guid>
		<description>Aren&#039;t there other ways at querying connectivity that use standard linux interfaces? Pidgin seems to know what the deal is with my connectivity without NM.</description>
		<content:encoded><![CDATA[<p>Aren&#8217;t there other ways at querying connectivity that use standard linux interfaces? Pidgin seems to know what the deal is with my connectivity without NM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1028</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1028</guid>
		<description>The reason why is because obviously network connectivity and control should be a service that your computer offers applications, and not JUST a simple commandline/GUI tool for user management.  The scope of NM is much greater.

WPA_gui seems great - and I&#039;ve been burnt many times by bad WPA in NM, trust me - but a compelling application platform must offer developers ways to communicate and query network connectivity.

In addition, NM does seem to be -very good- at integrating bluetooth and cell phones in one complete package.

It&#039;s a great tool, but modern computing experiences demand more than great tools.  It requires great integration.  I hope that NM can be as reliable as possible though, so maybe it should learn a thing or two from WPA-gui.</description>
		<content:encoded><![CDATA[<p>The reason why is because obviously network connectivity and control should be a service that your computer offers applications, and not JUST a simple commandline/GUI tool for user management.  The scope of NM is much greater.</p>
<p>WPA_gui seems great &#8211; and I&#8217;ve been burnt many times by bad WPA in NM, trust me &#8211; but a compelling application platform must offer developers ways to communicate and query network connectivity.</p>
<p>In addition, NM does seem to be -very good- at integrating bluetooth and cell phones in one complete package.</p>
<p>It&#8217;s a great tool, but modern computing experiences demand more than great tools.  It requires great integration.  I hope that NM can be as reliable as possible though, so maybe it should learn a thing or two from WPA-gui.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1027</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1027</guid>
		<description>Netplug also requires zero configuration (emerge netplug and presto). But I didn&#039;t really have to tweak anything at all. I run Gentoo so there also wasn&#039;t the additional step of getting rid of NM, since it was never there in the first place.</description>
		<content:encoded><![CDATA[<p>Netplug also requires zero configuration (emerge netplug and presto). But I didn&#8217;t really have to tweak anything at all. I run Gentoo so there also wasn&#8217;t the additional step of getting rid of NM, since it was never there in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robo1337</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1026</link>
		<dc:creator>robo1337</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1026</guid>
		<description>Honestly, I didn&#039;t try this app before, so I just know it from manpages and your blogpost. I was refering to bluetooth and wired connections if that wasn&#039;t clear before.

Your post pretty much sounded like you had to tweak quite a few config files and scripts for those two connection methods (netplug [wired], ppp [bt-&gt;nokia]). I couldn&#039;t find any hints wpagui supported these methods on the internet, so excuse me if I told anything wrong ;-)

Anyway, this just looks like a nice way for configuring networks. Definitely worth a try when networkmanager decides to give up work (again... :o) :)</description>
		<content:encoded><![CDATA[<p>Honestly, I didn&#8217;t try this app before, so I just know it from manpages and your blogpost. I was refering to bluetooth and wired connections if that wasn&#8217;t clear before.</p>
<p>Your post pretty much sounded like you had to tweak quite a few config files and scripts for those two connection methods (netplug [wired], ppp [bt-&gt;nokia]). I couldn&#8217;t find any hints wpagui supported these methods on the internet, so excuse me if I told anything wrong <img src='http://blog.jasondonenfeld.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Anyway, this just looks like a nice way for configuring networks. Definitely worth a try when networkmanager decides to give up work (again&#8230; <img src='http://blog.jasondonenfeld.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ) <img src='http://blog.jasondonenfeld.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1025</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1025</guid>
		<description>Actually, it requires zero configuration, since wpa_supplicant is used no matter what. All you have to do is run wpa_gui. No configuration needed. In fact, I could also click on the K menu, go to applications, and presto, there it is.

My setup &quot;just works&quot; with no configuration necessary.</description>
		<content:encoded><![CDATA[<p>Actually, it requires zero configuration, since wpa_supplicant is used no matter what. All you have to do is run wpa_gui. No configuration needed. In fact, I could also click on the K menu, go to applications, and presto, there it is.</p>
<p>My setup &#8220;just works&#8221; with no configuration necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robo1337</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1024</link>
		<dc:creator>robo1337</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1024</guid>
		<description>There&#039;s a simple reason for that: Simplicity. You have to configure this before you can use it and it just doesn&#039;t sound too easy. Of course, you can do it, I can do it and most of the readers of this blog could probably do it too but it consumes more time than simply installing networkmanager and configure all settings for all devices at a central place quickly. This doesn&#039;t take any longer than a minute and I&#039;m sure it&#039;s easier than

&quot;For wired networking, netplug calls my ethernet setup scripts when I plug in an ethernet cable. No tinkering required. For my cellphone internet via bluetooth, I run “pon nokia” and my ppp chatscript does all the rest. This could easily be tied to a little menu button in my launcher.&quot;

The problem is, this &quot;just works&quot; with the gnome nm-applet and the KDE one still has its bugs despite KDE4.0 was released two years ago.

I don&#039;t really unterstand the problem, though, the KDE Networkmanager applet seems to work quite well nowadays. This would&#039;ve been the perfect blog post one year ago ;-)</description>
		<content:encoded><![CDATA[<p>There&#8217;s a simple reason for that: Simplicity. You have to configure this before you can use it and it just doesn&#8217;t sound too easy. Of course, you can do it, I can do it and most of the readers of this blog could probably do it too but it consumes more time than simply installing networkmanager and configure all settings for all devices at a central place quickly. This doesn&#8217;t take any longer than a minute and I&#8217;m sure it&#8217;s easier than</p>
<p>&#8220;For wired networking, netplug calls my ethernet setup scripts when I plug in an ethernet cable. No tinkering required. For my cellphone internet via bluetooth, I run “pon nokia” and my ppp chatscript does all the rest. This could easily be tied to a little menu button in my launcher.&#8221;</p>
<p>The problem is, this &#8220;just works&#8221; with the gnome nm-applet and the KDE one still has its bugs despite KDE4.0 was released two years ago.</p>
<p>I don&#8217;t really unterstand the problem, though, the KDE Networkmanager applet seems to work quite well nowadays. This would&#8217;ve been the perfect blog post one year ago <img src='http://blog.jasondonenfeld.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1023</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1023</guid>
		<description>It remembers all the settings and you can store the priorities or have it unprioritized. Actually, this is a feature of wpa_supplicant, which is nicely exposed by wpa_gui, wpa_cli, or the wpa_supplicant.conf file.</description>
		<content:encoded><![CDATA[<p>It remembers all the settings and you can store the priorities or have it unprioritized. Actually, this is a feature of wpa_supplicant, which is nicely exposed by wpa_gui, wpa_cli, or the wpa_supplicant.conf file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Donenfeld</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1022</link>
		<dc:creator>Jason Donenfeld</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1022</guid>
		<description>Nope -- wpa_supplicant does everything - wpa, wpa, all the interface up/down management, starting dhcpcd etc.</description>
		<content:encoded><![CDATA[<p>Nope &#8212; wpa_supplicant does everything &#8211; wpa, wpa, all the interface up/down management, starting dhcpcd etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan T</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1021</link>
		<dc:creator>Ryan T</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1021</guid>
		<description>Does wpa_gui remember the authentication settings for every network you connect to, and then automatically reconnect to those networks when it detects them in the future? Or does it always require manual intervention to connect to a network?</description>
		<content:encoded><![CDATA[<p>Does wpa_gui remember the authentication settings for every network you connect to, and then automatically reconnect to those networks when it detects them in the future? Or does it always require manual intervention to connect to a network?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo S</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1020</link>
		<dc:creator>Leo S</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1020</guid>
		<description>&gt; Why are you all using NM, wicd, etc instead of good ol’ wpa_gui?

I always assumed it only did WPA, given the name.  Ohwell, NM works just fine as well (for me), and lots of distros set it up automatically these days, so I don&#039;t see a reason to switch.</description>
		<content:encoded><![CDATA[<p>&gt; Why are you all using NM, wicd, etc instead of good ol’ wpa_gui?</p>
<p>I always assumed it only did WPA, given the name.  Ohwell, NM works just fine as well (for me), and lots of distros set it up automatically these days, so I don&#8217;t see a reason to switch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.jasondonenfeld.com/248#comment-1019</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 25 Jan 2010 21:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasondonenfeld.com/?p=248#comment-1019</guid>
		<description>&quot;Why are you all using NM, wicd, etc instead of good ol’ wpa_gui?&quot;

Well, because this is the first I&#039;ve heard of it.  I wish I had one of my laptops with me, then I could give it a spin right now.</description>
		<content:encoded><![CDATA[<p>&#8220;Why are you all using NM, wicd, etc instead of good ol’ wpa_gui?&#8221;</p>
<p>Well, because this is the first I&#8217;ve heard of it.  I wish I had one of my laptops with me, then I could give it a spin right now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
