<?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>whizzy.org &#187; linux</title>
	<atom:link href="http://www.whizzy.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whizzy.org</link>
	<description>On code and gadgets. And stuff I’ve seen on the telly</description>
	<lastBuildDate>Wed, 14 Dec 2011 14:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NOOP scheduler &#8211; not worth it for SSD</title>
		<link>http://www.whizzy.org/2011/08/noop-scheduler-not-worth-it-for-ssd/</link>
		<comments>http://www.whizzy.org/2011/08/noop-scheduler-not-worth-it-for-ssd/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 09:45:33 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=359</guid>
		<description><![CDATA[I&#8217;ve got a new Thinkpad X220i with a 128GB SSD. Reading around the internet I found a lot of stuff about squeezing a bit more throughput from your drive. I did a couple of benchmarks in Ubuntu 11.04: Adding noatime,discard to /etc/fstab Result:  No change.  Not better or worse, but in theory the &#8220;discard&#8221; will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a new Thinkpad X220i with a 128GB SSD.</p>
<p>Reading around the internet I found a lot of stuff about squeezing a bit more throughput from your drive.</p>
<p>I did a couple of benchmarks in Ubuntu 11.04:</p>
<ul>
<li>Adding noatime,discard to /etc/fstab</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Result:</strong></span>  No change.  Not better or worse, but in theory the &#8220;discard&#8221; will help in the long term</p>
<p><span style="text-decoration: underline;"><strong>Decision:</strong></span>  Switch this on.</p>
<ul>
<li>Setting the scheduler to noop in /etc/rc.local</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Result:</strong></span> Average read rate increased by 2MB/s but Average access time went from 0.2ms to 0.3 ms.  In itself that&#8217;s not a real problem, but the graphs show a different picture.</p>
<p><span style="text-decoration: underline;">Without NOOP</span></p>
<p>Note the scale on the right hand side.</p>
<p><a href="http://www.whizzy.org/wp-content/uploads/2011/08/without_noop.png"><img class="alignnone size-medium wp-image-362" title="without_noop" src="http://www.whizzy.org/wp-content/uploads/2011/08/without_noop-300x193.png" alt="" width="300" height="193" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;">With NOOP</span></p>
<p><a href="http://www.whizzy.org/wp-content/uploads/2011/08/with_noop.png"><img class="alignnone size-medium wp-image-361" title="with_noop" src="http://www.whizzy.org/wp-content/uploads/2011/08/with_noop-300x195.png" alt="" width="300" height="195" /></a></p>
<p>The access speed is all over the place.</p>
<p><span style="text-decoration: underline;"><strong>Decision:</strong></span>  Switch this off</p>
<p>&nbsp;</p>
<p>I&#8217;d be interested in hearing if your experience differs, but it seems to me that &#8220;Doing nothing&#8221; is a valid choice.  Ubuntu, out of the box, doesn&#8217;t really require any fettling in order to get the best from your SSD.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2011/08/noop-scheduler-not-worth-it-for-ssd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trimming Freesat Channels In MythTV</title>
		<link>http://www.whizzy.org/2011/06/trimming-freesat-channels-in-mythtv/</link>
		<comments>http://www.whizzy.org/2011/06/trimming-freesat-channels-in-mythtv/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 12:42:58 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Making the world a better place]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=342</guid>
		<description><![CDATA[There are loads and loads of free-to-air channels available on the Astra 28 constellation, the vast majority of which I do not watch. So to make things a bit easier for me after a full re-scan, I&#8217;ve put together a list of the channels I don&#8217;t watch and with a tiny bit of SQL I [...]]]></description>
			<content:encoded><![CDATA[<p>There are loads and loads of free-to-air channels available on the Astra 28 constellation, the vast majority of which I do not watch.</p>
<p>So to make things a bit easier for me after a full re-scan, I&#8217;ve put together a list of the channels I don&#8217;t watch and with a tiny bit of SQL I can trim them from my channel list.</p>
<p>To make things a bit easier for <em>you</em> here is a SQL dump of my &#8220;unwatched channels&#8221; list:</p>
<p><a title="Unwatched Channels" href="http://www.whizzy.org/wp-content/uploads/2011/12/unwatched_channels.sql_.txt">unwatched_channels</a></p>
<p>And here is the SQL to trim these from your channel list:</p>
<p><code>update channel set visible=0,useonairguide=0 where name in (select name from unwatched_channels)</code></p>
<p>You&#8217;ll probably want to edit that list yourself to remove and add the channels as you prefer. Generally speaking, my list trims:</p>
<ul>
<li>Regional variations</li>
<li>Specialist interest</li>
<li>Shopping</li>
<li>Games and other text based services</li>
</ul>
<p>I&#8217;ll update this list occasionally, this page will always have my most up to date information.</p>
<ul>
<li>UPDATE: 6 Sept 11.  Refreshed channel list</li>
<li>UPDATE: 8 Oct 11. Refreshed channel list</li>
<li>UPDATE: 14 Dec 2011.  Refreshed channel list</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2011/06/trimming-freesat-channels-in-mythtv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>g729 in Asterisk</title>
		<link>http://www.whizzy.org/2011/02/g729-in-asterisk/</link>
		<comments>http://www.whizzy.org/2011/02/g729-in-asterisk/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 17:29:25 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[asterisk]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=317</guid>
		<description><![CDATA[I run Asterisk 1.8 at home for my own amusement.  I&#8217;ve just got a SIP trunk running again to SIPGate which had stopped running for some reason.  I&#8217;d set the DID for the SIPGate number to check for faxes and then, if it&#8217;s not a fax, go to my MOH application, but for some reason [...]]]></description>
			<content:encoded><![CDATA[<p>I run Asterisk 1.8 at home for my own amusement.  I&#8217;ve just got a SIP trunk running again to <a href="http://www.sipgate.co.uk">SIPGate</a> which had stopped running for some reason.  I&#8217;d set the DID for the SIPGate number to check for faxes and then, if it&#8217;s not a fax, go to my MOH application, but for some reason it didn&#8217;t work.</p>
<p>I also couldn&#8217;t access voicemail from the SIPGate trunk either, but I could get it to work with a phone connected to an ATA.</p>
<p>I had a look in the logs:</p>
<blockquote>
<pre>channel.c: Unable to find a codec translation path from 0x100 (g729) to 0x40 (slin)</pre>
</blockquote>
<p>Since slin is, I think, the Asterisk native format this is quite bad.  My assumption is that SIPGate sends through G.729 encoded audio regardless of whether you want it to or not (as configured in your allow/disallow lines for the SIP trunk PEER).</p>
<p>G729 from SIPGate works to the ATA because the ATA supports G729 and G729 to G729 pass-through works without any extra requirements from Asterisk.</p>
<p>So &#8211; in order to get SIPGate to Asterisk apps working again I installed the G729 codec binaries from here:</p>
<p><a href="http://asterisk.hosting.lv/">http://asterisk.hosting.lv/</a></p>
<p>and restarted Asterisk.  Now a:</p>
<pre>         core show translations</pre>
<p>shows I can convert between G729 and loads of other codecs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2011/02/g729-in-asterisk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting NUT to talk to LiebertPSP UPS</title>
		<link>http://www.whizzy.org/2010/10/getting-nut-to-talk-to-liebertpsp-ups/</link>
		<comments>http://www.whizzy.org/2010/10/getting-nut-to-talk-to-liebertpsp-ups/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 16:17:07 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=297</guid>
		<description><![CDATA[I got hold of a couple of LiebertPSP UPSes and connected to my servers.  They&#8217;re perfectly good for what I need them for, namely stopping my servers having the rug pulled out from underneath them with no notice if there is a power cut. They don&#8217;t appear to have advanced functions like switching off the load independently of the [...]]]></description>
			<content:encoded><![CDATA[<p>I got hold of a couple of LiebertPSP UPSes and connected to my servers.  They&#8217;re perfectly good for what I need them for, namely stopping my servers having the rug pulled out from underneath them with no notice if there is a power cut.</p>
<p>They don&#8217;t appear to have advanced functions like switching off the load independently of the supply which means you can&#8217;t power down the servers and then have the UPS switch them back on again once the power is restored and the battery has had a chance to charge, but I can live without that sort of thing.</p>
<p>I assumed that something somewhere would support these, and for the most part NUT does a bang up job.  It&#8217;s a bit advanced for my needs but most of the work has already been done.  In NUT the LiebertPSP is sort-of-supported by the Belkin USB driver with a few notable exceptions:</p>
<ul>
<li>The Online/On Battery indication doesn&#8217;t work</li>
<li>The numeric values don&#8217;t work for things like Output Voltage</li>
</ul>
<p>The numbers I can live without but the Online / On Battery is really rather important.</p>
<p>So I&#8217;ve cobbled together a new sub-driver using the tools supplied with Nut.  It&#8217;s far from complete but it does fix most of the annoying problems.</p>
<p><a href="http://www.whizzy.org/wp-content/uploads/2010/10/liebertpsp.tar.gz">http://www.whizzy.org/wp-content/uploads/2010/10/liebertpsp.tar.gz</a></p>
<p>You&#8217;ll need to download the Nut source and put the .c and .h files in the above tarball in to the drivers directory, then you&#8217;ll need to apply this patch in the drivers directory to get the new driver included in the build and to stop the native Belkin driver from claiming the ID of the LiebertPSP:</p>
<p><a href="http://www.whizzy.org/wp-content/uploads/2010/10/liebertpsp.diff">http://www.whizzy.org/wp-content/uploads/2010/10/liebertpsp.diff</a></p>
<p>Then recompile Nut.</p>
<p>If everything works you should see a bit more info from your UPS:</p>
<pre>battery.type: PbAc</pre>
<pre>device.mfr: Emerson Network Power</pre>
<pre>device.model: LiebertPSP</pre>
<pre>device.serial:</pre>
<pre>device.type: ups</pre>
<pre>driver.name: usbhid-ups</pre>
<pre>driver.parameter.bus: 004</pre>
<pre>driver.parameter.pollfreq: 30</pre>
<pre>driver.parameter.pollinterval: 2</pre>
<pre>driver.parameter.port: auto</pre>
<pre>driver.version: 2.4.3-2519M</pre>
<pre>driver.version.data: LiebertPSP HID 0.1</pre>
<pre>driver.version.internal: 0.35</pre>
<pre>ups.input.frequency: 50.0</pre>
<pre>ups.input.voltage: 243</pre>
<pre>ups.mfr: Emerson Network Power</pre>
<pre>ups.model: LiebertPSP</pre>
<pre>ups.output.percentload: 54</pre>
<pre>ups.output.voltage: 240</pre>
<pre>ups.powersummary.capacitygranularity1: 1</pre>
<pre>ups.powersummary.capacitygranularity2: 1</pre>
<pre>ups.powersummary.capacitymode: 2</pre>
<pre>ups.powersummary.configvoltage: 12.0</pre>
<pre>ups.powersummary.designcapacity: 100</pre>
<pre>ups.powersummary.fullchargecapacity: 100</pre>
<pre>ups.powersummary.imanufacturer: 19</pre>
<pre>ups.powersummary.ioeminformation: 19</pre>
<pre>ups.powersummary.iproduct: 1</pre>
<pre>ups.powersummary.presentstatus.batterypresent: 1</pre>
<pre>ups.powersummary.presentstatus.belowremainingcapacitylimit: 0</pre>
<pre>ups.powersummary.presentstatus.charging: 1</pre>
<pre>ups.powersummary.presentstatus.discharging: 0</pre>
<pre>ups.powersummary.presentstatus.needreplacement: 0</pre>
<pre>ups.powersummary.presentstatus.shutdownimminent: 0</pre>
<pre>ups.powersummary.rechargeable: 1</pre>
<pre>ups.powersummary.remainingcapacity: 100</pre>
<pre>ups.powersummary.remainingcapacitylimit: 38</pre>
<pre>ups.powersummary.voltage: 14</pre>
<pre>ups.powersummary.warningcapacitylimit: 38</pre>
<pre>ups.productid: 0001</pre>
<pre>ups.serial:</pre>
<pre>ups.status: OL</pre>
<pre>ups.vendorid: 10af</pre>
<p>Search hints:</p>
<p>Vendor ID: 0x10af</p>
<p>Product ID: 0&#215;0001</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2010/10/getting-nut-to-talk-to-liebertpsp-ups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LogWatch SMART monitoring</title>
		<link>http://www.whizzy.org/2010/09/logwatch-smart-monitoring/</link>
		<comments>http://www.whizzy.org/2010/09/logwatch-smart-monitoring/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 11:09:23 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Making the world a better place]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=299</guid>
		<description><![CDATA[Why is one of my boxes reporting SMART data in the LogWatch and the others not? I&#8217;d installed smartmontools but it just doesn&#8217;t seem to be working. Finally sussed it. Have a look at /etc/default/smartmontools and enable deamon]]></description>
			<content:encoded><![CDATA[<p>Why is one of my boxes reporting SMART data in the LogWatch and the others not?</p>
<p>I&#8217;d installed smartmontools but it just doesn&#8217;t seem to be working.</p>
<p>Finally sussed it.   Have a look at /etc/default/smartmontools and enable deamon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2010/09/logwatch-smart-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hauppauge WinTV Nova-S Plus on Linux</title>
		<link>http://www.whizzy.org/2010/08/hauppauge-wintv-nova-s-plus-on-linux/</link>
		<comments>http://www.whizzy.org/2010/08/hauppauge-wintv-nova-s-plus-on-linux/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:15:09 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Making the world a better place]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=291</guid>
		<description><![CDATA[The Nova-S Plus is a  good card.  http://www.hauppauge.co.uk/site/products/data_novasplus.html But, it would appear there is a defect in these boards, or at least a strange design, which means that they won&#8217;t lock on to some frequencies which require the 22kHz tone sending to the LNB with new drivers because there&#8217;s no link between the flange and [...]]]></description>
			<content:encoded><![CDATA[<p>The Nova-S Plus is a  good card.  <a href="http://www.hauppauge.co.uk/site/products/data_novasplus.html">http://www.hauppauge.co.uk/site/products/data_novasplus.html</a></p>
<p>But, it would appear there is a defect in these boards, or at least a strange design, which means that they won&#8217;t lock on to some frequencies which require the 22kHz tone sending to the LNB with new drivers because there&#8217;s no link between the flange and dolphin-points.  There&#8217;s plenty to read about here:</p>
<p><a href="https://bugzilla.kernel.org/show_bug.cgi?id=9476">https://bugzilla.kernel.org/show_bug.cgi?id=9476</a></p>
<p>And there&#8217;s a patch which fixes the problem by controlling the tone generator directly but it&#8217;ll never get in to the main kernel.  For your convenience here is a link to a binary driver built for Ubuntu Lucid kernel version 2.6.32-23-generic:</p>
<p><a href="http://www.whizzy.org/wp-content/uploads/2010/08/isl6421.ko">http://www.whizzy.org/wp-content/uploads/2010/08/isl6421.ko</a></p>
<p>Replace the current isl6421.ko from /lib/modules/2.6.32-23-generic/kernel/drivers/media/dvb/frontends/isl6421.ko with this one.  It might also work for newer kernel versions, or not.  Who knows?  Not me.</p>
<p>I&#8217;ve also got a Hauppauge S2 HD and this patched driver doesn&#8217;t seem to effect it.</p>
<p>Search hints:</p>
<p>Hauppauge Nova S plus linux won&#8217;t lock horizontal 22khz tone can&#8217;t pick up some channels</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2010/08/hauppauge-wintv-nova-s-plus-on-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Asterisk set up in the UK with SMS</title>
		<link>http://www.whizzy.org/2009/09/asterisk-set-up-in-the-uk-with-sms/</link>
		<comments>http://www.whizzy.org/2009/09/asterisk-set-up-in-the-uk-with-sms/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 21:15:02 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[asterisk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=209</guid>
		<description><![CDATA[Why you need to buy a TDM400 instead of a AX100p.]]></description>
			<content:encoded><![CDATA[<p><strong>EDIT:  25 Sept 2010<br />
The below specifically refers to Asterisk 1.4.  Go to the bottom for an update on 1.6</strong></p>
<p>Why do I always get myself in to these situations?</p>
<p>Many years ago I knocked up a set of scripts to record TV programs from a DVB-T card.  Getting the TV card working was really hard work.  I had to hack about with the driver source code, compile custom kernels, build endless versions of the driver, and so on and so on and so on.  It was a pain in the arse, which was compounded by the fact that at the time very few other people (end users) were trying to get these cards working, so there wasn&#8217;t much community support.  My scripts were great and everything and I could record TV, taxes were low and life was, on the whole, pretty good.</p>
<p>Then <a href="http://www.kryogenix.org">Stuart</a> put me on to MythTV.  It quickly became evident that although my scripts were functional they were nothing compared to Myth.  So I moved over.  Again with the pain.</p>
<p>The basics were there but DVB support was in it&#8217;s infancy and it was a lot of hard work getting it working.  I persevered and learnt a lot about MythTV in the process.  Yay me.  At the beginning MythTV was a foreign country.  By the time I&#8217;d got it working the way I wanted it was my home town.</p>
<p>And so it will be with Asterisk, I hope.</p>
<p><span style="text-decoration: underline;">Things I have learnt about Asterisk</span></p>
<ol>
<li>The cheap FXO cards they sell on eBay are more trouble than they are worth.</li>
<li>The documentation on the <a href="http://www.voip-info.org/wiki/">voip-info site</a> is often out of date.</li>
<li>UK Caller ID works with the TDM400&#8242;s out of the box.</li>
<li>Sending &amp; receiving SMS&#8217;s does work, but it&#8217;s a bitch, and unreliable.</li>
<li>The logic in Asterisks&#8217; dial plan (extensions.conf et al) is illogical to me</li>
<li>FreePBX is both a blessing and a curse.</li>
<li>I love it.</li>
</ol>
<p>In a bit more detail then:</p>
<p>1.  The FXO cards you can get from eBay for about 20 quid work perfectly well.  For making calls.  But, there are a few drawbacks.  They don&#8217;t support polarity reversal which is the method by which incoming calls and Caller ID are announced to Asterisk.  You&#8217;ll still get ringing indications and be able to make calls, but you won&#8217;t get Caller ID.  Or rather, you can get Caller ID but you need to patch the Zaptel drivers and the Asterisk source.  The patches are old and don&#8217;t apply perfectly.  They are also seemingly unsupported now, in that no one cares if you are having problems with them.  I got the patches applied but Asterisk wouldn&#8217;t compile and I don&#8217;t know/care enough to fix it.  I was in the market for an ATA anyway so I put that 40 quid towards the cost of the TDM400p11 from <a href="http://www.novavox.co.uk/products/analogue-cards/a400p.html">NovaVox</a> and if I hadn&#8217;t bought the <a href="http://www.x100p.eu/product_info.php?products_id=39">AX-100</a> then the initial outlay for a fully supported card isn&#8217;t so bad.  It also works out cheaper to add another FXS port the to TDM400 than it does to buy another ATA.  The AX-100 also has a US spec. &#8220;<a href="http://en.wikipedia.org/wiki/Telephone_hybrid">hybrid</a>&#8221; in it which means that the <a href="http://en.wikipedia.org/wiki/Balun">unbalanced</a> UK spec phone lines and the AX-100 are not perfectly matched which can cause wicked echo.  The TDM400 has a tunable hybrid, and that&#8217;s a good thing.  All that said &#8211; for 20quid I still think it&#8217;s worth getting one to play with.  Ask me about doing a swap, if you&#8217;ve got any cool toys you don&#8217;t want  (I&#8217;ve got a DVB-T card going spare as well!).</p>
<p>2.  The <a href="http://www.voip-info.org/">VOIP-info.org</a> site is a really good source of data.  The website might be ugly, but there is a lot of Asterisk data on there.  Unfortunately there is little in the way of information, and some of the data is way out of date.  It acts as a good reference point but isn&#8217;t for the beginner because most pages assume a lot of prior knowledge.  Sure &#8211; I could go in and edit the Wiki, but I don&#8217;t know if what I&#8217;m doing is the best way of doing it, or even the correct way to do it.  So for now that&#8217;s what this blog post is for.</p>
<p>3.  BT send the Caller ID information before the first ring.  The process goes something like this:</p>
<pre class="codestyle"><em>Line polarity reversed -&gt; Caller ID sent as FSK (sort of modem tones) -&gt; Phone starts to ring -&gt; Call Connected -&gt; <a href="http://www.urbandictionary.com/define.php?term=Charlie+Brown+Teacher">Charlie Brown's Teacher</a> -&gt; Call Hung Up -&gt; Line polarity reversed</em>
</pre>
<p>You can see the importance of being able to detect polarity reversal in the call set-up and tear-down.  The AX100 simply doesn&#8217;t do it.  The TDM400 does, and it&#8217;s fully supported out of the box, as is UK style Caller ID, where the ID is sent before the first ring.  The hack for the AX100 keeps a buffer running all the time and then once a call comes in it looks in this buffer for the caller ID FSK and decodes it.  Shonky, I think you&#8217;ll agree.  My advice is that if you want to do caller ID in the UK buy a TDM400.  If you are a masochist then feel free to try with the AX100, I&#8217;d love to read your HowTo once you&#8217;ve got it working.</p>
<p>4.  SMS.  What a bitch.  I recently discovered my <a href="http://www.productsandservices.bt.com/consumerProducts/displayTopic.do?topicId=25504">subscription with BT</a> gives me 200 free SMS text messages a month.  So to make sure I was getting best value from the phone subscription I went out and spent 100quid on a PCI card and then spent hours and hours and hours fiddling about trying to get it working.  I don&#8217;t know why, I probably send about 3 text&#8217;s a month from my mobile, the whole <a href="http://en.wikipedia.org/wiki/George_Mallory">&#8220;Because it&#8217;s there&#8221;</a> thing I guess.  A pox on you, Mallory.</p>
<p>Last night I finally got it working semi-reliably for incoming and outgoing texts.  I can send and receive from my mobile, but Stuart doesn&#8217;t receive my messages.  Ho hum.</p>
<p><span style="text-decoration: underline;"><strong>Firstly, receiving SMS&#8217;s. </strong></span> Now, I don&#8217;t really understand the extensions.conf language.  It&#8217;s all a bit, well, wrong, to my eyes.  All I can tell you is that this is how I got it working.  <strong>NOTE:  This WILL NOT work for you if you just copy and paste.</strong> Sorry about that.  Perhaps someone can help me re-write it so that it does?</p>
<p>I&#8217;m using <a href="http://www.freepbx.org/">FreePBX</a> as a GUI and it rewrites some of the Asterisk config files for you.  I&#8217;m not sure if the context [from-pstn] is one that I created, or a standard one.  What you need to find out is what route incoming calls from the PSTN take i.e. which contexts they pass through before they start ringing on your internal phones.  You can do this my running the Asterisk console and turning verbosity up to about 6 (core set verbose 6) and then calling in from outside.  You should see a trace of what contexts get called as the call comes in.</p>
<p>For example, my call flow goes something like this:</p>
<pre class="codestyle">[from-zaptel] -&gt; [from-pstn] -&gt; [macro-user-callerid] -&gt; 600@[ext-group]
</pre>
<p>Where 600 is an extensions number I set up with FreePBX to ring all internal phones.</p>
<p>I chose to test for SMS&#8217;s in the [from-pstn] context. You can visualise what the [from-pstn] context does when a call comes in by using the Asterisk CLI.  Use the command &#8220;dialplan show s@from-pstn&#8221; to see the instructions that would be followed when [from-pstn] gets called at position &#8220;s&#8221;, or start.</p>
<p>Originally, mine went something like this:</p>
<pre class="codestyle">[ Included context 'ext-did-0001' created by 'pbx_config' ]
's' =&gt;            1. Set(__FROM_DID=${EXTEN})                   [pbx_config]
2. Gosub(cidlookup|cidlookup_1|1)             [pbx_config]
3. ExecIf($[ "${CALLERID(name)}" = "" ] |Set|CALLERID(name)=${CALLERID(num)}) [pbx_config]
4. Set(__CALLINGPRES_SV=${CALLINGPRES_${CALLINGPRES}}) [pbx_config]
5. SetCallerPres(allowed_not_screened)        [pbx_config]
6. Goto(ext-group|600|1)                      [pbx_config]
</pre>
<p>You can follow the call progression through this quite easily.  We jump in at position (or priority) 1, we set a variable, then we jump to some cidlookup sub-routine, then if the CALLERID(name) is blank we set it to be the same as the caller id number, then something about CALLINGPRES, not sure what that does, ditto the next line, and then we go to ext-group|600|1.  Ahhaaa!  I know that 600 is the group that I call to ring all the phones, so that must be where the call is handed off to other contexts or functions that let you do talking to people.  Since an incoming SMS doesn&#8217;t need to get as far as ringing on a phone, it makes sense to me to interrupt the call flow during [from-pstn].</p>
<p>So I added [from-pstn-custom] to /etc/asterisk/extensions_custom.conf like this:</p>
<pre class="codestyle">[from-pstn-custom]
exten =&gt; s,3,GotoIf($["${CALLERID(num)}" = "08005875290"]?will-sms,s,1)
exten =&gt; s,4,Verbose("Not an incoming SMS")
exten =&gt; s,5,Gosub(cidlookup,cidlookup_1,1)
exten =&gt; s,n,ExecIf($[ "${CALLERID(name)}" = "" ] ,Set,CALLERID(name)=${CALLERID(num)})
exten =&gt; s,n,Set(__CALLINGPRES_SV=${CALLINGPRES_${CALLINGPRES}})
exten =&gt; s,n,SetCallerPres(allowed_not_screened)
exten =&gt; s,n,Goto(ext-group,600,1)

[will-sms]
exten =&gt; s,1,Verbose(=============Entered Will SMS)
exten =&gt; s,n,Answer()
exten =&gt; s,n,Wait(2)
exten =&gt; s,n,SMS(default|a)
exten =&gt; s,n,Verbose(=============Done with Will SMS)
exten =&gt; s,n,Hangup(16)
</pre>
<p>How does it work?  The [from-pstn-custom] overrides the [from-pstn] from the main extensions.conf file provided by FreePBX and adds a line that branches to a context called [will-sms] which then uses the SMS application to receive the SMS and then hangup the phone.  (Actually, I think SMS hangs up for you.  But, you know, whatever)</p>
<p>In [from-pstn] in extensions.conf is a line that &#8220;includes&#8221; the config from &#8220;from-pstn-custom&#8221;.  By virtue of being imported, the instructions in [from-pstn-custom] take precedence over the other config, <span style="text-decoration: underline;">because it is imported first</span>.  The config files are read line by line in the order they appear in the file.  But, the imported instructions do not completely replace the config that is already there.  They are sort of merged. That&#8217;s why I&#8217;ve copied a load of bits from the original call flow in to my new [from-pstn-custom].  If I left them out, then some bits of my new context would be applied and some wouldn&#8217;t.  The way I got it to work was to replicate the call flow to the point of it branching off to [ext-group] in my new context.  If you do a &#8220;dialplan show s@from-pstn&#8221; now, you see this:</p>
<pre class="codestyle">[ Included context 'from-pstn-custom' created by 'pbx_config' ]
's' =&gt;            3. GotoIf($["${CALLERID(num)}" = "08005875290"]?will-sms|s|1) [pbx_config]
4. Verbose("Not an incoming SMS")             [pbx_config]
6. Gosub(cidlookup|cidlookup_1|1)             [pbx_config]
7. ExecIf($[ "${CALLERID(name)}" = "" ] |Set|CALLERID(name)=${CALLERID(num)}) [pbx_config]
[pbx_config]
9. Set(__CALLINGPRES_SV=${CALLINGPRES_${CALLINGPRES}}) [pbx_config]
10. SetCallerPres(allowed_not_screened)       [pbx_config]
11. Goto(ext-group|600|1)                     [pbx_config]

[ Included context 'ext-did-0001' created by 'pbx_config' ]
's' =&gt;            1. Set(__FROM_DID=${EXTEN})                   [pbx_config]
2. Gosub(cidlookup|cidlookup_1|1)             [pbx_config]
3. ExecIf($[ "${CALLERID(name)}" = "" ] |Set|CALLERID(name)=${CALLERID(num)}) [pbx_config]
4. Set(__CALLINGPRES_SV=${CALLINGPRES_${CALLINGPRES}}) [pbx_config]
5. SetCallerPres(allowed_not_screened)        [pbx_config]
6. Goto(ext-group|600|1)                      [pbx_config]

[ Included context 'ext-did-catchall' created by 'pbx_config' ]
'_.' =&gt;           1. Noop(Catch-All DID Match - Found ${EXTEN} - You probably want a DID for this.) [pbx_config]
2. Goto(ext-did|s|1)                          [pbx_config]
</pre>
<p>You can see my new [from-pstn-custom] context at the start, along with the copied commands from ext-did-001 to ensure that they run in the way I expected.  The upshot of this is that I now branch to my new context [will-sms] when the incoming caller ID is the BT 0800 number from where SMS&#8217;s originate.  You should note that the 0800 number can change if you have more than one incoming SMS box registered, so don&#8217;t do that.  Just register one incoming address  (more on this later).</p>
<p>The [will-sms] is pretty straight forward.  Answer the phone, wait 2 seconds, and then start the SMS application which does all the clever noises.  The key here is Wait.  Without it SMS reception is intermittent at best.  The SMS(default|a) tells the SMS app to receive in to the default queue (this works, don&#8217;t understand fully why) and to do an &#8220;a&#8221; for answer.  I had a load of problems with the example from VOIP-info where it passes in the extension number, which is &#8220;s&#8221; for start.  If the SMS application sees an &#8220;s&#8221; it thinks it means &#8220;send&#8221;.  That won&#8217;t work!</p>
<p>If you manage to bodge all this in to your dial plan then you should find your incoming SMS&#8217;s in /var/spool/asterisk/sms/mtrx</p>
<p>Make sure that /var/spool/asterisk is writeable by the same user as Asterisk is running as.</p>
<p><span style="text-decoration: underline;"><strong>Sending SMS&#8217;s.</strong></span> Was a whole bunch of no fun as well.  Especially if you don&#8217;t understand Asterisk properly.</p>
<p>The command line I&#8217;m using to send an SMS is:</p>
<pre class="codestyle">smsq --motx-channel=Zap/2/17094009 -d &lt;phone number&gt;  -m "&lt;message&gt;"
</pre>
<p>That works because zap channel 2 is my PSTN line.  You might need to change this.  17094009 is the SMSC centre number for BT to accept SMS messages for delivery to other networks.</p>
<p>When I was trying to get sending working, which I actually did first, I couldn&#8217;t reliably get Asterisk to talk to the SMSC.  Before I had the receive working properly the BT system would ring me up and I&#8217;d answer the phone, then not hearing a carrier the BT system would hang up again.  This gave me an idea, if I could emulate the carrier then I could hear what the BT system was sending down the line.  I sent an SMS to the home phone, it rang in on one of the extensions and I whistled at it.  Because I am just so <a href="http://en.wikipedia.org/wiki/Leet">1337</a> I hit the right tone and I could hear FSK noises coming down the line, but they were really really quiet.  I tweaked the gain up a little bit in the /etc/asterisk/zapata.conf file:</p>
<pre class="codestyle">rxgain=2
txgain=0
</pre>
<p>and tried again.  It was louder!  Sending a test message to &#8220;00000&#8243; with the text of &#8220;test&#8221;  causes the BT system to send a message back to you  (you need to send &#8220;register&#8221; to 00000 before BT will send you messages as text instead of reading them to you by the way &#8211; but if it can&#8217;t successfully deliver the message back to you to say it has received your &#8220;register&#8221; message it will ignore the request and you&#8217;ll keep getting the messages read to you by a friendly robot &#8211; hence the need to get receiving working first).  It sent!  I saw some hex coming from the SMS application in the Asterisk log.  I sent a text to my mobile, and it arrived.  Yay!  problem solved.</p>
<p>5.  Asterisk&#8217;s dial plan.  Bonkers.  I still can&#8217;t make sense of them.  Oh well, I&#8217;ll get there in the end.</p>
<p>6.  FreePBX is brilliant if you want to get Asterisk configured with some very complex applications (think voicemail) in a matter of minutes.  But, if it makes editing the config files by hand a bit more complicated because you have to use xxxx_custom files.  Thus, all the replication of code when as above when you don&#8217;t understand how it all works.</p>
<p>7.  Check out my hold music hacked together from various online sources, and no doubt subject to various copyright restrictions.  I&#8217;ve compressed the hell out of it, if you want a better quality version for your own amusement let me know.</p>
<p><a href="http://www.whizzy.org/wp-content/uploads/2009/09/holdmusic.mp3">Hold Music</a></p>
<p>I crack myself up, I really do.</p>
<p>Also &#8211; think of all the cool things you could do if you could phone or text your computer and get it to do things for you.</p>
<p>Now I&#8217;m off to write myself an gmail &lt;-&gt; SMS gateway doodad.</p>
<p>Ok &#8211; with Asterisk 1.6 the above is slightly less relevant.  Try this in your dialplan instead:</p>
<pre>[will-sms]</pre>
<pre>exten =&gt; s,1,Verbose(=============Entered Will SMS)</pre>
<pre>exten =&gt; s,n,Answer()</pre>
<pre>exten =&gt; s,n,SMS(default,ap(1500))</pre>
<pre>exten =&gt; s,n,Verbose(=============Done with Will SMS)</pre>
<pre>exten =&gt; s,n,Hangup(16)

The SMS application has the option to add a pause which I've set to 1500 ms.  Seems to work.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2009/09/asterisk-set-up-in-the-uk-with-sms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.whizzy.org/wp-content/uploads/2009/09/holdmusic.mp3" length="202680" type="audio/mpeg" />
		</item>
		<item>
		<title>Told you so&#8230;</title>
		<link>http://www.whizzy.org/2009/07/told-you-so/</link>
		<comments>http://www.whizzy.org/2009/07/told-you-so/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 08:29:55 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=199</guid>
		<description><![CDATA[I warned you, I warned you.  But would you listen?  Oh no.  You knew it all. Spotify is on the ropes. http://stuff.tv/blogs/music/archive/2009/07/13/why-spotify-might-die.aspx Sign up to the paid for service if you can.  Now &#8211; if they had a proper native Linux client I would.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-200" title="Tim The Enchanter" src="http://www.whizzy.org/wp-content/uploads/2009/07/tim-300x208.jpg" alt="Tim The Enchanter" width="300" height="208" /></p>
<p>I warned you, I warned you.  But would you listen?  Oh no.  You knew it all.</p>
<p>Spotify is on the ropes.</p>
<p><a href="http://stuff.tv/blogs/music/archive/2009/07/13/why-spotify-might-die.aspx">http://stuff.tv/blogs/music/archive/2009/07/13/why-spotify-might-die.aspx</a></p>
<p>Sign up to the paid for service if you can.  Now &#8211; if they had a proper native Linux client I would.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2009/07/told-you-so/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aspire Revo as a MythTV frontend</title>
		<link>http://www.whizzy.org/2009/06/aspire-revo-as-a-mythtv-frontend/</link>
		<comments>http://www.whizzy.org/2009/06/aspire-revo-as-a-mythtv-frontend/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 10:34:33 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[mythtv]]></category>
		<category><![CDATA[nettop]]></category>
		<category><![CDATA[revo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=184</guid>
		<description><![CDATA[Yes - you should buy that Acer Revo.]]></description>
			<content:encoded><![CDATA[<p><strong>It&#8217;s brilliant!</strong></p>
<p>If you&#8217;re reading this then I will assume you already know about MythTV and you&#8217;ve searched Google to find out if the Aspire Revo box will make a decent MythTV frontend.  In short, yes &#8211; it works fantastically well.</p>
<p>I bought the 8GB SSD Linux version from Play for about 150 quid (get a Play credit card and you can knock off about another 15 quid in vouchers and get 9 months interest free credit, for what it&#8217;s worth), and I also bought 2 x 2GB SODIMM.</p>
<p>The first thing I did was take the lid off to have a look inside.  This wasn&#8217;t as easy as I thought.  There&#8217;s one little screw under a sticker that says something about a warranty and then you just have to prise the lid off.  It&#8217;s pretty stiff, to the extent that I was convinced there was another screw somewhere, but it comes off in the end.   I removed the WiFi card since I won&#8217;t use it and it might reduce the heat/power.   The RAM swap presented no surprises, but the appearance of a 160GB HDD did.</p>
<p>I had sort of decided that the SSD was the better option for me for two reasons; less heat and less noise.  But, seeing as I&#8217;ve been gifted 160GB of disk space and under use the HDD makes no noise, I&#8217;m very happy!</p>
<p>I decided on XUbuntu over the normal version partly because of the reduced overheads and software bloat, I really don&#8217;t need Open Office and The Gimp installed on this box and I can&#8217;t be bothered with manually selecting packages at install, so I downloaded the XUbuntu ISO and stuck it on a USB pen drive with <a href="http://unetbootin.sourceforge.net/">Unetbootin</a>.  I had a few problems booting from the pen drive, it kept complaining that the initrd was corrupt, so in the end I had to use the alternative version and run through the install on the command line.   I blew away all the partitions on the disk, I won&#8217;t need any of the Acer software &#8211; there&#8217;s nothing much of use on there anyway.</p>
<p>Once XUbuntu was installed I downloaded and compiled the latest NVIDIA drivers:</p>
<p><a href="http://www.nvidia.com/object/linux_display_ia32_185.18.14.html">http://www.nvidia.com/object/linux_display_ia32_185.18.14.html</a></p>
<p>(this is the latest version at I write this, check if there is a newer one)</p>
<p>and then I downloaded the SVN version of Myth and enabled VDPAU.  If you&#8217;re looking for help setting up Myth and VDPAU check the MythTV wiki, there&#8217;s more information there than I can recreate here.  Read the <a href="http://www.mythtv.org/wiki/Installing_MythTV_SVN_on_Ubuntu_Breezy">&#8220;Installing SVN on Breezy&#8221;</a> document to give you a hand getting all the bits and bobs installed to allow you to compile Myth. Note: some libraries have changed name, e.g. liblame is now libmp3lame.</p>
<p>Then it&#8217;s a case of enabling VDPAU at compile time using the configure script and then creating a playback profile to use VDPAU from within the frontend.</p>
<p>My old frontend had a dual core 2GHz processor in and would sit at about 80 to 90 percent usage on both cores while watching 1080p video and sucked somewhere in the region of 80 to 100 watts.  The Revo&#8217;s Atom processor sits at about 10% usage (obviously the graphics card is doing the work) and sucks less than 20watts, while also being nearly silent.</p>
<p>Sound was a bit of a faff &#8211; the Revo has an HDMI connector with the audio path built in.  To hear anything I needed to enable and unmute the IEC958 (spdif) channel and then tell Myth to use ALSA:hdmi for audio.   Ubuntu detected the sound card perfectly well, so trust me when I say you do not need to download a later version of ALSA, you just need to get the settings right.   You might also need to tell your telly to pick up digital audio, not analogue.   I haven&#8217;t got system sounds going down the HDMI just yet , but I don&#8217;t think this will be a problem.</p>
<p>Summary then;  very very good choice for a small, quiet and cheap frontend that can also double as an Internet browser.</p>
<p>I think I might buy another one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2009/06/aspire-revo-as-a-mythtv-frontend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVB-T reception on the cheap</title>
		<link>http://www.whizzy.org/2009/06/dvb-t-reception-on-the-cheap/</link>
		<comments>http://www.whizzy.org/2009/06/dvb-t-reception-on-the-cheap/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:07:04 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=178</guid>
		<description><![CDATA[In an effort to reduce noise and electricity consumption in my living room I&#8217;m removing the current MythTV frontend and replacing it with an Aspire Revo. The box under the telly at the moment is a dual-core Pentium 4 somethingorother running at about 2Gz in a nice looking &#8220;media&#8221; case.   It&#8217;s great and everything, [...]]]></description>
			<content:encoded><![CDATA[<p>In an effort to reduce noise and electricity consumption in my living room I&#8217;m removing the current MythTV frontend and replacing it with an Aspire Revo.</p>
<p>The box under the telly at the moment is a dual-core Pentium 4 somethingorother running at about 2Gz in a nice looking &#8220;media&#8221; case.   It&#8217;s great and everything, and it decodes HD perfectly well but it has fans on the processor, fans on the video card and fans in the PSU which all add up to a noisy box.</p>
<p>So it&#8217;s going to get re-purposed as a general computer and the Revo will go in it&#8217;s place.   Actually it will get bolted on to the back of the telly to keep it out of the reach of children who like to press buttons.  I&#8217;ll report back on the building of a frontend on a Revo once I wrestle the package from the hands of the worlds most apathetic delivery company &#8220;Home Delivery Network&#8221;.  (I think they use the word &#8220;delivery&#8221; quite incorrectly)</p>
<p>Anyway, as part of this upgrade I need to add a DVB-T tuner to the Revo but with no PCI slots the only option is to use a USB tuner.   My father-in-law put me on to Kenable who have a lot of bits and bobs at good prices, specifically the PEAK DVB-T USB tuner for 15quid:</p>
<p><span style="text-decoration: underline;">USB Peak DIGITAL DVB-T Freeview TV Card XP MCE Vista Dongle</span><br />
<a href="http://www.kenable.co.uk/product_info.php/cPath/171/products_id/1435"> http://www.kenable.co.uk/product_info.php/cPath/171/products_id/1435</a></p>
<p>I wasn&#8217;t able to find much about about it before I bought it, but I thought I&#8217;d take a punt and get one anyway and worry about getting it working under Linux later.</p>
<p>It arrived the other day and I popped the lid off to find an AF9015 demodulator and a QT1010 tuner inside.   I checked on the Linux TV wiki and things looked pretty good on the whole.  When I plugged it in to an Ubuntu 9.04 box nothing happened which was a shame but a bit more digging made me think that I should download the latest Linux TV drivers and have another go.</p>
<p>I followed the instructions from here:</p>
<p><a href="http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers">http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers</a></p>
<p>and downloaded, compiled and installed the new drivers.  You&#8217;ll also need some different firmware to that which is supplied with Ubuntu, download 4.95.0 from here:</p>
<p><a href="http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/">http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/</a></p>
<p>and place the .fw file in /lib/firmware (not as most people say /lib/firmware/&lt;kernel version&gt;).  You&#8217;ll need to overwrite the other version, or rename it or whatever.</p>
<p>Reboot and you&#8217;re golden. The stick is detected and the firmware loads and I have been watching live TV on my Aspire One netbook courtesy of Mplayer.</p>
<p>You probably need to bear in mind that if you apply any future kernel/driver updates from Ubuntu then your drivers might get over written.  There&#8217;s a change that the new version of the Ubuntu drivers will include the required AF9015 driver, but it might not.  Also, you probably don&#8217;t need to compile all the drivers, just the ones for the AF9015 and QT1010 modules.  I&#8217;ll look in to this, and if you promise to be good I&#8217;ll provide a nice little package with everything in.</p>
<p>&nbsp;</p>
<p>UPDATE:  So here we are two and a bit years later.  I&#8217;ve just found this same tuner in the bottom of a box and plugged it in to my 11.04 Ubuntu machine.  When I plugged it in Ubuntu automatically suggested I download the firmware.  Awesome.  It now &#8220;just works&#8221;.  Well pleased.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2009/06/dvb-t-reception-on-the-cheap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

