<?xml version="1.0"?>
<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/"
	>
   <channel>
      <pubDate>Thu, 4 Dec 2008 02:44:19 GMT</pubDate>
      <lastBuildDate>Thu, 4 Dec 2008 02:44:19 GMT</lastBuildDate>
      <language>en</language>
      <docs>http://www.rssboard.org/rss-specification</docs>
      <title>CrunchBang ~ networking</title>
      <link>http://crunchbang.org/tags/networking/</link>
      <description>Code, Design &amp; GNU/Linux</description>

<item>
    <title>Configure Wireless on the Command Line</title>
    <link>http://crunchbang.org/archives/2007/12/18/configure-wireless-on-the-command-line/</link>
    <pubDate>Tue, 18 Dec 2007 23:06:13 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2007/12/18/configure-wireless-on-the-command-line/</guid>
    <description><![CDATA[
    <p>Today I have mainly been attempting to create a very light installation of <a href="http://www.ubuntu.com/ " title="Ubuntu, Linux for Human Beings!">Ubuntu</a> on an old Pentium III. I started by installing a base system with the Ubuntu alternative install disk. After the base system was installed I then tried to configure my wireless card from the command line. I was half expecting this to be a difficult task, however it wasn&#39;t actually too difficult and thanks to some rather <a href="http://www.stoltenow.com/archives/2006/12/ubuntu_configur.html " title="Ubuntu: Configure Wireless From The Command Line">nifty instructions</a> I managed to get my wireless card working in no time. For future reference here are the necessary commands:</p>

<p><strong>1.</strong> Turn the interface on with the following command:</p>

<pre><code>sudo ifconfig wlan0 up
</code></pre>

<p><strong>2.</strong> Scan for a list of all the available access points:</p>

<pre><code>iwlist wlan0 scanning
</code></pre>

<p><strong>3.</strong> Select the access point with the following command:</p>

<pre><code>sudo iwconfig wlan0 essid ACCESSPOINT
</code></pre>

<p><strong>4.</strong> Set WEP or WPA passphrase, if needed:</p>

<pre><code>sudo iwconfig wlan0 key PASSPHRASE
</code></pre>

<p><strong>5.</strong> Finally, connect to DHCP server and obtain an IP address:</p>

<pre><code>sudo dhclient
</code></pre>

<p>I&#39;ll post more details about the actual system install when I get more time, for now I just wanted to get these instructions down in case I end up having to start again from scratch.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/cli/" title="Browse all posts tagged with &#8220;cli&#8221;">cli</a>, <a href="http://crunchbang.org/tags/networking/" title="Browse all posts tagged with &#8220;networking&#8221;">networking</a>, <a href="http://crunchbang.org/tags/terminal/" title="Browse all posts tagged with &#8220;terminal&#8221;">terminal</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

 </channel>
</rss>