<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MamaTux.dk &#187; wpa</title>
	<atom:link href="http://mamatux.dk/tag/wpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://mamatux.dk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 04 May 2010 04:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hello, can anyone hear me?</title>
		<link>http://mamatux.dk/2005/10/hello-can-anyone-hear-me/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hello-can-anyone-hear-me</link>
		<comments>http://mamatux.dk/2005/10/hello-can-anyone-hear-me/#comments</comments>
		<pubDate>Mon, 24 Oct 2005 21:46:00 +0000</pubDate>
		<dc:creator>gitte</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://mamatux.dk/?p=114</guid>
		<description><![CDATA[Jeg har f&#229;et udleveret en T41 p&#229; mit nye arbejde &#8211; en rigtig l&#230;kker laptop. Den har indbygget wifi og det virker ganske fint. Mit eneste problem har v&#230;ret at jeg ikke har kunne f&#229; wpa til at virke s&#229; jeg har kunnet snakke med Davids Airport Express. Men det problem har Jesper Monsted nu [...]]]></description>
			<content:encoded><![CDATA[<p>Jeg har f&aring;et udleveret en T41 p&aring; mit nye arbejde &#8211; en rigtig l&aelig;kker laptop. Den har indbygget wifi og det virker ganske fint. Mit eneste problem har v&aelig;ret at jeg ikke har kunne f&aring; wpa til at virke s&aring; jeg har kunnet snakke med Davids Airport Express. Men det problem har Jesper Monsted nu hjulpet mig af med!<br />Det eneste det kr&aelig;vede var f&oslash;lgende:</p>
<p>I /etc lavede jeg f&oslash;lgende conf fil &#39;wpa_supplicant.conf&#39;:&lt;br /&gt;</p>
<pre>gitte@lillemis$ cat /etc/wpa_supplicant.conf</pre>
<pre>ctrl_interface=/var/run/wpa_supplicant</pre>
<pre>ctrl_interface_group=wheel</pre>
<pre>network={</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid=&quot;MITSSID&quot;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scan_ssid=1</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=WPA-PSK</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; psk=&quot;WPAKEY&quot;</pre>
<pre>}</pre>
<p>S&aring; kan man lave f&oslash;lgende script der starter &quot;all the magic&quot;:</p>
<pre>gitte@lillemis$ cat bin/netconf.sh</pre>
<pre>[SNIP]</pre>
<pre>killall dhclient</pre>
<pre>kldload if_ath</pre>
<pre>kldload wlan_tkip</pre>
<pre>ifconfig ath0 ssid DITSSID</pre>
<pre>wpa_supplicant -B -i ath0 -c /etc/wpa_supplicant.conf </pre>
<pre>dhclient ath0</pre>
<p>Og vupti &#8211; s&aring; var jeg k&oslash;rende!<br />Jeg h&aring;ber der er andre der finder dette brugbart &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mamatux.dk/2005/10/hello-can-anyone-hear-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
