<?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/"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
>

<channel>
	<title>The Lodge</title>
	<atom:link href="http://lodge.glasgownet.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lodge.glasgownet.com</link>
	<description>The life and times of a saggy cloth cat</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:06:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Automating HP Server Startup</title>
		<link>http://lodge.glasgownet.com/2010/09/02/automating-hp-server-startup/</link>
		<comments>http://lodge.glasgownet.com/2010/09/02/automating-hp-server-startup/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 19:06:45 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=667</guid>
		<description><![CDATA[It may not be much, but I stuck together a small article about how to remotely automate the startup of HP servers. We did this ages, and only now have I gotten around to tidying up the notes! Over here]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:ea32adeebe313782c97b685ecfba3a5b3939c78e'><p>It may not be much, but I stuck together a small article about how to remotely automate the startup of HP servers. We did this ages, and only now have I gotten around to tidying up the notes!</p>
<p><a href="http://lodge.glasgownet.com/tech/automating-server-startup-with-hp-ilo/">Over here</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2010/09/02/automating-hp-server-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering a HTC Desire</title>
		<link>http://lodge.glasgownet.com/2010/08/31/recovering-a-htc-desire/</link>
		<comments>http://lodge.glasgownet.com/2010/08/31/recovering-a-htc-desire/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:36:48 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=651</guid>
		<description><![CDATA[Last night I thought I would try out &#8220;Remote Media&#8221; by Mark Martinsson on my HTC Desire as an alternative to Twonky Media Server. I started it up, and then left it indexing my files. However, due to me being extremely tired I then left it and went to bed instead. I briefly checked on [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:3bced562b928dbb0ae84ba214d123063bc02a35b'><p><iframe align=left src="http://rcm-uk.amazon.co.uk/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=thelod-21&#038;o=2&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=0M5A6TN3AXP2JHJBWT02&#038;asins=B0035ER8OY" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>Last night I thought I would try out &#8220;Remote Media&#8221; by Mark Martinsson on my HTC Desire as an alternative to Twonky Media Server. I started it up, and then left it indexing my files. However, due to me being extremely tired I then left it and went to bed instead. I briefly checked on it in the middle of the night to plug it in and charge, and spotted the &#8220;Low storage space&#8221; warning. I thought nothing of it, as I&#8217;ve encountered that many times before and decided I would deal with it the next morning.</p>
<p>So, 7 hours later I looked at the phone and spotted the HTC logo endlessly looping. This Is Bad(tm). The phone had died in the middle of the night, and was now failing to boot. Great.</p>
<p>I booted up the Recovery image with the volume down &#038; power button combo, and had a look around. Every time I tried a command I got the following error.</p>
<blockquote><p>E:Error in DATA:data/recovery/log<br />
(No space left on device)</p></blockquote>
<p>Great. Google have made an OS that fails to boot when it&#8217;s out of space. How clever. I subsequently decided against just formatting all and starting from scratch for two reasons. Firstly, my backup was more than a few days old, and secondly I didn&#8217;t want to be beaten by a stupid design failure. Onto the recovery images and remote access.</p>
<p>Now, I&#8217;ve used ClockWorkMod before in order to install other ROMs, but for some reason my phone had defaulted back to the normal Recovery image. This image doesn&#8217;t have ADBD, and also doesn&#8217;t offer any Backup to SD options. After spending I good hour or two hunting down an independent recovery image for the Desire, I discovered the ClockworkMod Recovery image sitting on my SD card! Back into Recovery Mode, select Apply update.zip, and relax as ClockWorkMod Recovery appeared.</p>
<p>In this ROM it would be trivial to backup and then reinstall, but doing all that just due to lack of space seems silly. Download the Android Developer Kit, connect up the phone with the USB cable, and run ./adb device from the tools directory to check that the phone is discovered. </p>
<p>Once discovered, connect to the built in ADBD instance with ./adb shell.</p>
<blockquote><p>
root@kyleg-laptop:/home/kyleg/Applications/android-sdk-linux_86/tools# ./adb devices<br />
List of devices attached<br />
HT067PL05406	recovery</p>
<p>root@kyleg-laptop:/home/kyleg/Applications/android-sdk-linux_86/tools# ./adb shell<br />
~ #
</p></blockquote>
<p>A quick df -h displays the obvious</p>
<blockquote><p>
~ # df -h<br />
Filesystem                Size      Used Available Use% Mounted on<br />
tmpfs                   199.2M         0    199.2M   0% /dev<br />
/dev/block/mtdblock4     40.0M      1.2M     38.8M   3% /cache<br />
/dev/block/mtdblock5    147.6M    147.6M         0 100% /data<br />
/dev/block/mmcblk0p1      6.7G      4.3G      2.5G  63% /sdcard<br />
~ #
</p></blockquote>
<p>Now we&#8217;re in business. We have access to the phone and the filesystem. We can then do some hunting around to find what&#8217;s taking up the space. A few minutes later, du -h /data | grep M shows up the following&#8230;</p>
<blockquote><p>58.5M	./data/com.noname.remotemedia/databases<br />
58.5M	./data/com.noname.remotemedia
</p></blockquote>
<p>Culprit found. Thanks guys. </p>
<blockquote><p>
/data/data/com.noname.remotemedia/databases # rm remotemedia.db<br />
/data/data/com.noname.remotemedia/databases # df -h<br />
Filesystem                Size      Used Available Use% Mounted on<br />
tmpfs                   199.2M         0    199.2M   0% /dev<br />
/dev/block/mtdblock4     40.0M      1.2M     38.8M   3% /cache<br />
/dev/block/mtdblock5    147.6M     89.2M     58.5M  60% /data<br />
/dev/block/mmcblk0p1      6.7G      4.3G      2.5G  63% /sdcard<br />
/data/data/com.noname.remotemedia/databases # </p></blockquote>
<p>And off we go. A quick sync and exit, and the phone can safely be rebooted and used. I highly recommend uninstalling Remote Media though..</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2010/08/31/recovering-a-htc-desire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Firefox with MSI packages</title>
		<link>http://lodge.glasgownet.com/2010/08/13/upgrading-firefox-with-msi-packages/</link>
		<comments>http://lodge.glasgownet.com/2010/08/13/upgrading-firefox-with-msi-packages/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 08:56:51 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=634</guid>
		<description><![CDATA[Post moved. I felt it was more suited as a page within the site rather than a mere blog entry. See here]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:8e053473bc9462517cadf763607dffd3ef67465c'><p>Post moved. I felt it was more suited as a page within the site rather than a mere blog entry.</p>
<p><a href="http://lodge.glasgownet.com/tech/upgrading-firefox-with-msi-packages/">See here</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2010/08/13/upgrading-firefox-with-msi-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing OES DHCP Range</title>
		<link>http://lodge.glasgownet.com/2010/05/21/changing-oes-dhcp-range/</link>
		<comments>http://lodge.glasgownet.com/2010/05/21/changing-oes-dhcp-range/#comments</comments>
		<pubDate>Fri, 21 May 2010 11:46:33 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=617</guid>
		<description><![CDATA[Recently we were in the unfortunate position of running out of IP address in our DHCP pool. The Novell DNS/DHCP Management Console will give you a handy utilization % for your subnet, but will not tell you how much of your allocatable pool is in use. As a result, machines were timing out whilst waiting [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:84a25ae885f3fb4143c6360e28e84b28e4c3f4fc'><p>Recently we were in the unfortunate position of running out of IP address in our DHCP pool. The Novell DNS/DHCP Management Console will give you a handy utilization % for your subnet, but will not tell you how much of your allocatable pool is in use. As a result, machines were timing out whilst waiting for an IP.</p>
<p>To diagnose this, we loaded dhcpsrvr.nlm with the -d3 option, and checked sys:/etc/dhcp/dhcpsrvr.log. The tell-tale sign is copied below.</p>
<blockquote><p>
67  : Get type:2, IPAddr:10.240.64.119, LeaseTime:0, MacIndx:774, pIP:B23F2540<br />
AMAGet() exit err:0, subnet:10.240.64.0, addr:10.240.64.119<br />
2010/05/21 10:15:56  &lt;DHCPINFORM&gt; packet received from client &lt;0:13:72:9D:1C:E6&gt;, IP Address &lt;10.240.64.119&gt;.<br />
2010/05/21 10:15:56  Sending BOOTP/DHCP reply &lt;DHCPACK&gt; to &lt;0:13:72:9D:1C:E6&gt; as &lt;10.240.64.119&gt;.<br />
Get type:4, IPAddr:10.240.64.106, LeaseTime:0, MacIndx:1042, pIP:0<br />
Fill pool returned error 1<br />
Error 5 adding new ip<br />
AMAGet() exit err:5, subnet:0.0.0.0, addr:10.240.64.106</p></blockquote>
<p>Ultimately, we needed more addresses in the pool. It would appear that in order to<a href="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-netware/oes-nw-administration-tools/135118-change-dhcp-address-pool-start-address.html" target="_blank"> change your pool range in OES</a>, you export the pool, edit it, and reimport the pool.</p>
<p>This seemed like far too much of a faff for me, so it was time for some rummaging. Normally the eDirectory enabled DHCP server stores lease data in eDirectory. First port of call was the WM_Subnet container that we use for those objects. In there, there&#8217;s an object called WM_Range. This contains details of the IP range available for DHCP use.</p>
<p>First off, unload the dhcpsrvr.nlm module, and then open the object up in ConsoleOne, and click on the &#8220;Other&#8221; tab. The attributes &#8220;DNIP:Start Address Number&#8221; and &#8220;DNIP:End Address Number&#8221; are decimal representations of the start and end IPs respectively, and can be expanded out to edit each attribute individually. Simply overwrite the current entry with the new decimal address that you want to use, click ok, and load dhcpsrvr.nlm back up.</p>
<p>Figuring out a decimal address is fairly easy, and is described in <a href="http://technet.microsoft.com/en-us/library/cc786995%28WS.10%29.aspx" target="_blank">this Technet article</a>. You can also convert a quad octet (IP address) to decimal notation with an <a href="http://www.countryipblocks.net/tools/ip-octet-binary-and-decimal-calculators/" target="_blank">online calculator</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2010/05/21/changing-oes-dhcp-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<geo:lat>55.8627259</geo:lat>
		<geo:lon>-4.2869653</geo:lon>
	</item>
		<item>
		<title>Radial Engine powered Car #1</title>
		<link>http://lodge.glasgownet.com/2010/03/07/613/</link>
		<comments>http://lodge.glasgownet.com/2010/03/07/613/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:25:31 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/2010/03/07/613/</guid>
		<description><![CDATA[This, and the subsequent videos, are a prime example of hybrid car building. One day, just one day, I hope to do something similarly daft/stupid/brilliant/expensive/etc]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:a77b585fdf7d293921a8104ac3d3ac84514f0967'><p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://youtube.com/v/f2V7B7-gdRA" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://youtube.com/v/f2V7B7-gdRA"></embed></object><br />
This, and the subsequent videos, are a prime example of hybrid car building. One day, just one day, I hope to do something similarly daft/stupid/brilliant/expensive/etc <img src='http://lodge.glasgownet.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2010/03/07/613/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STS 130 Landing</title>
		<link>http://lodge.glasgownet.com/2010/02/22/sts-130-landing/</link>
		<comments>http://lodge.glasgownet.com/2010/02/22/sts-130-landing/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 23:54:12 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Cool things]]></category>
		<category><![CDATA[Shuttle]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=609</guid>
		<description><![CDATA[Fantastic footage of the last ever night time landing of a Space Shuttle. STS-130 safely makes it to the ground, and the night time situation allows for great footage of the jets of flame coming out the APU exhausts at the tail root. The flames happen all the time, but are usually invisible during the [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:89caee5f9863ab639380d814e009ec1156dd37d2'><p>Fantastic footage of the last ever night time landing of a Space Shuttle. STS-130 safely makes it to the ground, and the night time situation allows for great footage of the jets of flame coming out the APU exhausts at the tail root. The flames happen all the time, but are usually invisible during the day. Similar footage of STS-9 can be found <a href="http://www.johnwyoung.org/sts9/graphics-sts9/up_apuex.mpg">over here</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/e2dJiFv-R28&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/e2dJiFv-R28&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2010/02/22/sts-130-landing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.johnwyoung.org/sts9/graphics-sts9/up_apuex.mpg" length="1865732" type="video/mpeg" />
		</item>
		<item>
		<title>2010 SpamAssassin bug</title>
		<link>http://lodge.glasgownet.com/2010/01/01/2010-spamassassin-bug/</link>
		<comments>http://lodge.glasgownet.com/2010/01/01/2010-spamassassin-bug/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 14:00:32 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Things that annoy Kyle]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=598</guid>
		<description><![CDATA[If you run SpamAssassin, you may be pleased to encounter this bug about now &#8211; https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6269 Because nobody ever thought the year 2010 would happen :-/ There&#8217;s some more details on the rule, and more importantly how to disable it, over here http://wiki.apache.org/spamassassin/Rules/FH_DATE_PAST_20XX]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:9916a409d43c8cd124e53ecf8e30357d113630b4'><p>If you run SpamAssassin, you may be pleased to encounter this bug about now &#8211; https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6269</p>
<p>Because nobody ever thought the year 2010 would happen :-/</p>
<p>There&#8217;s some more details on the rule, and more importantly how to disable it, over here http://wiki.apache.org/spamassassin/Rules/FH_DATE_PAST_20XX</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2010/01/01/2010-spamassassin-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AC Fuel Flow Summary</title>
		<link>http://lodge.glasgownet.com/2009/12/28/ac-fuel-flow-summary/</link>
		<comments>http://lodge.glasgownet.com/2009/12/28/ac-fuel-flow-summary/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 19:47:22 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[AC]]></category>
		<category><![CDATA[Cars]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[fuel]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=577</guid>
		<description><![CDATA[As has been noted earlier, the AC has had its fair share of fuel flow problems. Ranging from the large (a rotten fuel tank) to the tiny (a flake of corrosion in the accelerator pump). Here&#8217;s a few things that were done to try and cure it. Firstly, replace the filters that sit on top [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:53abdf9d4b599285f2e178977d286cc64deef332'><p><a href="http://www.flickr.com/photos/kylegordon/3729769717/"><img class="alignright" title="Ruined filter" src="http://farm3.static.flickr.com/2639/3729769717_2224f4374a_b.jpg" alt="" width="177" height="294" /></a>As has been noted earlier, the <a href="http://lodge.glasgownet.com/cars/ac-3000me/">AC</a> has had its fair share of fuel flow problems. Ranging from the large (a rotten fuel tank) to the tiny (a flake of corrosion in the accelerator pump). Here&#8217;s a few things that were done to try and cure it.</p>
<p>Firstly, replace the filters that sit on top of the fuel tank drain plugs. They may not seem like much, but internally the fuel intakes come down inside the tank, and slip inside the filters that are on top of the plugs. This fine mesh is the first line of defence against rubbish in the fuel tank. We thought we could get away with old ones that had a slight tear in them. After a few weekends of running, further inspection showed a pile of gunk sitting <strong>inside</strong> the filter! This would lead directly to the fuel pump&#8230;</p>
<p>The second thing to do was to insert an inline filter between the fuel solenoid (since the AC has two fuel intakes), and the fuel pump. This is just a bog standard plastic inline fuel filter after the solenoid, and is there to save the pump from any rubbish that somehow gets past the gauze filters on the drain plugs. We also took the chance to replace all the fuel hoses between the solenoid and the carburettor. The existing hoses were coming up on 30 years old, so we though it wise to avoid any rubber degradation issues and replace the whole lot in one go.</p>
<p><a href="http://www.flickr.com/photos/kylegordon/3771935663/"><img class="alignleft" title="Drain plug filters" src="http://farm3.static.flickr.com/2569/3771935663_7f43ff0410_b.jpg" alt="" width="206" height="344" /></a></p>
<p>Roughly at the mid-point now, we opted to change the fuel pump. It had been noted that the fuel was flowing back down the line after the car had been left to sit for a day or two. This made starting it particularly difficult, and was probably the precursor to a failed pump. Add to that all the rubbish that had been coming through the fuel system in those weeks of diagnosis, the pump filter had been cleaned out more often then we had had hot meals. <a href="http://lodge.glasgownet.com/2009/07/20/ac-fuel-pump-replacement/">A new pump was fitted</a>, and the fuel draining problem immediately vanished.</p>
<p>Annoyingly though, we were still experiencing problems with fuel flow. Between <a href="http://www.gjcp.net">Gordon</a> and I, we must have stripped the about 20 times. Every time it would work great for 20, maybe 50, miles before reverting to its normal way of not letting any fuel flow when under load.</p>
<p>Convinced it was a problem of more rubbish in the fuel system, we decided to fit another filter after the pump and before the carburettor. Initially we went for the cheap plastic inline filters that are readily available, but we didn&#8217;t leave it in that configuration for very long for another reason &#8211; we fitted a <a href="http://www.demon-tweeks.co.uk/products/ProductDetail.asp?cls=MSPORT&amp;pcode=FSEFPR004">Filter King</a> instead.</p>
<p>The Filter King not only acts as a filter, but it also has a sedimentation bowl which doubles as a small fuel reserve. Any rubbish floating in the fuel can fall to the bottom of the bowl whilst the fuel in the bowl can continue to be drawn upon by the carburettor. We initially tried the Filter King before the fuel pump, but it&#8217;s clearly designed to have fuel pushed through it. The pump couldn&#8217;t draw air hard enough to draw fuel into the Filter King, and nothing worked. Now, the AC 3000ME range historically has a problem of fuel starvation during a long corner. This is most likely due to the shape of the fuel tank, but appears to be mostly mitigated by the Filter King now.</p>
<p><a href="http://shop1.actinicexpress.co.uk/shops/Rat_Sport/index.php?ActinicSID=1ca2f71259807c38d4dc385ef116d1ea&amp;page=search&amp;SearchString=filter+king&amp;search=Go"><img class="alignright" title="Filter king" src="http://shop1.actinicexpress.co.uk/shops/Rat_Sport/images/catalog/filter_king_fuel_regulator_glass_bowl.jpg" alt="" width="275" height="336" /></a></p>
<p>Sadly, after all this work, the fuel was still not flowing as planned. At higher revs after 30 minutes of running it would start to cut out. Something was clearly wrong, and all things started to point to the carburettor&#8230; no matter how many times we stripped it down and rebuilt it!</p>
<p>When you blip the throttle on the AC, it activates the accelerator pump. This pumps a higher than normal amount of fuel into the carburettor in order to rapidly increase the revs of the engine. It also ensures the engine stays running and doesn&#8217;t cough and splutter to a halt. Sound familiar? After much poking and prodding, I discovered that the one of the two accelerator pump outlets was <strong>partially</strong> blocked! These outlets start at about 4mm across, and narrow to about 0.5mm. That&#8217;s why it had passed our cursory blowing through the thing to see if it was clear. Using a small length of wire from the fuel hosing braiding, the passageway was cleared, and <strong>tiny</strong> flake of white aluminium corrosion fell out&#8230;</p>
<p>So that was it, all those problems were caused by a tiny bit of corrosion that had worked itself up to the narrowest gap it could wedge itself into. Although it seems like we were on a wild goose chase for a lot of it, I believe that a lot of worthwhile work was still completed. Replacing the drain plug filters was definitely required, the pump was on the way out, and the Filter King cures some edge case starvation problems, as well as providing a handy visual indicator for the state of fuel flow in the system.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2009/12/28/ac-fuel-flow-summary/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>USB Problems</title>
		<link>http://lodge.glasgownet.com/2009/12/25/usb-problems/</link>
		<comments>http://lodge.glasgownet.com/2009/12/25/usb-problems/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 19:19:23 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Things that annoy Kyle]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=567</guid>
		<description><![CDATA[I have a minor issue that I&#8217;d like to get resolved. I have a cheap but very good USB GPS receiver. However, it uses a weird USB connector and the cable for said connector has developed a fault (at the strain relief point, amusingly). Can anyone advise on the type of connector it uses? In [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:96a27651200c6e5288ba33991ad6d88614fb2189'><p><a title="Micro-USB plug" href="http://farm5.static.flickr.com/4005/4213124841_a7c46857a3.jpg" rel="lightbox[567]"><img class="slickr-post alignright" src="http://farm5.static.flickr.com/4005/4213124841_a7c46857a3_m.jpg" alt="Micro-USB plug" width="211" height="240" /></a>I have a minor issue that I&#8217;d like to get resolved. I have a <a href="http://anadigi.diytrade.com/sdp/129798/4/pd-343202/2962180-0.html">cheap but very good USB GPS receiver</a>. However, it uses a weird USB connector and the cable for said connector has developed a fault (at the strain relief point, amusingly). Can anyone advise on the type of connector it uses?</p>
<p>In the two lower photos the cable at the top left is the one I need a replacement of. The device at the bottom is the GPS receiver, and the cable at the top right is a normal mini-USB plug. The photo on the far right is a micro-USB connector, and it isn&#8217;t that either <img src='http://lodge.glasgownet.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a title="The USB Cable problem" href="http://www.flickr.com/photos/kylegordon/4213888636/in/photostream/"><img class="slickr-post alignleft" src="http://farm3.static.flickr.com/2797/4213888636_ffcf0a8529_m.jpg" alt="The USB Cable problem" width="240" height="180" /></a> <a title="The USB Cable problem" href="http://www.flickr.com/photos/kylegordon/4213890090/in/photostream/"><img class="slickr-post aligncenter" src="http://farm5.static.flickr.com/4064/4213890090_c92e1bb188_m.jpg" alt="The USB Cable problem" width="240" height="180" /></a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2009/12/25/usb-problems/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Sure/Smartie LCDProc</title>
		<link>http://lodge.glasgownet.com/2009/12/22/suresmartie-lcdproc/</link>
		<comments>http://lodge.glasgownet.com/2009/12/22/suresmartie-lcdproc/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 19:04:45 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Cars]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cool things]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Land Rover]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=550</guid>
		<description><![CDATA[Recently I&#8217;ve been looking at getting a computing device into the Land Rover. Short of buying a full sized 7&#8243; touch screen, I opted to go for a slightly cheaper £20 4&#215;20 LCD display. This was more to be proof of concept, and give me a starter to work on, before I decide whether or [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:f31d5059d0449206666042ac9fff3d7012843ecc'><p><img class="alignright" title="DE-LD023" src="http://www.sure-electronics.net/mcu,display/DE-LD023_3_b.jpg" alt="" width="173" height="173" />Recently I&#8217;ve been looking at getting a computing device into the Land Rover. Short of buying a full sized 7&#8243; touch screen, I opted to go for a slightly cheaper £20 4&#215;20 LCD display. This was more to be proof of concept, and give me a starter to work on, before I decide whether or not to put a full sized screen in.</p>
<p>Ultimately, I purchased a <a href="http://www.sureelectronics.net/goods.php?id=937" target="_blank">SmartieLCD module</a> from Ebay. It arrived, I plugged it into my laptop running Windows at work, and it worked first time. Now it was time to get it working with LCDProc!</p>
<p>Earlier on I had spotted that SmartieLCD in Windows used the Matrix Orbital DLL file. Sadly, when using LCDProc in Linux, Matrix didn&#8217;t work at all. It was time to go looking</p>
<p>Enthused by <a href="http://lists.omnipotent.net/pipermail/lcdproc/2009-July/013021.html">http://lists.omnipotent.net/pipermail/lcdproc/2009-July/013021.html</a>, and <a href="http://www.sure-electronics.net/download/index.php?name=DE-LD023&amp;type=0">manufacturers documentation</a>, I decided to check out the CVS copy of LCDProc. The last &#8216;release&#8217; was back in 2007, so if I was to get anything recent it would have to be from CVS</p>
<blockquote><p>cvs -d:pserver:anonymous@lcdproc.cvs.sourceforge.net:/cvsroot/lcdproc login<br />
cvs -z3 -d:pserver:anonymous@lcdproc.cvs.sourceforge.net:/cvsroot/lcdproc co -P lcdproc</p></blockquote>
<p>Having a look around the source files indicate that Sure Electronics displays were supported, but not enabled by default. A simple ./configure flag would enable them, so it was time to get compiling. Firstly some support files have to be installed first.</p>
<blockquote><p>sudo apt-get install libusb-dev autogen automake</p></blockquote>
<p>After that, kick off the build process, and enable Sure Electronics support at configure time.</p>
<blockquote><p>sh ./autogen.sh<br />
./configure &#8211;enable-drivers=SureElec<br />
make<br />
sudo make install</p></blockquote>
<p>Now that the software is installed, LCDd needs configured in order to send data to the LCD display.</p>
<blockquote><p>sudo vim /usr/local/etc/LCDd.conf</p></blockquote>
<p>In here, a few parts need changed -</p>
<blockquote><p>driver=SureElec<br />
DriverPath=/usr/local/lib/lcdproc/<br />
Edition=3<br />
Contrast=200<br />
Brightness=480</p></blockquote>
<p>And that&#8217;s it! Execute /usr/local/sbin/LCDd, and you should get a Clients: 0  and Screens: 0 on the LCD display.</p>
<p>All is good!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2009/12/22/suresmartie-lcdproc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<geo:lat>55.794385</geo:lat>
		<geo:lon>12.4644208</geo:lon>
	</item>
	</channel>
</rss>
