<?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>John Hunt&#039;s web log &#187; Linux</title>
	<atom:link href="http://john-hunt.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-hunt.com</link>
	<description>Linux, open source, development, coding, beer and other stuff</description>
	<lastBuildDate>Wed, 22 Jun 2011 23:08:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to prevent saslauthd sucking up memory</title>
		<link>http://john-hunt.com/2011/06/18/how-to-prevent-saslauthd-sucking-up-memory/</link>
		<comments>http://john-hunt.com/2011/06/18/how-to-prevent-saslauthd-sucking-up-memory/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 02:40:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=279</guid>
		<description><![CDATA[For about a year I noticed that very infrequently my VPS would run out of memory.. at first I thought it was probably just a wordpress plugin, but after a while I discovered it was actually saslauthd. This is a known bug (not known very well though..) with saslauthd on Debian. Anyway, here&#8217;s the fix [...]]]></description>
			<content:encoded><![CDATA[<p>For about a year I noticed that very infrequently my VPS would run out of memory.. at first I thought it was probably just a wordpress plugin, but after a while I discovered it was actually saslauthd. This is a known bug (not known very well though..) with saslauthd on Debian. Anyway, here&#8217;s the fix &#8211; I&#8217;m not totally sure of the implications, so if you run a busy mail server I&#8217;d recommend you look into it a bit more before doing it:</p>
<p>I changed this line:</p>
<blockquote><p>Update the file: /etc/default/saslauthd</p>
<p>OPTIONS=&#8221;-c -m /var/run/saslauthd&#8221;</p>
<p>to:</p>
<p>OPTIONS=&#8221;-c -m /var/spool/postfix/var/run/saslauthd -r&#8221;</p></blockquote>
<p>I think this basically disables threading and enables forking of the process (or something like that) which is what was responsible for the memory leak.</p>
<p>So if you&#8217;re running out memory on your server, maybe give this a try <img src='http://john-hunt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[Thanks to Djamu: <a href="http://www.howtoforge.com/forums/archive/index.php/t-52750.html">http://www.howtoforge.com/forums/archive/index.php/t-52750.html</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2011/06/18/how-to-prevent-saslauthd-sucking-up-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigDump</title>
		<link>http://john-hunt.com/2011/04/06/bigdump/</link>
		<comments>http://john-hunt.com/2011/04/06/bigdump/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 23:08:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=259</guid>
		<description><![CDATA[Recently I&#8217;ve started having to work with sites hosted on shared hosting with phpMyAdmin and a measly 2MB upload limit for database imports. To get around this issue, I found a great little tool called bigdump which can just import a mysqldump file (even if gzipped) &#8211; just upload via ftp and import! Pretty sweet. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve started having to work with sites hosted on shared hosting with phpMyAdmin and a measly 2MB upload limit for database imports. To get around this issue, I found a great little tool called bigdump which can just import a mysqldump file (even if gzipped) &#8211; just upload via ftp and import! Pretty sweet.</p>
<p><a href="http://www.ozerov.de/bigdump.php">http://www.ozerov.de/bigdump.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2011/04/06/bigdump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TWiT Live via MediaTomb for your WDTV Live (and probably ps3, whatever..)</title>
		<link>http://john-hunt.com/2010/10/07/twit-live-via-mediatomb-for-your-wdtv-live-and-probably-xbox-360-ps3-whatever/</link>
		<comments>http://john-hunt.com/2010/10/07/twit-live-via-mediatomb-for-your-wdtv-live-and-probably-xbox-360-ps3-whatever/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 22:44:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=240</guid>
		<description><![CDATA[I recently upgraded from a WDTV media player to a WDTV Live. The WDTV is just a simple set top box that allows you to play video on your tv, much like an xbox 360 and a whole bunch of other devices. The WDTV live allows you to play stuff over the network which opens [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded from a WDTV media player to a WDTV Live. The WDTV is just a simple set top box that allows you to play video on your tv, much like an xbox 360 and a whole bunch of other devices. The WDTV live allows you to play stuff over the network which opens up a whole host of cool stuff if you use the mediatomb DLNA server software available for linux (google tversity if you want something similar for windows..)</p>
<p>Anyway, I managed to get my wdtv live to play the live TWiT (http://live.twit.tv) video stream &#8211; meaning I now have a real internet tv station right up on my tv!﻿﻿</p>
<p>This is a bit rough and ready, but hopefully I&#8217;ll improve it over time. You&#8217;ll probably need to have a rough idea of what you&#8217;re doing.</p>
<p>Make sure transcoding is set to yes in the config:</p>
<blockquote><p>&lt;transcoding enabled=&#8221;yes&#8221;&gt;</p></blockquote>
<p>In mime type profile mappings in the config:</p>
<blockquote><p>&lt;transcode mimetype=&#8221;video/x-flv&#8221; using=&#8221;ffmpeg&#8221;/&gt;</p></blockquote>
<p>So anyway, you&#8217;ll want to add this profile to your config:</p>
<blockquote>
<div id="_mcePaste">&lt;profile name=&#8221;ffmpeg&#8221; enabled=&#8221;yes&#8221; type=&#8221;external&#8221;&gt;</div>
<div id="_mcePaste">&lt;mimetype&gt;video/mpeg&lt;/mimetype&gt;</div>
<div id="_mcePaste">&lt;accept-url&gt;yes&lt;/accept-url&gt;</div>
<div id="_mcePaste">&lt;first-resource&gt;yes&lt;/first-resource&gt;</div>
<div id="_mcePaste">&lt;accept-ogg-theora&gt;yes&lt;/accept-ogg-theora&gt;</div>
<div id="_mcePaste">&lt;agent command=&#8221;/usr/local/bin/ffmpeg-tr.sh&#8221; arguments=&#8221;%in %out&#8221; /&gt;</div>
<div id="_mcePaste">&lt;!&#8211; &lt;buffer size=&#8221;14400000&#8243; chunk-size=&#8221;512000&#8243; fill-size=&#8221;1024&#8243;/&gt; &#8211;&gt;</div>
<div id="_mcePaste">&lt;buffer size=&#8221;5242880&#8243; chunk-size=&#8221;102400&#8243; fill-size=&#8221;1048576&#8243;/&gt;</div>
<div id="_mcePaste">&lt;hide-original-resource&gt;yes&lt;/hide-original-resource&gt;</div>
<div id="_mcePaste">&lt;/profile&gt;</div>
</blockquote>
<div>And create this shell script:</div>
<div>
<blockquote>
<div>#!/bin/sh</div>
<div>exec ffmpeg -i &#8220;$1&#8243; -sameq -f mpeg -me_method zero -aspect 16:9 &#8211; &gt; &#8220;$2&#8243;</div>
</blockquote>
</div>
<div>The final piece of the puzzle is to create a link to it in the mediatomb database via the web interface:</div>
<blockquote>
<div>Type: External Link (URL)</div>
<div>URL: http://bglive-a.bitgravity.com/twit/live/high</div>
<div>Protocol: http-get</div>
<div>Class: object.item.videoItem</div>
<div>Mimetype: video/x-flv</div>
</blockquote>
<div>Notes:</div>
<div>
<ul>
<li>You might be able to/want to change the mimetype to a made up one, video/x-twitlive or something so it doesn&#8217;t conflict with other types.</li>
<li>You&#8217;ll probably want to turn off the other profiles you won&#8217;t be wanting.</li>
<li>Play with the buffer sizes, the commented out one seemed to go a bit funny for me.</li>
</ul>
</div>
<p><strong>A special thanks to aTc from #mediatomb on irc.freenode.net &#8211; without whom this wouldn&#8217;t exist.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2010/10/07/twit-live-via-mediatomb-for-your-wdtv-live-and-probably-xbox-360-ps3-whatever/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://bglive-a.bitgravity.com/twit/live/high" length="1073741824" type="video/x-flv" />
		</item>
		<item>
		<title>Ubuntu Lucid (10.04) on Dell Studio 1555</title>
		<link>http://john-hunt.com/2010/08/09/ubuntu-lucid-10-04-on-dell-studio-1555/</link>
		<comments>http://john-hunt.com/2010/08/09/ubuntu-lucid-10-04-on-dell-studio-1555/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 08:44:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=207</guid>
		<description><![CDATA[Ok, so I decided to natively install Ubuntu 10.04 on my Studio 1555.. fairly impressed.. almost everything works out the box which is a bit annoying. The only issue I&#8217;ve had is that the included proprietary ATI driver fails when you try to use suspend, however this is apparently easily circumvented by using the most [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I decided to natively install Ubuntu 10.04 on my Studio 1555.. fairly impressed.. almost everything works out the box which is a bit annoying.</p>
<p>The only issue I&#8217;ve had is that the included proprietary ATI driver fails when you try to use suspend, however this is apparently easily circumvented by using the most recent driver from the ATI site (it was a bug with their driver.)</p>
<p>Using the open source driver results in poor power management, so I&#8217;d advise against doing that.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2010/08/09/ubuntu-lucid-10-04-on-dell-studio-1555/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Trac quick start on Debian</title>
		<link>http://john-hunt.com/2010/02/25/trac-quick-start-on-debian/</link>
		<comments>http://john-hunt.com/2010/02/25/trac-quick-start-on-debian/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 21:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=202</guid>
		<description><![CDATA[Trac is pretty easy to set up on Debian, here&#8217;s a mini guide of what I did to get it working nice and quick. You&#8217;ll probably want to configure users etc afterwards, but this should be enough to get going. Install: apt-get install trac libapache2-mod-wsgi Initiate the trac environment: trac-admin /var/www/srdev/trac/ initenv Set permissions: chown [...]]]></description>
			<content:encoded><![CDATA[<p>Trac is pretty easy to set up on Debian, here&#8217;s a mini guide of what I did to get it working nice and quick. You&#8217;ll probably want to configure users etc afterwards,  but this should be enough to get going.</p>
<p>Install:<br />
<code><br />
apt-get install trac libapache2-mod-wsgi<br />
</code></p>
<p>Initiate the trac environment:<br />
<code><br />
trac-admin /var/www/srdev/trac/ initenv<br />
</code></p>
<p>Set permissions:<br />
<code><br />
chown -R www-data /var/www/srdev/trac/<br />
</code></p>
<p>Install the wsgi script and web resources. The first argument before &#8216;deploy&#8217; should match the install environment (the path above.) The second argument following &#8216;deploy&#8217; can probably go anywhere, but I just shoved it in the trac dir.</p>
<p><code><br />
trac-admin /var/www/srdev/trac/ deploy /var/www/srdev/trac/www/<br />
</code></p>
<p>Next, we need to tell apache how to call the wsgi script, we do this using an alias. You can use / if you just want it to be in the same dir as your virtualhost, but in my case I wanted trac to be in a sub directory of the site (www.mysite.com/trac.) Add this to your virtual host (/etc/apache2/sites-enabled/whatever.)</p>
<p>The directory directive specifies some permissions for the script.<br />
<code><br />
WSGIScriptAlias /trac /var/www/srdev/trac/www/cgi-bin/trac.wsgi<br />
&lt;Directory /var/www/srdev/trac/www/cgi-bin/trac.wsgi&gt;<br />
  WSGIApplicationGroup %{GLOBAL}<br />
  Order deny,allow<br />
  Allow from all<br />
&#038;lt/Directory&gt;<br />
</code></p>
<p>Finally, enable the wsgi module, and then restart apache. Now it *should* work <img src='http://john-hunt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<code><br />
a2enmod wsgi<br />
/etc/init.d/apache2 restart<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2010/02/25/trac-quick-start-on-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL 5 and old clients (like php4)</title>
		<link>http://john-hunt.com/2009/08/04/mysql-5-and-old-clients-like-php4/</link>
		<comments>http://john-hunt.com/2009/08/04/mysql-5-and-old-clients-like-php4/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 03:38:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=175</guid>
		<description><![CDATA[Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in /blah/somepage.php on line 123 The reason for this warning is because PHP4 can&#8217;t communicate with a MySQL5 server unless it&#8217;s using old passwords (set by using the OLD_PASSWORD() function below.) There are two simple ways to fix this. The [...]]]></description>
			<content:encoded><![CDATA[<p><code>Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in /blah/somepage.php on line 123</code></p>
<p>The reason for this warning is because PHP4 can&#8217;t communicate with a MySQL5 server unless it&#8217;s using old passwords (set by using the OLD_PASSWORD() function below.)</p>
<p>There are two simple ways to fix this. The first would be to upgrade your version of php. Unless you *really* need php4 (or below?!) upgrade! I&#8217;m not sure php4 is supported any more and should be considered a security risk. If you can&#8217;t upgrade, just do this in your database:</p>
<p><code>update mysql.user set password=OLD_PASSWORD('thepassword') where user = 'theusername';</code><br />
and:<br />
<code>flush privileges;</code></p>
<p>This should do the trick. Be warned, if you issue any GRANT statements after this you will have to update mysql.user again.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2009/08/04/mysql-5-and-old-clients-like-php4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDTV &#8211; Western Digital TV media player</title>
		<link>http://john-hunt.com/2009/01/30/wdtv-western-digital-tv-media-player/</link>
		<comments>http://john-hunt.com/2009/01/30/wdtv-western-digital-tv-media-player/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 00:15:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ac3]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[wdtv]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=147</guid>
		<description><![CDATA[Picked up a WDTV last night for $200. As you may have guessed from some of my other posts, I&#8217;m into my A/V stuff, so this thing seemed like a bargain. Many reviews will rave about how great it is, and I must say it&#8217;s not too bad, but I have found there are bugs [...]]]></description>
			<content:encoded><![CDATA[<p>Picked up a WDTV last night for $200. As you may have guessed from some of my other posts, I&#8217;m into my A/V stuff, so this thing seemed like a bargain. Many reviews will rave about how great it is, and I must say it&#8217;s not too bad, but I have found there are bugs (even in the latest 1.0.1.2 firmware):</p>
<p>Playback of any AC3 file seems to result in a barely noticable (but very annoying) 100ms or so audio lag. This doesn&#8217;t drift which is good, but it makes watching anything with an AC3 soundtrack very annoying. I&#8217;ve tried various things to try and fix this and make sure it&#8217;s not me or my files, but the unit. Strangely, this only seems to occur when playing back NTSC files, and not PAL (25fps) files.</p>
<p>Other than that, it&#8217;s pretty good. I&#8217;ll hang on to it until I can test it on someone else&#8217;s setup. Otherwise it might have to go back to the shop!</p>
<p><strong>*update*</strong></p>
<p>After more testing with different files, it seems to be off-sync with a bunch of files, not just ones with an AC3 soundtrack. I also tested the device at a friends place before finally taking it back. If Western Digital manages to sort this bug out, I may consider buying it again&#8230;probably not though, manufacturers need to start testing stuff rather than just putting things out there and then releasing good firmware a year later.</p>
<p>I also just found out the WDTV violates the GPL, so I don&#8217;t want it anyway!</p>
<p>*update2*</p>
<p>Version 1.02 firmware is now released for the WDTV, and I&#8217;ve recently bought an AV reciever which has built in a/v delay stuff (and optical/hdmi inputs etc..) so perhaps it is time to re-purchase WDTV after all. Converting MKV/h264 to AVI/xvid for my xbox w/ac3 isn&#8217;t so great.</p>
<p>*update3*</p>
<p>I did re-buy the WDTV, and I&#8217;ve been very happy with it, but only if using firmware version 1.02.03 (I think it&#8217;s that one) which has all the sync issues sorted. Recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2009/01/30/wdtv-western-digital-tv-media-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Downmixing AC3 5.1 to stereo mp3 for xbox360 avi playback</title>
		<link>http://john-hunt.com/2008/11/24/downmixing-ac3-51-to-stereo-mp3-for-xbox360-avi-playback/</link>
		<comments>http://john-hunt.com/2008/11/24/downmixing-ac3-51-to-stereo-mp3-for-xbox360-avi-playback/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 00:20:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=136</guid>
		<description><![CDATA[*Updated! The xbox360 doesn&#8217;t like divx/xvid files that have ac3 sound tracks, so we can use mencoder to convert these files so they use 128kbit stereo mp3 soundtracks instead. This isn&#8217;t too hard to do, just use a command similar to: mencoder input.avi -ovc copy -oac mp3lame -lameopts cbr:br=128 -channels 2 -o output.avi Easy when [...]]]></description>
			<content:encoded><![CDATA[<p>*<strong>Updated</strong>!</p>
<p>The xbox360 doesn&#8217;t like divx/xvid files that have ac3 sound tracks, so we can use mencoder to convert these files so they use 128kbit stereo mp3 soundtracks instead. This isn&#8217;t too hard to do, just use a command similar to:</p>
<p><strong>mencoder input.avi -ovc copy -oac mp3lame -lameopts cbr:br=128 -channels 2 -o output.avi</strong></p>
<p>Easy when you know how.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/11/24/downmixing-ac3-51-to-stereo-mp3-for-xbox360-avi-playback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edimax EW-7728IN IEEE802.11n on Ubuntu</title>
		<link>http://john-hunt.com/2008/10/01/recommended-wireless-n-pci-card-for-linux/</link>
		<comments>http://john-hunt.com/2008/10/01/recommended-wireless-n-pci-card-for-linux/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 11:22:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=124</guid>
		<description><![CDATA[I recently purchased the Edimax EW-7728IN IEEE802.11n Draft 2.0 wireless card. Although I&#8217;ve not tested the performance yet, I have managed to get it to successfully connect to my Billion 7300N 802.11n wireless router at a rate of between 270 and 300Mb/sec. Before I began I read on the Ubuntu forums that many people had [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased the Edimax EW-7728IN IEEE802.11n Draft 2.0 wireless card. Although I&#8217;ve not tested the performance yet, I have managed to get it to successfully connect to my Billion 7300N 802.11n wireless router at a rate of between 270 and 300Mb/sec.</p>
<p>Before I began I read on the Ubuntu forums that many people had problems trying to get the thing to work. I found it was fairly straight forward which is probably a result of the new(ish) drivers on the edimax website for Linux.</p>
<p>You can download the latest source from http://www.ralinktech.com/ralink/Home/Support/Linux.html &#8211; I didn&#8217;t see any restrictions or licenses on there for the source, so I&#8217;ve decided to compile and upload the modules as I need them. You can check back here to pick up the latest if you&#8217;re not confident compiling it yourself.</p>
<p>Please don&#8217;t try running the modules on kernels that they are not for. This will <strong>not</strong> work! You will need to compile it against headers for your currently running kernel if you don&#8217;t find it listed here.</p>
<table border="0">
<thead>
<tr>
<td>Date</td>
<td>Kernel</td>
<td>Download</td>
</tr>
</thead>
<tbody>
<tr>
<td>1st Oct 2008</td>
<td>2.6.24-19-generic</td>
<td><a title="rt2860sta.ko.bz2" href="rt2860sta.ko.bz2">rt2860sta.ko.bz2</a></td>
</tr>
</tbody>
</table>
<p>Then you&#8217;ll want to extract the kernel module:</p>
<p>bunzip2 rt2860sta.ko.bz2</p>
<p>Now test that it works before you continue:</p>
<p>sudo insmod rt2860sta.ko</p>
<p>Now run iwconfig to see if the module loaded OK. If so, you should have the ra0 device listed.</p>
<p>If all is well, copy the module to the kernel module directory:</p>
<p>sudo cp rt2860sta.ko /lib/modules/2.6.24-19-generic/ubuntu/net/rt2860/rt2860sta.ko</p>
<p>Now we&#8217;d like to tell it to auto-load upon system startup. We can do this by adding the line: rt82860sta to the /etc/modules file. Easy!</p>
<p><strong>Update!!</strong></p>
<p>I&#8217;ve recently found a link to a dynamically building kernel module .deb file, which is great because it means you can just install this .deb on your system and it should work. With a bit of luck the Ubuntu team will include the driver in Intrepid, but I wouldn&#8217;t hold your breath:</p>
<p><a href="http://www.array.org/ubuntu/dists/intrepid/eeepc/binary-i386/rt2860-dkms_1.7.1.1_all.deb">http://www.array.org/ubuntu/dists/intrepid/eeepc/binary-i386/rt2860-dkms_1.7.1.1_all.deb</a></p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/10/01/recommended-wireless-n-pci-card-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Central Coast LUG (Linux user group)</title>
		<link>http://john-hunt.com/2008/08/29/central-coast-lug-linux-user-group/</link>
		<comments>http://john-hunt.com/2008/08/29/central-coast-lug-linux-user-group/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 04:21:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=120</guid>
		<description><![CDATA[Hi, I&#8217;ve posted this to my site in order to find people looking for a central coast linux user group (Central Coast, NSW, Australia that is.) Basically, I&#8217;ve sort-of found one at http://cclug.com, but it seems to be a bit dead with hardly any info. If you are interested in a central coast LUG, please [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;ve posted this to my site in order to find people looking for a central coast linux user group (Central Coast, NSW, Australia that is.) Basically, I&#8217;ve sort-of found one at http://cclug.com, but it seems to be a bit dead with hardly any info. If you are interested in a central coast LUG, please leave a comment with your email address and I&#8217;ll get in touch. Perhaps you can help me find the mysterious CCLUG, or help me establish a new one? Who knows! Either way, it&#8217;d be nice to have a LUG that&#8217;s not all the way down in Sydney.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/08/29/central-coast-lug-linux-user-group/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

