<?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.com</title>
	<atom:link href="http://john-hunt.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-hunt.com</link>
	<description>a Technology blog focused around Linux</description>
	<lastBuildDate>Mon, 29 Jun 2009 02:13:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ableton Live 7.3 under Wine</title>
		<link>http://john-hunt.com/2009/06/29/ableton-live-7-3-under-wine/</link>
		<comments>http://john-hunt.com/2009/06/29/ableton-live-7-3-under-wine/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 02:13:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=164</guid>
		<description><![CDATA[Amazingly, I&#8217;ve managed to get Ableton Live to work properly under Wine.. installation was a breeze, but getting it to decode MP3s properly was a head scratcher.
When I dragged an mp3 over into Ableton live, it would clip all over the place, even in the waveform which tipped me off that this wasn&#8217;t a hardware [...]]]></description>
			<content:encoded><![CDATA[<p>Amazingly, I&#8217;ve managed to get Ableton Live to work properly under Wine.. installation was a breeze, but getting it to decode MP3s properly was a head scratcher.</p>
<p>When I dragged an mp3 over into Ableton live, it would clip all over the place, even in the waveform which tipped me off that this wasn&#8217;t a hardware or emulation issue of some kind. Anyway, after faffing around with ffdshow and stuff, I finally found the answer:</p>
<p>http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=16226 the summary says:</p>
<pre>Install Apple iTunes and change msacm.winemp3=winemp3.acm to msacm.winemp3=QuickTime.qts to fix mp3 issue.</pre>
<p>Now, I tried to install iTunes 8, but that was a lost cause, so I got iTunes 7 here:<br />
http://www.pcauthority.com.au/Download/59665,apple-itunes-7.aspx</p>
<p>Installed that, then edited ~/.wine/drive_c/windows/system.ini and changed the above line. However this still didn&#8217;t work. What I needed to do was copy QuickTime.qts from it&#8217;s directory to system32:<br />
cp ~/.wine/drive_c/Program\ Files/QuickTime/QTSystem/QuickTime.qts ~/.wine/drive_c/windows/system32/</p>
<p>Then it worked.. keep in mind that previously imported samples that are glitchy will still be glitchy as they need to be re-analysed, probably best to just delete and re-import them.</p>
<p>Oh, and make sure you&#8217;re using the latest version of Wine.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2009%2F06%2F29%2Fableton-live-7-3-under-wine%2F';
  addthis_title  = 'Ableton+Live+7.3+under+Wine';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2009/06/29/ableton-live-7-3-under-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Western Digital Mybook World Edition (2nd edition)</title>
		<link>http://john-hunt.com/2009/06/22/western-digital-mybook-world-edition-2nd-edition/</link>
		<comments>http://john-hunt.com/2009/06/22/western-digital-mybook-world-edition-2nd-edition/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:57:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=161</guid>
		<description><![CDATA[A few weeks ago, I decided I needed some kind of NAS for my home as I&#8217;m often replacing my linux distro, installing Win7 or whatever and I wanted somewhere more permanent for my files.
I looked at the possibility of getting another PC to set up as a NAS, but this looked like it was [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 410px"><img title="Mybook World Edition (2nd edition!)" src="http://www.v-trust.eu/products/wdfMyBook_World_1N.jpg" alt="The new(ish) mybook world edition" width="400" height="400" /><p class="wp-caption-text">The new(ish) mybook world edition</p></div>
<p>A few weeks ago, I decided I needed some kind of NAS for my home as I&#8217;m often replacing my linux distro, installing Win7 or whatever and I wanted somewhere more permanent for my files.</p>
<p>I looked at the possibility of getting another PC to set up as a NAS, but this looked like it was going to be too costly, and I really needed something that could be plugged into my router which is stuck in the kitchen so I went for the WD Mybook World Edition as I knew it was running Linux and was hackable.</p>
<p>So far I&#8217;ve been fairly happy with it, it was *Very* easy to enable SSH and get to work fiddling with it. There&#8217;s a checkbox option on its web interface to allow SSH access. From there it&#8217;s fairly easy to install optware (similar to apt on Debian/Ubuntu) which allows you to easily install pretty much anything.</p>
<p>Performance is apparently a lot better than the old blue-ring version, however I must say the USB &amp; ntfs performance is laughable &#8211; after a lot of tweaking I managed to only get 1.2MB(megabytes!)/sec out of it via USB where as I get about 5MB/sec over my wireless network! Oh well.</p>
<p>The only other issue I&#8217;ve had with it is the software it runs.. WD have done something very bizzare indeed and used what seems to be some kind of generic PHP software for embedded devices to run the thing. At first I thought this was just for the web front end, but no, there are all kinds of system() and shell() (or whatever it is) calls in a whole bunch of weird php files that do everything from mounting hard disks to starting other services etc.. very weird! I think significant performance gains could have been made if WD had opted for a more &#8216;normal&#8217; system rather than having the overhead of a web server and php for everything.</p>
<p>Having said that, using optware allows you to do things as you would on a normal system without interfering with the main system which is a nice feature of optware.</p>
<p>Overall, I&#8217;d recommend this device &#8211; it&#8217;s not the best, but for the price I think it&#8217;s pretty reasonable.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2009%2F06%2F22%2Fwestern-digital-mybook-world-edition-2nd-edition%2F';
  addthis_title  = 'Western+Digital+Mybook+World+Edition+%282nd+edition%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2009/06/22/western-digital-mybook-world-edition-2nd-edition/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>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2009%2F01%2F30%2Fwdtv-western-digital-tv-media-player%2F';
  addthis_title  = 'WDTV+%26%238211%3B+Western+Digital+TV+media+player';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></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>Common sense</title>
		<link>http://john-hunt.com/2009/01/21/common-sense/</link>
		<comments>http://john-hunt.com/2009/01/21/common-sense/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 01:44:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=145</guid>
		<description><![CDATA[I don&#8217;t believe in emailing chain-emails about, so I thought I&#8217;d put this here:
London Times &#8211; Obituary

An Obituary printed in the London Times&#8230;&#8230;..
Today we mourn the passing of a beloved old friend,  Common Sense, who
Has been with us for many years. No one knows for sure how old he was,
Since his birth records were long [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t believe in emailing chain-emails about, so I thought I&#8217;d put this here:</p>
<p><strong><span style="text-decoration: underline;"><span style="font-family: Tahoma; font-size: x-small;"><span style="font-weight: bold; font-size: 10pt; font-family: Tahoma;">London</span></span></span></strong><strong><span style="text-decoration: underline;"><span style="font-family: Tahoma; font-size: x-small;"><span style="font-weight: bold; font-size: 10pt; font-family: Tahoma;"> Times &#8211; Obituary</span></span></span></strong><span style="font-family: Tahoma; font-size: x-small;"><span style="font-size: 10pt; font-family: Tahoma;"><br />
</span></span><br />
<span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;">An Obituary printed in the London Times&#8230;&#8230;..</p>
<p>Today we mourn the passing of a beloved old friend,  Common Sense, who<br />
Has been with us for many years. No one knows for sure how old he was,<br />
Since his birth records were long ago lost in bureaucratic red tape. He<br />
Will be remembered as having cultivated such valuable lessons as:<br />
Knowing when to come in out of the rain;  Why the early bird gets the<br />
Worm;  Life isn&#8217;t always fair; and maybe it was my fault.</p>
<p>Common  Sense lived by simple, sound financial policies (<strong><span style="font-weight: bold;">don&#8217;t  spend<br />
More than you can earn</span></strong>) and reliable strategies (<strong><span style="font-weight: bold;">adults, not children,<br />
Are in charge).<br />
</span></strong><br />
His health began to deteriorate rapidly when well-intentioned but<br />
Overbearing regulations were set in place. Reports of a 6-year-old boy<br />
Charged with sexual harassment for kissing a classmate; teens suspended<br />
From school for using mouthwash after lunch; and a teacher fired for<br />
Reprimanding an unruly student, only worsened his condition.</p>
<p>Common Sense lost ground when parents attacked teachers for doing the<br />
Job that they themselves had failed to do in disciplining their unruly<br />
Children.</p>
<p>It declined even further when schools were required to get parental<br />
Consent to administer sun lotion or an Aspirin to a student; but could<br />
Not inform parents when a student became  pregnant and wanted to have an<br />
Abortion.</p>
<p>Common Sense lost the will to live as the churches became businesses;<br />
And criminals received better treatment than their victims.</p>
<p>Common Sense took a beating when you couldn&#8217;t defend yourself from a<br />
Burglar in your own home and the burglar could sue you for assault.</p>
<p>Common Sense finally gave up the will to live, after a woman failed to<br />
Realize that a steaming cup of coffee<span style="color: blue;"><span style="color: blue;"> </span></span><span style="color: black;"><span style="color: black;">she had purchased in MacDonald&#8217;s</span></span><span style="color: blue;"><span style="color: blue;"> </span></span> was hot. She spilled a little in<br />
Her lap, and was promptly awarded a huge settlement<span style="color: blue;"><span style="color: blue;"> </span></span><span style="color: black;"><span style="color: black;">against the company.</span></span><span style="color: blue;"><span style="color: blue;"> </span></span></p>
<p>Common Sense was preceded in death, by his parents, Truth and Trust, by<br />
His wife, Discretion, by his daughter, Responsibility, and by his son,<span style="color: navy;"><span style="color: navy;"> </span></span>Reason.</p>
<p>He is survived by his 4 stepbrothers;<br />
I Know My Rights<br />
I Want It Now<br />
Someone Else Is To Blame<br />
I&#8217;m A Victim</p>
<p>Not many attended his funeral because so few realized he was gone.<br />
</span></span><span style="font-family: Lucida Grande; font-size: x-small;"></span><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;"></span></span></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2009%2F01%2F21%2Fcommon-sense%2F';
  addthis_title  = 'Common+sense';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2009/01/21/common-sense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualbox 2.1</title>
		<link>http://john-hunt.com/2008/12/23/virtualbox-21/</link>
		<comments>http://john-hunt.com/2008/12/23/virtualbox-21/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 07:52:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=143</guid>
		<description><![CDATA[A new and significant release from Sun, Virtualbox 2.1 is now out just in time for Christmas.
I&#8217;ve been checking out a couple of new features that have been added. First, the most significant (to me) is native built in host networking support. This makes it super easy to connect a VM up to a host [...]]]></description>
			<content:encoded><![CDATA[<p>A new and significant release from Sun, Virtualbox 2.1 is now out just in time for Christmas.</p>
<p>I&#8217;ve been checking out a couple of new features that have been added. First, the most significant (to me) is native built in host networking support. This makes it super easy to connect a VM up to a host network adapter so that you can access the VM from the outside on the network &#8211; far easier and more simple than setting up tun/tap interfaces. It even works with wireless network devices on the host which is awesome.</p>
<p>The other neat new feature is 3d hardware support, this is a big deal if you&#8217;re a gamer and you use linux as it enables you to play your 3d games on VM rather than re-booting into windows or using WINE or whatever.</p>
<p>All in all, Virtualbox is now probably my favourite application ever, it just keeps getting better and better. If you&#8217;ve never used it before, it&#8217;s definitely worth giving it a try.<a href="http://www.virtualbox.org/wiki/Downloads"><br />
</a></p>
<p><a href="http://www.virtualbox.org/wiki/Downloads">Download version 2.1</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2008%2F12%2F23%2Fvirtualbox-21%2F';
  addthis_title  = 'Virtualbox+2.1';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/12/23/virtualbox-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet censorship in Australia</title>
		<link>http://john-hunt.com/2008/12/11/internet-censorship-in-australia/</link>
		<comments>http://john-hunt.com/2008/12/11/internet-censorship-in-australia/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 05:44:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=141</guid>
		<description><![CDATA[Don&#8217;t let the Australian government censor the internet in Australia! Sign the petition and get involved. Censorship is a *bad* thing.



  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2008%2F12%2F11%2Finternet-censorship-in-australia%2F';
  addthis_title  = 'Internet+censorship+in+Australia';
  addthis_pub    = '';

]]></description>
			<content:encoded><![CDATA[<div>Don&#8217;t let the Australian government censor the internet in Australia! Sign the petition and get involved. Censorship is a *bad* thing.</div>
<div></div>
<div><object width="300" height="250" data="http://www.getup.org.au/flash/widget.swf" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="src" value="http://www.getup.org.au/flash/widget.swf" /></object></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2008%2F12%2F11%2Finternet-censorship-in-australia%2F';
  addthis_title  = 'Internet+censorship+in+Australia';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/12/11/internet-censorship-in-australia/feed/</wfw:commentRss>
		<slash:comments>0</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 you know how.

 [...]]]></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>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2008%2F11%2F24%2Fdownmixing-ac3-51-to-stereo-mp3-for-xbox360-avi-playback%2F';
  addthis_title  = 'Downmixing+AC3+5.1+to+stereo+mp3+for+xbox360+avi+playback';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></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 problems [...]]]></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>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2008%2F10%2F01%2Frecommended-wireless-n-pci-card-for-linux%2F';
  addthis_title  = 'Edimax+EW-7728IN+IEEE802.11n+on+Ubuntu';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></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>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2008%2F08%2F29%2Fcentral-coast-lug-linux-user-group%2F';
  addthis_title  = 'Central+Coast+LUG+%28Linux+user+group%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/08/29/central-coast-lug-linux-user-group/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why laconi.ca and identi.ca should be your choice for microblogging</title>
		<link>http://john-hunt.com/2008/08/26/why-laconica-and-identica-should-be-your-choice-for-microblogging/</link>
		<comments>http://john-hunt.com/2008/08/26/why-laconica-and-identica-should-be-your-choice-for-microblogging/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 00:10:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[identi.ca]]></category>
		<category><![CDATA[laconi.ca]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[open source service]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter alternative]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=115</guid>
		<description><![CDATA[Explaining microblogging is slightly difficult, but I&#8217;ll give it a go:
You sign up for a microblogging service like twitter. You &#8216;follow&#8217; your friends that are already on there, and perhaps some people that aren&#8217;t your friends but people who say interesting things. Once you&#8217;ve started following your friends, you might download a program for your [...]]]></description>
			<content:encoded><![CDATA[<p>Explaining microblogging is slightly difficult, but I&#8217;ll give it a go:</p>
<p>You sign up for a microblogging service like twitter. You &#8216;follow&#8217; your friends that are already on there, and perhaps some people that aren&#8217;t your friends but people who say interesting things. Once you&#8217;ve started following your friends, you might download a program for your computer to alert you when they post (or in the case of twitter &#8216;tweet&#8217;), and to allow you to post your own &#8216;tweets&#8217; without having to visit the twitter website at all. This is great because it allows you to know what your friends are up to, or tell the world what you&#8217;re up to, or that you&#8217;ve just discovered an amazing new pizza at dominos.</p>
<p>When you post an update on a service like twitter, it&#8217;s totally public. You are broadcasting, and people who are following you will be automatically alterted to what you say. It gets really cool when you consider all of it can be done from your mobile/laptop/pc etc..</p>
<p><strong>What&#8217;s wrong with twitter?</strong></p>
<p>Now that&#8217;s cool, and I&#8217;ve used twitter and it&#8217;s good. However, there&#8217;s one (or two, perhaps three?) major flaws with twitter. The first being that it&#8217;s a closed service. Imagine if email was a closed service, eg people on hotmail could only send and recieve email from other people on hotmail and people on gmail could only send and recieve mail to @gmail addresses. This is effectively the problem with twitter, jaiku and all the 100&#8217;s of other closed microblogging services &#8211; it&#8217;s cool, but it&#8217;s silly. Oh yeah, the other things wrong with twitter are it breaks often is all closed up.</p>
<p><a title="laconi.ca" href="http://laconi.ca"><strong>Laconi.ca</strong></a></p>
<p>Enter <a title="laconi.ca" href="http://laconi.ca">laconi.ca</a>. <a title="lLaconi.ca" href="http://laconi.ca">Laconi.ca</a> is an open source microblogging server program. This means that anyone can start their own microblogging website. Please don&#8217;t stop reading here! This is where it gets good. You can easily link your microblogging website to any other <a title="laconi.ca" href="http://laconi.ca">laconi.ca</a> microblogging website &#8211; adding to a <strong>big mesh of microblogging servers</strong>.. just like email servers. <a title="laconi.ca" href="http://laconi.ca">laconi.ca</a> uses an open standard for communication also meaning that you&#8217;re not limited to using <a title="laconi.ca" href="http://laconi.ca">laconi.ca</a> as your server.</p>
<p><strong>Why is it better for me though?</strong></p>
<p><a title="laconi.ca" href="http://laconi.ca">laconi.ca</a> does lots of cool things that twitter doesn&#8217;t! Firstly, you can use an instant messeging client with it, and post to your feed just by sending the laconi.ca contact a message. Secondly, you can &#8216;track&#8217; certain words. Say you&#8217;re interested in cake, you can type into your IM client: track cake and every time someone posts something with the word &#8216;cake&#8217; in it (not just your friends!) you&#8217;ll get their post. There&#8217;s other neat things I haven&#8217;t tried yet such as posting attachments and things, but it&#8217;s got some killer features that no other microblogging services have.. the best being it&#8217;s open.</p>
<p><strong>Find me on <a title="identi.ca" href="http://identi.ca">identi.ca</a></strong></p>
<p>You probably don&#8217;t want to have to set up your own <a title="laconi.ca" href="http://laconi.ca">laconi.ca</a> server, so why not just use the &#8216;main&#8217; one! Check out <a title="identi.ca" href="http://identi.ca">identi.ca</a> and subscribe to me: <a title="johnhunt on identi.ca" href="http://identi.ca/johnhunt">johnhunt</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fjohn-hunt.com%2F2008%2F08%2F26%2Fwhy-laconica-and-identica-should-be-your-choice-for-microblogging%2F';
  addthis_title  = 'Why+laconi.ca+and+identi.ca+should+be+your+choice+for+microblogging';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/08/26/why-laconica-and-identica-should-be-your-choice-for-microblogging/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
