<?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>I should really write that down</title>
	<atom:link href="http://www.bluecedar.org.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.bluecedar.org.uk</link>
	<description>Dougie&#039;s tech notebook</description>
	<lastBuildDate>Sun, 26 Feb 2012 20:01:58 +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>Installing Kindle on debian testing under wine</title>
		<link>http://www.bluecedar.org.uk/?p=279&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-kindle-on-debian-testing-under-wine</link>
		<comments>http://www.bluecedar.org.uk/?p=279#comments</comments>
		<pubDate>Sun, 26 Feb 2012 20:01:58 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Acer Aspire One 753]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=279</guid>
		<description><![CDATA[finally managed to get this working. I think things are complicated when target machine is 64 bit. I really was keen to get this running on my netbook, and Acer Aspire One. The steps are a bit scrappy and gleaned &#8230; <a href="http://www.bluecedar.org.uk/?p=279">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>finally managed to get this working. I think things are complicated when target machine is 64 bit. I really was keen to get this running on my netbook, and Acer Aspire One.</p>
<p>The steps are a bit scrappy and gleaned from various blogs, but, basically what I did was:</p>
<p>Follow the steps in <a title="nicolaselie Just another Debian Post It blog…" href="http://nicolaselie.wordpress.com/2011/09/26/install-wine-on-debian-wheezy-testing/">this blog</a> to get wine installed on Debian Testing. i.e. (as root):</p>
<pre><code>ARCH=`uname -m | sed -e s/x86_64/amd64/ -e s/i.86/i386/`</code>
<code>wget -r -A "*_$ARCH.deb" http://dev.carbon-project.org/debian/wine-unstable/</code>
<code>sudo dpkg -i dev.carbon-project.org/debian/wine-unstable/*.deb</code></pre>
<p>then hop over to <a title="Biboroku - Taro Sato's Memorandum" href="http://okomestudio.net/biboroku/?p=931">this blog</a>, and follow most of the steps in that. Don’t need to install wine as we’ve already got that now, in theory, but <code>cabextract</code> definitely handy.</p>
<p>actually, thinking about it, the only steps I ended up using were these:</p>
<pre><code>wget http://www.kegel.com/wine/winetricks
sh winetricks corefonts</code></pre>
<p>I was getting closer all the time but still it crashed. Until I found <a title="WineHQ" href="http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=24095">this tip</a> on the wineHQ website:</p>
<blockquote><p>To work around the msvcp90 bugs, delete or rename ­this file:</p></blockquote>
<pre>~/.wine/drive_c/windows/winsxs/manifests/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_deadbeef.manifest</pre>
<blockquote><p>Note that Wine will recreate that file every time you upgrade. To avoid this, make the directory read-only.</p></blockquote>
<p>and now it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=279</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>garbled software selection</title>
		<link>http://www.bluecedar.org.uk/?p=275&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=garbled-software-selection</link>
		<comments>http://www.bluecedar.org.uk/?p=275#comments</comments>
		<pubDate>Fri, 03 Feb 2012 17:15:14 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=275</guid>
		<description><![CDATA[pretty much moved now from LMDE to just Debian. The last couple of installations had a bit of weirdness during the software selection dialogue: What the deuce? Anyway I just continued and hoped for the best. And it was all &#8230; <a href="http://www.bluecedar.org.uk/?p=275">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>pretty much moved now from LMDE to just Debian.</p>
<p>The last couple of installations had a bit of weirdness during the software selection dialogue:</p>
<p><a href="http://www.bluecedar.org.uk/wp-content/uploads/2012/02/garbled_software_selection_during_debian_install.jpg"><img class="aligncenter size-large wp-image-276" title="garbled software selection options on testing installation" src="http://www.bluecedar.org.uk/wp-content/uploads/2012/02/garbled_software_selection_during_debian_install-1024x768.jpg" alt="debian software selection screen" width="584" height="438" /></a>What the deuce?</p>
<p>Anyway I just continued and hoped for the best. And it was all fine. First time I’ve come across this though. Wonder what causes it.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=275</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it goes up to 11</title>
		<link>http://www.bluecedar.org.uk/?p=264&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=it-goes-up-to-11</link>
		<comments>http://www.bluecedar.org.uk/?p=264#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:50:24 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=264</guid>
		<description><![CDATA[So what will Firefox do now we’ve got to version 10? Another update today of Firefox. But what’s this? What on earth is PC Sync 2 Synchronisation Extension? I would’ve googled it but there was a hole in the bucket, &#8230; <a href="http://www.bluecedar.org.uk/?p=264">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So what will Firefox do now we’ve got to version 10? Another update today of Firefox. But what’s this?</p>
<p><a href="http://www.bluecedar.org.uk/wp-content/uploads/2012/02/nokia-crapware-firefox-extension-02-02-2012-16-23-50.png"><img class="wp-image-265 alignleft" title="Yours covertly, Love Nokia xx" src="http://www.bluecedar.org.uk/wp-content/uploads/2012/02/nokia-crapware-firefox-extension-02-02-2012-16-23-50-300x239.png" alt="Do I want to check for newer version of extension that I didn't install?" width="300" height="239" /></a>What on earth is<em> PC Sync 2 Synchronisation Extension</em>? I would’ve googled it but there was a hole in the bucket, so I switched to another PC and binged it instead.</p>
<p>It seems it’s a <a title="Postings on Nokia Forums about covertly installed extension" href="http://discussions.europe.nokia.com/t5/Software-Updates/Nokia-PC-Suite-upgrade-installs-Firefox-Extension/td-p/508139">Nokia thing, and not a particularly popular thing</a> either. Installed itself without asking, and doesn’t want to be deleted. Ah well, the Nokia goes in the bin in May. Good Riddance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=264</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing motion in debian</title>
		<link>http://www.bluecedar.org.uk/?p=250&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-motion-in-debian</link>
		<comments>http://www.bluecedar.org.uk/?p=250#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:39:10 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[motion]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=250</guid>
		<description><![CDATA[This feels like a huge cop-out. After failing to get it to compile from source or install from one of the .debs, I managed to get it to install with no problems at all using an Ubuntu .deb motion_3.2.12-2ubuntu1_amd64.deb  ]]></description>
			<content:encoded><![CDATA[<p>This feels like a huge cop-out. After failing to get it to compile from source or install from one of the .debs, I managed to get it to install with no problems at all using an Ubuntu .deb</p>
<p><code>motion_3.2.12-2ubuntu1_amd64.deb</code></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=250</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>updating default browser in debian</title>
		<link>http://www.bluecedar.org.uk/?p=247&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updating-default-browser-in-debian</link>
		<comments>http://www.bluecedar.org.uk/?p=247#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:31:59 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=247</guid>
		<description><![CDATA[update-alternatives --config x-www-browser this will get picked up by xfce too for ‘Web Browser’]]></description>
			<content:encoded><![CDATA[<pre>update-alternatives --config x-www-browser</pre>
<p>this will get picked up by xfce too for ‘Web Browser’</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=247</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it’s the little things …</title>
		<link>http://www.bluecedar.org.uk/?p=244&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=its-the-little-things</link>
		<comments>http://www.bluecedar.org.uk/?p=244#comments</comments>
		<pubDate>Tue, 31 Jan 2012 09:44:29 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=244</guid>
		<description><![CDATA[like the dialogue window that unfurls itself from the curtain rail like some sort of dainty ballerina. Presumably some people like it — fair enough. I don’t, and would like to switch the effect off. Can I? Possibly. Is it &#8230; <a href="http://www.bluecedar.org.uk/?p=244">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>like the dialogue window that unfurls itself from the curtain rail like some sort of dainty ballerina. Presumably some people like it — fair enough. I don’t, and would like to switch the effect off. Can I? Possibly. Is it possible? Dunno. Where are the settings? Can’t find it. How much do I care? Not much. I’ve tried Gnome-3, and it’s not for me. xfce on the other hand …</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=244</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome 3</title>
		<link>http://www.bluecedar.org.uk/?p=239&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gnome-3-2</link>
		<comments>http://www.bluecedar.org.uk/?p=239#comments</comments>
		<pubDate>Tue, 10 Jan 2012 21:33:33 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gnome 3]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=239</guid>
		<description><![CDATA[Ok, so you’re typing, and want to use &#60;tab&#62; to help you on your journey. You want to do an ‘ls’ on certain files. You’re not sure what they are. You do ‘ls –l da’ then you hit TAB, because &#8230; <a href="http://www.bluecedar.org.uk/?p=239">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok, so you’re typing, and want to use &lt;tab&gt; to help you on your journey. You want to do an ‘ls’ on certain files. You’re not sure what they are. You do ‘ls –l da’ then you hit TAB, because you want to see what’s there. It’s 2 TAB hits to get the autocomplete, but what’s this, on the FIRST tab hit, there’s a DING! Well thanks Gnome3. What the hell is that for. In what way, is you giving me an ALERT on hitting tab, in any way, useful to me?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=239</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Debian on an Acer Aspire One 753</title>
		<link>http://www.bluecedar.org.uk/?p=233&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-debian-on-an-acer-aspire-one-753</link>
		<comments>http://www.bluecedar.org.uk/?p=233#comments</comments>
		<pubDate>Tue, 10 Jan 2012 21:29:48 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ac]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=233</guid>
		<description><![CDATA[This is pretty straightforward with a couple of quirks. Installing stable (squeeze) using the wifi was possible but I had to temporarily configure my router to use WEP (instead of WPA2/PSK) before I could get a connection. Then after installation, &#8230; <a href="http://www.bluecedar.org.uk/?p=233">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is pretty straightforward with a couple of quirks. Installing stable (squeeze) using the wifi was possible but I had to temporarily configure my router to use WEP (instead of WPA2/PSK) before I could get a connection.</p>
<div id="attachment_234" class="wp-caption alignright" style="width: 310px"><a href="http://www.bluecedar.org.uk/wp-content/uploads/2012/01/Atheros-AR9287.jpg"><img class="size-medium wp-image-234" title="Atheros AR9287" src="http://www.bluecedar.org.uk/wp-content/uploads/2012/01/Atheros-AR9287-300x225.jpg" alt="Network cards recognised during install" width="300" height="225" /></a><p class="wp-caption-text">Network options during install</p></div>
<p>Then after installation, the wifi had disappeared. I could’ve investigated, and <a title="Debian Squeeze on the Acer Aspire One 753" href="http://cryptojedi.org/misc/aao753.shtml">this post</a> certainly suggests that it is fixable, but installing stable had been an accident. Since I had a clean install, there wasn’t anything to lose. I went back to Old Kent Road, and threw the dice again. The current testing release is wheezy, so I decided to give that a blast.</p>
<p>The wifi options were slightly different this time. I was offered WPA2 and even though I had to manually enter the SSID of the router, network connectivity was a breeze.</p>
<div id="attachment_235" class="wp-caption alignright" style="width: 310px"><a href="http://www.bluecedar.org.uk/wp-content/uploads/2012/01/WPA2-detected.jpg"><img class="size-medium wp-image-235 " title="WPA2 detected" src="http://www.bluecedar.org.uk/wp-content/uploads/2012/01/WPA2-detected-300x225.jpg" alt="Installing Debian Wheezy - WPA2 wifi ok" width="300" height="225" /></a><p class="wp-caption-text">Debian Wheezy Install</p></div>
<p>I’d read that it was possible to configure the IP address manually by selecting expert install so I chose that route and got a verbose and interesting journey through the install, which was, on the whole, a piece of cake.</p>
<p>Eject CD, reboot, and hello Gnome 3. Well we can deal with you later. But first, the network. Where’s my wifi gone? I’d used it to install, and now it was gone.</p>
<p>I might have given up around now. I toyed with the settings suggested <a title="wifi on wheezy problem" href="http://forums.debian.net/viewtopic.php?f=5&amp;t=69241">here</a> without much enthusiasm, and thought that <a title="Linux Mint Debian" href="http://blog.linuxmint.com/?p=1818">LMDE</a> had been working fine, I could just go back. Why make life hard for myself?</p>
<p>And it was a close thing. I knew it was almost certainly possible to get the wifi working again — it was just how much tinkering under the hood was required. It turned out just to be a loose wire, and the <a title="wireless problem in wheezy" href="http://raghunath24.blogspot.com/2011/04/in-debian-wireless-problem-device-not.html">fix was really easy</a>. The only difference I found between my system and the instructions in raghu’s blog, is that the config file is actually:</p>
<p><code>/etc/NetworkManager/NetworkManager.conf</code></p>
<p>and not <code>/etc/NetworkManager/nm-system-settings.conf</code>.</p>
<p>So what worked for me was to edit <code>/etc/NetworkManager/NetworkManager.conf</code>, change:</p>
<p><code>[ifupdown]<br />
managed=false</code></p>
<p>to</p>
<p><code>[ifupdown]<br />
managed=true</code></p>
<p>then restart the network manager. i.e.</p>
<p><code>/etc/init.d/network-manager restart</code></p>
<p>(or reboot).</p>
<p>And Bob’s your father’s brother.</p>
<p>so thanks for your blog raghu … if I hadn’t stumbled upon it I’d be back on LMDE.</p>
<p>As it happens, the IP address was allocated using DHCP and I had to configure it manually again, so there was no advantage to using the ‘expert install’ option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=233</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Circle</title>
		<link>http://www.bluecedar.org.uk/?p=227&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=full-circle</link>
		<comments>http://www.bluecedar.org.uk/?p=227#comments</comments>
		<pubDate>Tue, 10 Jan 2012 20:43:40 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Acer Aspire One 753]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=227</guid>
		<description><![CDATA[It feels like I’ve gone full circle. I started, some time ago, with slackware, installed from a couple of floppies. Then Redhat, Suse, Mandrake and Ubuntu. I’m sure there were others. But in and out of the distros there was &#8230; <a href="http://www.bluecedar.org.uk/?p=227">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It feels like I’ve gone full circle. I started, some time ago, with slackware, installed from a couple of floppies. Then Redhat, Suse, Mandrake and Ubuntu. I’m sure there were others. But in and out of the distros there was always debian. I like Ubuntu but then after one particular upgrade I discovered that, overnight, the desktop had morphed into something gruesome. I could’ve tinkered and regressed. Instead I moved to Linux Mint. Then to Linux Mint Debian. And the LMDE chair was very comfy.</p>
<p>But recently I wanted to install Linux on a couple of clapped out old headless servers. They don’t have USB ports, at least, not bootable ones. They have floppy drives, and space-age CDROM drives. But LMDE is only available on DVDs. I’m sure there are ways of getting LMDE on a CDROM and doing a network install but I really can’t be arsed finding out. Why bother when I can just install debian?</p>
<p>So I installed Debian, and saw that it was good. Really easy. Then I installed it on another Clapped out PC, and that was easy too. Then I installed it on a laptop, and that wasn’t quite so easy. But still easy enough to be worth the effort. It is suggesting I use some abomination that calls itself Gnome 3 but I found it just as happy to use Xfce4 instead. It’s now being installed on an Acer Aspire One 753, and that is not without its problems. But not big problems. And I’ll have debian. It’s like putting on a big comfy pair of slippers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=227</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia E71</title>
		<link>http://www.bluecedar.org.uk/?p=211&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nokia-e71</link>
		<comments>http://www.bluecedar.org.uk/?p=211#comments</comments>
		<pubDate>Sat, 07 Jan 2012 17:17:03 +0000</pubDate>
		<dc:creator>dougie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[e71]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://www.bluecedar.org.uk/?p=211</guid>
		<description><![CDATA[I’ve had my E71 for nearly two years now and that’s given me ample time to discover what an unmitigated pile of crap it truly is. When things work, it’s fine. The GPS is kinda cute, and seriously handy, and &#8230; <a href="http://www.bluecedar.org.uk/?p=211">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I’ve had my E71 for nearly two years now and that’s given me ample time to discover what an unmitigated pile of crap it truly is. When things work, it’s fine. The GPS is kinda cute, and seriously handy, and I really like the BBC iplayer. In fact it’s probably the main app I use.</p>
<p>The iplayer has <a title="The curious conflict of the Nokia E71 and the Netgear DG834" href="http://www.bluecedar.org.uk/?p=188">caused me grief in the past</a>, timeouts and freezing, solved only by the highly technical process of throwing away the router and getting another one. But that was a while ago now and it’s been great of ever such a long time. Until two days ago. Listening to iplayer then after about 10 minutes, it stopped. Probably just a fluke, I thought.</p>
<p>Over the last couple of days I’ve tested it a few times and sure enough, I’m getting the old favourite:</p>
<p><a href="http://www.bluecedar.org.uk/wp-content/uploads/2012/01/Error-Message-Hardware-computer-document-e71-screenshot-technotes-Sat-07-Jan-2012-16-44-33-GMT.jpg"><img class="aligncenter size-full wp-image-212" title="Error Message - Hardware - computer - document - e71 - screenshot - technotes -- Sat 07 Jan 2012 16-44-33 GMT" src="http://www.bluecedar.org.uk/wp-content/uploads/2012/01/Error-Message-Hardware-computer-document-e71-screenshot-technotes-Sat-07-Jan-2012-16-44-33-GMT.jpg" alt="BBC Iplayer - No gateway reply" width="800" height="1067" /></a><a title="Nokia support forums" href="http://discussions.europe.nokia.com/t5/Connectivity/E71-quot-no-gateway-reply-quot/td-p/321806">Not an uncommon error message</a> for the E71. Various suggestions are offered, including <a title="Manually setting Nokia network settings (on a 5800)" href="http://nokiafanboy.com/2009/07/21/no-gateway-reply-solution-for-nokia-5800/">manually setting</a> IP address, DNS settings and tweaking router settings. All tried, all failed. I installed a nifty utility called <a title="Display network settings on your Nokia" href="http://my-symbian.com/s60v3/software/applications.php?fldAuto=297&amp;faq=4">IfInfo</a> that told me my phone’s network settings, and the router was <a title="getting the MAC address of your E71" href="http://discussions.europe.nokia.com/t5/Eseries-and-Communicators/MAC-Address-and-IP-Address-on-E71/td-p/408439">pretty sure it was there too</a>. I tried a utility called <a title="Nokia Device Status utility" href="http://betalabs.nokia.com/apps/nokia-device-status/download_and_installation">Nokia Device Status</a>, from the Beta Labs, but all I got was “Licence Expired”, so that was a waste of time.</p>
<p>More experiments showed that iplayer would run for a few minutes, then timeout with the Gateway error. Everything else on the LAN still happily connected to the internet. Interestingly, the E71 would then refuse to connect to the internet at all using any browser (tried opera plus the default), via the wireless router (Zyxel) or Wireless access points (Netgear).</p>
<p>One of the more promising avenues was installing a utility called <a title="HandyWi" href="http://discussions.europe.nokia.com/t5/Eseries-and-Communicators/HandyWi-APN-bug/td-p/643348">HandyWi</a>. This immediately got me connected and I thought my problems were solved. But then, after about 5 or 10 minutes the familiar Timeout and Gateway error messages. But I could still initiate new sessions, they just didn’t last very long. Which kinda suggests this might be something about the way the E71 default connectivity software doesn’t work. During all this I also reinstalled the firmware and restored from backup.</p>
<p>Curiously no-one has suggested climbing to the top of a very tall building and chucking the E71 out of a window, or placing it on a set of railway tracks, or hitting it many many many times with a very very very big hammer. My contract expires in a few months and I shall count the days until I can get rid of this wretched machine.</p>
<p>In the meantime, it’s <a title="Hard Reset of the E71" href="http://www.e71fanatics.com/2008/08/tip-do-hard-reset-on-your-e71-if-you.html">Big Red Switch</a> time. A factory reset, reinstall, then start again from a very early backup, and we shall see what we shall see.</p>
<p>Update: 10 Jan 2012</p>
<p>Hmmmm, interesting. I wiped and restarted from an old backup and the problem persisted. I tried using manual addressing instead of DHCP and the problem persisted. I gave up. And now, well, it’s working again. Someone, somewhere, is, as they say, having a laugh. I did wonder whether ‘something had changed’ at the BBC end given the <a href="http://www.allaboutsymbian.com/news/item/13939_Nokia_and_BBC_finally_resolve_.php" title="Nokia and BBC DRM issue">problems watching video on some smartphones</a>. It seems a bit unlikely, and wouldn’t explain the connectivity issues with my E71 and browsers. But it’s working for now, until it stops again. Ho hum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecedar.org.uk/?feed=rss2&#038;p=211</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
