<?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>pruperting &#187; How To</title>
	<atom:link href="http://www.prupert.co.uk/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prupert.co.uk</link>
	<description>putting the know back in technology</description>
	<lastBuildDate>Wed, 30 Jun 2010 11:27:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To Fix Synergy+ Problems in Ubuntu and Windows</title>
		<link>http://www.prupert.co.uk/2010/06/30/how-to-fix-synergy-problems-in-ubuntu-and-windows/</link>
		<comments>http://www.prupert.co.uk/2010/06/30/how-to-fix-synergy-problems-in-ubuntu-and-windows/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 10:30:03 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=375</guid>
		<description><![CDATA[I use the excellent Synergy+ program to share my mouse and keyboard between my Windows XP box and my Ubuntu Lucid box. However, since upgrading to Lucid, I was having all types of problems with the versions of synergy and synergy-plus in the repos (mainly around use of CAPS and Shift being permanently on). Upgrading [...]]]></description>
			<content:encoded><![CDATA[<p>I use the excellent <a title="Synergy Plus" href="http://code.google.com/p/synergy-plus/" target="_blank">Synergy+</a> program to share my mouse and keyboard between my Windows XP box and my Ubuntu Lucid box. However, since upgrading to Lucid, I was having all types of problems with the versions of synergy and synergy-plus in the repos (mainly around use of CAPS and Shift being permanently on). Upgrading to the latest nightly builds seem to have fixed this, but there were a few install issues that needed to be sorted. <img class="alignright size-full wp-image-376" title="logo" src="http://www.prupert.co.uk/wp-content/uploads/2010/06/logo.png" alt="" width="42" height="42" /></p>
<p>I got the .deb package for Ubuntu and the Windows installer from the Google Code hosted Synergy+ nightly build page, found <a title="Synergy Plus Nightly Builds" href="http://synergy-plus.org/packages/" target="_blank">here</a>. The .deb package installed with no problems, as did the Windows installer. However, the Windows program wouldn&#8217;t load, it had lots of missing .dlls errors.</p>
<p>The missing dlls are libgcc_s_dw2-1.dll, QtCore4.dll, QtGui4.dll and QtNetwork4.dll. A quick Google led me to loads of issues related to various QtXXXX4.dll problems that are seemingly mostly fixed by installing EA&#8217;s Download Manager (since most of the posters were having Sims3 issues (nice one EA!)) or some awful bloat-ware that claimed to scan your PC&#8217;s registry. Errr, no thanks to that, downloading random dlls is dangerous. So, I went to the source for the dlls; <a title="Qt" href="http://qt.nokia.com/products/" target="_blank">Qt from Nokia</a>. Download the most recent version (you don&#8217;t need the SDK) from <a title="Qt Download" href="http://qt.nokia.com/downloads" target="_blank">here</a> and choose LGPL and Qt: Framework only and install the package (it is rather huge at over 200MB, but hey ho).  Once installed, navigate to this folder &#8220;C:\Qt\4.6.3\bin&#8221; (the version number might be different if it gets updated, but just find the bin folder) and copy the four missing dlls to here: &#8220;C:\Program Files\Synergy+\bin&#8221; (the location &#8216;may&#8217; be different on Vista and Windows 7.</p>
<p>So, to recap. Copy:</p>
<p>libgcc_s_dw2-1.dll, QtCore4.dll, QtGui4.dll and QtNetwork4.dll</p>
<p>From &#8220;C:\Qt\4.6.3\bin&#8221;</p>
<p>To &#8220;C:\Program Files\Synergy+\bin&#8221;.</p>
<p>Finally, you can now run Synergy+, configure it if need be (though since I was running an older version of Synergy, my configs were already setup) and off you go. No more issue (hopefully:))!</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=375" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/06/30/how-to-fix-synergy-problems-in-ubuntu-and-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Configure Wireless / WiFi Networking in Ubuntu via the Command Line (CLI)</title>
		<link>http://www.prupert.co.uk/2010/06/25/how-to-configure-wireless-wifi-networking-in-ubuntu-via-the-command-line-cli/</link>
		<comments>http://www.prupert.co.uk/2010/06/25/how-to-configure-wireless-wifi-networking-in-ubuntu-via-the-command-line-cli/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:42:40 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=370</guid>
		<description><![CDATA[There are a number of tutorials available on-line for sorting out WiFi in Ubuntu via the CLI, but most of them seem quite outdated, so I decided to do my own. I did this on a minimal install of Ubuntu Lucid, so it is as up-to-date as possible. The PC I was using has no [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of <a title="Ubuntu HowTo" href="http://ubuntuforums.org/showthread.php?t=202834" target="_blank">tutorials </a>available on-line for sorting out WiFi in Ubuntu via the CLI, but most of them seem quite outdated, so I decided to do my own.</p>
<p>I did this on a minimal install of Ubuntu Lucid, so it is as up-to-date as possible. The PC I was using has no Windows Manager of Graphical Display Manager, just the good old terminal so all this is done via the CLI only. I did this using a USB WiFI dongle, but it should be the same whether you use an internal card or a USB card.</p>
<p>First, you need to install the relevant software. You need to have a wired connection at this point, otherwise this wont work.</p>
<p><code>sudo apt-get install wireless-tools wpasupplicant</code></p>
<p>If you are connecting to an open network, you wont need wpasupplicant. Next, to make sure your wireless device is working as it should issue:</p>
<p><code>iwconfig</code><br />
and then<br />
<code>sudo iwlist scan</code></p>
<p>This should show you some wireless networks as proof that the WiFi device is working, if something goes wrong here, then there is a problem with your device or driver and you need to get googling.</p>
<p>If you are accessing a secured network and you really should be, you need to access the correct version of your WiFi key. To get your key, issue this command:</p>
<p><code>wpa_passphrase YOURSSID YOURWIFIPASSWORD </code></p>
<p>This will result in something that looks like this:</p>
<p><code>network={<br />
ssid="YOURSSID"<br />
#psk="YOURWIFIPASSWORD"<br />
psk=fe727aa8b64ac9b3f54c72432da14faed933ea511ecab1 5bbc6c52e7522f709a<br />
} </code></p>
<p>You need to make a note of the long phrase after psk= (NOT #psk=) as this your WiFi password in hex format.</p>
<p>Next, you need to edit your interfaces file, so issue:</p>
<p><code>sudo nano /etc/network/interfaces</code></p>
<p>At the end of this file, you need to add your WiFi configuration. Here are the options you can add.</p>
<p>auto wlan0     #change this to the name of your WiFi interface<br />
iface wlan0 inet dhcp     #this is normally fine, if you want a static IP address replace &#8220;dhcp&#8221; with &#8220;static&#8221;<br />
netmask 255.255.255.0     #change this as appropriate for your network, this value is usually right<br />
gateway 192.168.1.1     #change this as appropriate for your network<br />
address 192.168.1.100     #only needed for a static IP address<br />
dns-nameservers 192.168.1.1     #only needed for a static IP address<br />
wpa-driver wext     #you shouldn&#8217;t need to change this<br />
wpa-ssid YOURSSID     #just type the name of your SSID here<br />
wpa-ap-scan 1     #if the name of your SSID is hidden usually, type 2 instead of 1<br />
wpa-proto WPA    #if you use WPA1 type WPA, if you use WPA2 type RSN<br />
wpa-pairwise CCMP     #if you use AES type CCMP, if you use TKIP type TKIP<br />
wpa-group CCMP     #if you use AES type CCMP, if you use TKIP type TKIP<br />
wpa-key-mgmt WPA-PSK     #usually WPA-PSK (if you share a key) but sometimes WPA-EAP (for enterprises)<br />
wpa-psk YOURHEXKEYFROMABOVE     #the hex key that you generated earlier</p>
<p>Thus, since I am using a WiFi card that is identified as wlan0 and am connecting to a WPA1 AES encrypted network called MYPLACE that isn&#8217;t hidden without a static IP address, this is what I added:</p>
<p><code><br />
auto wlan0<br />
iface wlan0 inet dhcp<br />
netmask 255.255.255.0<br />
gateway 192.168.1.1<br />
wpa-driver wext<br />
wpa-ssid MYPLACE<br />
wpa-ap-scan 1<br />
wpa-proto WPA<br />
wpa-pairwise CCMP<br />
wpa-group CCMP<br />
wpa-key-mgmt WPA-PSK<br />
wpa-psk 71c81a844973ae7bb1243141e5caa7b6bb0e2d7eetcetcetc</code></p>
<p>Finally, comment out the top section so it looks like this:<br />
<code><br />
#auto eth0<br />
#iface eth0 inet dhcp</code></p>
<p>This stops your wired network from working. This helps to ensure there are no conflicts. Remember, if you want your wired network to work again, remove these two comments (the #).</p>
<p>Finally, save the file by pressing CTRL and X and then pressing Y to save to the file. Now, reboot and your network should come up. Yay!</p>
<p>Some people have found that this doesn&#8217;t always work, so the next thing to do is to edit the configuration file for the wpasupplicant program. Do this by issuing:</p>
<p><code>sudo nano /etc/wpa_supplicant.conf</code></p>
<p>Basically, you add pretty much the same information here as you did to the interfaces file, except without the wpa- part. So, my file looks like this:</p>
<p><code><br />
ap_scan=1<br />
ctrl_interface=/var/run/wpa_supplicant<br />
network={<br />
ssid="MYPLACE"<br />
scan_ssid=0<br />
psk=71c81a844973ae7bb1243141e5caa7b6bb0e2d7eetcetcetc<br />
key_mgmt=WPA-PSK<br />
proto=WPA<br />
pairwise=CCMP<br />
group=CCMP<br />
}</code></p>
<p>As far as I am aware, the options are the same. So, edit this file as necessary, make sure you add the ctrl_interface and network={ at the beginning and the } part at the end. Save it and try restarting again. If it still doesn&#8217;t work, then kick your PC, wish you had installed Windows 7 instead and go off and do some Googling. You&#8217;ll find the answer on the Ubuntu forums and you&#8217;ll be happy again.</p>
<p>Best of luck!</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=370" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/06/25/how-to-configure-wireless-wifi-networking-in-ubuntu-via-the-command-line-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pimp Your Wii with Home Brew Apps</title>
		<link>http://www.prupert.co.uk/2010/04/14/pimp-your-wii-with-home-brew-apps/</link>
		<comments>http://www.prupert.co.uk/2010/04/14/pimp-your-wii-with-home-brew-apps/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:08:13 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=284</guid>
		<description><![CDATA[About a year ago, I hacked my Wii, installing the Home Brew Channel via the Twilight Hack (it made me buy the game, which is meant to be one of the best on the Wii, so it&#8217;s all good Nintendo &#8211; though I haven&#8217;t really got into the game &#8211; I hate the wide eyed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-286" title="wii" src="http://www.prupert.co.uk/wp-content/uploads/2010/04/wii-150x150.png" alt="" width="150" height="150" /></p>
<p>About a year ago, I hacked my Wii, installing the <a title="HBC" href="http://hbc.hackmii.com/" target="_blank">Home Brew Channel</a> via the Twilight  Hack (it made me buy the game, which is meant to be one of the best on  the Wii, so it&#8217;s all good Nintendo &#8211; though I haven&#8217;t really got into  the game &#8211; I hate the wide eyed characters, its just so clichéd).  However, I didn&#8217;t really find much use for it and let it die when the  Wii updated itself (incidentally, this is a risky thing to do because  depending on the version of the hack you installed and what you  installed afterwards, a Wii System Update can brick your Wii..).</p>
<p>Recently, after having too many sleepless nights with the baby, I decided I needed to hack something. In my internet travels I came across this program, <a href="http://usbloadergx.koureio.net/" target="_blank">USB Loader GX</a>, that allows you to backup your Wii Games to an external hard drive and load them all from one USB drive, no need to change discs any more. Now that sounds seriously cool.</p>
<p>So, following the rather detailed excellent <a title="Read Me" href="http://sites.google.com/site/usbloadergui/help/readmii" target="_blank">ReadMii</a> from USB Loader GX, I was able to re-install the hack, install the Home Brew Channel and then install the USB Loader GX program. A Word of Warning: Doing this invalidates your warranty and seriously risks turning your Wii into a fancy paperweight if you aren&#8217;t very careful. Also, do not use the Wii System Update function, since it might also brick your Wii, bear this in mind before proceeding. You can still access the Wii Network and the Shop after installing this hack, at least for the moment.</p>
<p>Essentially, the install process is:</p>
<ol>
<li>Use the Banner Bomb technique to install the Home Brew Channel (Home Brew software) via the HackMii installer.</li>
<li>Install various hacked and custom IOS (essentially Operating Systems) and cISO (custom OSs) on your Wii, giving Home Brew software greater access to your Wii.</li>
<li>Install USB Loader GX.</li>
<li>Prepare a USB hard drive to use (formatted either via Fat, NTFS or WBFS), I chose WBFS as I have loads of spare hard drives and it is the most flexible with the Wii.</li>
<li>Connect the hard drive to the Wii and load USB Loader GX.</li>
</ol>
<p><img class="alignleft size-medium wp-image-285" title="wii-usb-loader" src="http://www.prupert.co.uk/wp-content/uploads/2010/04/wii-usb-loader-300x225.png" alt="" width="300" height="225" />Once done, you then need to copy all yours games to your Hard Drive. I found that for some reason the Install function of USB Loader GX (where you copy the game to your hard drive) didn&#8217;t work for me. So, instead I used a tool called DVD Dumper, following the tutorial from <a href="http://sites.google.com/site/completesg/backup-launchers/iso/dumping-a-game" target="_blank">here</a>. That site actually contains lots of useful guides, I recommend it for a good background read. There is a version 1.3 of the DVD Dumping tool, but the dev has given up development and 1.2 seemed to work well, over WiFi anyway. Bear in mind it takes about 2.5 &#8211; 4 hours per disc, depending on the speed of your connection &#8211; shame Nintendo never added an Ethernet port really.</p>
<p>The process was pretty easy and basically goes like this:</p>
<ol>
<li>Load DVD Dumper via the Home Brew Channel.</li>
<li>Choose Network Dump and insert your disc.</li>
<li>On a computer, type your Wii&#8217;s IP Address in to FireFox (don&#8217;t use IE), your Wii&#8217;s IP Address is given to you on screen by the DVD Dumper program.</li>
<li>Click on the link to download the inserted game as an ISO and save the file.</li>
<li>Wait 3 hours and go do something good, go running, mow the lawn, vote Lib Dem.</li>
<li>Connect your already prepared USB hard drive to your computer and load <a title="Wii Backup Manager" href="http://gbatemp.net/index.php?showtopic=188295" target="_blank">WiiBackupManager</a>.</li>
<li>Copy your ISO from your computer to your hard drive using WiiBackupManager.</li>
<li>Connect your hard drive to your Wii, load USB Loader GX, highlight one of the new cover-less games, press 1 to choose to download the covers, let it do its stuff and finally you are good to go!</li>
</ol>
<p>It should be noted that this technique can also be used by naughty and bad people to download copies of games from the internet and play them, without paying for them. People, this is stealing. If you didn&#8217;t buy it, you have no right to use it or play it. I know these days most internet users feel it is their right to download stuff for free if they want, but, there is no way round it, this is stealing and is only harming the industry you love. Don&#8217;t do it. Please only use this program to backup games you already own to a hard drive (this in itself is probably illegal, but as I don&#8217;t share my games with anyone, I don&#8217;t think I am really doing anything wrong).</p>
<p>The Home Brew Channel also gives you access to loads more cool stuff as well. Simply follow this guide to download and install the <a title="HBB" href="http://sites.google.com/site/completesg/how-to-use/hbb" target="_blank">Home Brew Browser</a>. It allows you to browse, install and update all the cool stuff that people have written for use on the Wii, including old school game ports, media players (including the GeeXbox) and a load of other weird and wonderful stuff. Get stuck in and be the envy of all your boring Wii System Menu version 4.2 friends, so long as you don&#8217;t mess up along the way and end up with a nice white brick <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=284" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/04/14/pimp-your-wii-with-home-brew-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server Migration Complete</title>
		<link>http://www.prupert.co.uk/2010/02/11/server-migration-complete/</link>
		<comments>http://www.prupert.co.uk/2010/02/11/server-migration-complete/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:19:25 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Set up a blog]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=267</guid>
		<description><![CDATA[So, I am now hosting this site with JustHost.com as I got tired stressing about keeping my own server up and running and not being able to upgrade it and mess with it in case I mess anything up. Hopefully things will now be more reliable and I shall see if I can add any [...]]]></description>
			<content:encoded><![CDATA[<p>So, I am now hosting this site with JustHost.com as I got tired stressing about keeping my own server up and running and not being able to upgrade it and mess with it in case I mess anything up.</p>
<p>Hopefully things will now be more reliable and I shall see if I can add any more services.</p>
<p>If you want to use JustHost.com&#8217;s services, click the small advert below and I&#8217;ll earn $60 apparently!</p>
<p><a href="http://stats.justhost.com/track?c9c43e20028ab8b14a32cc61bd65202f2"><img src="http://affiliates.justhost.com/control/img/banners/justhost_UK120x60.gif" /></a></p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=267" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/02/11/server-migration-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Own Video Baby Monitor</title>
		<link>http://www.prupert.co.uk/2010/02/04/make-your-own-video-baby-monitor/</link>
		<comments>http://www.prupert.co.uk/2010/02/04/make-your-own-video-baby-monitor/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 22:39:10 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Baby]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=251</guid>
		<description><![CDATA[I&#8217;ve been quite quiet on the blog front lately, mostly because my Wifey is pregnant and we&#8217;ve only got one month to go! Being a through-and-through geek, I am always looking for ways to make my life easier or to do something cheaper through a clever technical hack and I plan to make my, my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been quite quiet on the blog front lately, mostly because my Wifey is pregnant and we&#8217;ve only got one month to go! Being a through-and-through geek, I am always looking for ways to make my life easier or to do something cheaper through a clever technical hack and I plan to make my, my Wife&#8217;s and my baby&#8217;s lives as easy as possible through the power of the geek!</p>
<p>One thing I planned to do was to make my own baby monitor, rather than dropping up to £150 on some pre-built device. I wanted to be able to see as well as hear my baby when it is asleep upstairs, but those devices are very expensive. I thus thought I would try to make my own device using things lying around the house already. It actually wasn&#8217;t too difficult in the end, but I was lucky that I had the right equipment lying around. The first and most important piece of equipment is a Webcam. There are loads of options out there, but I wanted to use one that didn&#8217;t need to be connected to a PC to use. I had a Dlink DCS-2120 IP Webcam, that can connect to a Wireless network and doesn&#8217;t need a PC to run, it perfectly suited my needs.</p>
<div id="attachment_253" class="wp-caption alignleft" style="width: 202px"><a href="http://www.prupert.co.uk/wp-content/uploads/2010/02/dlink.jpg"><img class="size-medium wp-image-253" title="Dlink DCS-2120" src="http://www.prupert.co.uk/wp-content/uploads/2010/02/dlink-192x300.jpg" alt="Dlink DCS-2120" width="192" height="300" /></a><p class="wp-caption-text">Dlink DCS-2120</p></div>
<p>The DCS-2120 includes some built-in features that are very useful, but I&#8217;ll mention that later. You can use other Webcams, even just simple USB versions, but you&#8217;ll need something to handle the video feed. If you don&#8217;t want to run a PC all the time, you could use something smaller, like a <a title="Fonera" href="http://wiki.fon.com/wiki/Fonera_2.0n" target="_blank">Fonera 2.0</a> router, that allows you to plug a USB Webcam.</p>
<p>So, next, you need a wireless network. Now, I didn&#8217;t want to carry around a huge router just to get this system up and running, because after all, this system should be portable enough to take to other people&#8217;s houses when we go travelling with the baby, so I chose to use the smallest WiFi router I could get my hands on. Luckily, I had one of the smallest routers already, a <a title="La Fonera" href="http://wiki.fon.com/wiki/La_Fonera" target="_blank">La Fonera</a>. I already had another La Fonera installed and connected to the excellent free WiFi-sharing <a title="La Fonera" href="http://www.fon.com/en/" target="_blank">FON</a> network, so I didn&#8217;t mind using this router for my own devices. Since the firmware (the software that runs on the router) that comes pre-installed on the router isn&#8217;t suitable for use as a normal router, I had to install (called flashing) some alternative Firmware. I chose to use <a title="DD-WRT" href="http://www.dd-wrt.com" target="_blank">DD-WRT</a>, since it is fully supported on the Fonera and is very flexible. I used the guide from <a title="My Fon Blog (not mine though)" href="http://myfonblog.blogspot.com/2008/08/hacking-la-fonera-part-1-dd-wrt.html" target="_blank">here</a> that had some very detailed instructions on how to install DD-WRT on the Fonera. I shall summarise it here:</p>
<ol>
<li>Enable SSH access to the Fonera using a special web page hack.</li>
<li>Enable the Redboot boot loader (allowing you load alternative firmware on the Fonera).</li>
<li>Copy over the DD-WRT firmware and flash it on the Fonera.</li>
</ol>
<p>It isn&#8217;t that simple, there are lots of steps involved, but the guide is very clear and easy to follow. Once I had DD-WRT installed, I now had a cool mini router, that I could then set-up to use with my IP Webcam.</p>
<div id="attachment_254" class="wp-caption alignright" style="width: 296px"><a href="http://www.prupert.co.uk/wp-content/uploads/2010/02/fon_la_fonera.jpg"><img class="size-medium wp-image-254" title="La Fonera" src="http://www.prupert.co.uk/wp-content/uploads/2010/02/fon_la_fonera-286x300.jpg" alt="La Fonera" width="286" height="300" /></a><p class="wp-caption-text">La Fonera</p></div>
<p>Finally, I had to figure out how to actually view the feed. I wanted both a portable and a static solution. The Webcam I was using provides a feed using the rtsp protocol, so I needed a video player that could handle the rtsp stream. For my portable solution, I decided to use my Nokia N82 mobile phone, that has built in WiFi and can run the Core Media Player, that supports rtsp streams. For my static solution, I decided to use my laptop, running VLC on Ubuntu Karmic. In fact, because the Webcam just sends out the stream, any client that can access the wireless network and can play an rtsp stream will work. So, I can view the stream on my Windows Desktop upstairs, using VLC, whilst my wife can view the same stream on her Ubuntu Karmic netttop downstairs (yes Jobsworth, nettops can be useful).</p>
<p>I set-up the Fonera router, so that it provided a WiFi network with the same name (SSID) and security credentials as my main WiFi network at home. Thus, the Webcam automatically connects to my WiFi network when at home and my phone connects to it automatically also. Then, if I take the baby elsewhere, the Fonera replicates the WiFi network, so as far as the Webcam and phone is concerned, it is connected to the same network (this is very useful, because, the only way to change the wireless connection on the Webcam is through a wired interface, which is a bit of a complicated pain).</p>
<p>The real advantage of using this set-up is that you can have as many clients connected as you want to the video feed. The Webcam features a powerful microphone, so you can hear as well as see that the baby is ok and finally, the DCS-2120 includes some handy additional features, including the ability to take a photo at set intervals and upload them to an FTP server. Thus, I will be able to create one of those cool time-lapse movies of my baby as it sleeps and grows over time. I also chose the Fonera, because you can connect alternative aerials to it, most noticeably the <a title="La Fontenna" href="http://wiki.fon.com/wiki/La_Fontenna" target="_blank">La Fontenna</a>, so this set-up should even work in my parent&#8217;s old house that has 12&#8243; thick solid stone walls.</p>
<p>Since this whole system is meant to allow me to check up on our baby whilst it sleeps, I wanted to make sure it doesn&#8217;t look quite so scary and also allow it to be quite versatile. I thus bought a little teddypig, put the Webcam inside and used a Gorillapod camera stand to keep the Webcam in place (and also so I could attach it to pretty much anything).</p>
<p>It might look a little freaky, but I think it looks much less scary than the Webcam on its own.</p>
<p>Finally, here is a quick movie of the WebPig in action, alongside my laptop and mobile phone, showing it all working. The Core Media Player isn&#8217;t the best app in the world, so the video feed on the phone occasionally breaks up, as the video shows, but in general, it works very well.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" 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/cEkDalRtBh4&amp;hl=en_GB&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/cEkDalRtBh4&amp;hl=en_GB&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div id="attachment_255" class="wp-caption alignleft" style="width: 310px"><a href="http://www.prupert.co.uk/wp-content/uploads/2010/02/040220101179.jpg"><img class="size-medium wp-image-255" title="The WebPig" src="http://www.prupert.co.uk/wp-content/uploads/2010/02/040220101179-300x225.jpg" alt="The WebPig" width="300" height="225" /></a><p class="wp-caption-text">The WebPig</p></div>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=251" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/02/04/make-your-own-video-baby-monitor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Automount a drive in Ubuntu</title>
		<link>http://www.prupert.co.uk/2010/01/14/automount-a-drive-in-ubuntu/</link>
		<comments>http://www.prupert.co.uk/2010/01/14/automount-a-drive-in-ubuntu/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 08:56:19 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=247</guid>
		<description><![CDATA[I wrote this as a post on XBMC forum, but I thought I should share the wealth. The following is a guide to automounting a drive in a minimal install of Ubuntu with no GUI or desktop, only CLI access. To manually get a minimal install of Ubuntu to auto-mount a USB drive at boot: [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this as a post on XBMC forum, but I thought I should share the wealth. The following is a guide to automounting a drive in a minimal install of Ubuntu with no GUI or desktop, only CLI access.</p>
<p>To manually get a minimal install of Ubuntu to auto-mount a USB drive at boot:</p>
<p>First off, you need command line access (also called The Terminal) to your installation and also you need to boot WITHOUT your USB drive connected. So, shutdown your box and then disconnect your USB drive. Now restart the box. Then, when XBMC has loaded, press Alt and F7 together, which should bring up a new Terminal screen with a log in.</p>
<p>Then log in using your username and password that you set up when you installed Ubuntu.</p>
<p>Next you need to type the following:</p>
<p><code>tail -f /var/log/syslog</code></p>
<p>This basically prints out the system log as it changes. Once you have typed this, plug in your USB drive. You should see a load of new stuff being printed in your terminal, this is the Ubuntu system recognising and loading your USB drive (though not mounting it). You should see something like this:</p>
<p><code><br />
Jan  8 13:13:34 xpuntu kernel: [ 1671.616121] usb 2-2: new high speed USB device using ehci_hcd and address 5<br />
Jan  8 13:13:34 xpuntu kernel: [ 1671.750917] usb 2-2: configuration #1 chosen from 1 choice<br />
Jan  8 13:13:34 xpuntu kernel: [ 1671.752477] scsi6 : SCSI emulation for USB Mass Storage devices<br />
Jan  8 13:13:34 xpuntu kernel: [ 1671.752815] usb-storage: device found at 5<br />
Jan  8 13:13:34 xpuntu kernel: [ 1671.752820] usb-storage: waiting for device to settle before scanning<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.753513] usb-storage: device scan complete<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.754606] scsi 6:0:0:0: Direct-Access     WDC WD16 00AABB-56PUA0    7H00 PQ: 0 ANSI: 2 CCS<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.755793] sd 6:0:0:0: Attached scsi generic sg2 type 0<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.756402] sd 6:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.757163] sd 6:0:0:0: [sdb] Write Protect is off<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.757171] sd 6:0:0:0: [sdb] Mode Sense: 00 38 00 00<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.757176] sd 6:0:0:0: [sdb] Assuming drive cache: write through<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.761108] sd 6:0:0:0: [sdb] Assuming drive cache: write through<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.761119]  sdb: sdb1<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.774572] sd 6:0:0:0: [sdb] Assuming drive cache: write through<br />
Jan  8 13:13:39 xpuntu kernel: [ 1676.774583] sd 6:0:0:0: [sdb] Attached SCSI disk</code></p>
<p>You want to look out for the reference to &#8220;[sd*]&#8220;, in my case it is [sdb]. This is the name that Ubuntu has given to your USB drive.</p>
<p>Next stop the tail command, so press:</p>
<p>Ctrl and C</p>
<p>This stops the tail command, then type the following:</p>
<p><code>sudo blkid</code></p>
<p>You will have to enter your password. This should give you something like the following:</p>
<p><code>/dev/sda1: UUID="1024B74F24B73696" TYPE="ntfs"<br />
/dev/sda5: UUID="015273a3-e1a8-4d53-867f-ffec83b3df60" TYPE="swap"<br />
/dev/sda6: UUID="50b2512a-4d07-4a83-860e-be608a5b2cb7" TYPE="ext4"<br />
/dev/sdb1: LABEL="" UUID="48D3-B1C9" TYPE="vfat"</code></p>
<p>What you see should be different from this. This basically lists all the drives attached to your system, alongside two important pieces of info, the drives UUID number and what the drive is formatted as. You need to find the reference to the &#8220;sd*&#8221; that you found out earlier, so in my case it is /dev/sdb1. Then, make a note of the UUID number and the TYPE as well, in my case it is vfat.</p>
<p>So, now we know where our USB drive is and what it is called.</p>
<p>Next, we want to tell Ubuntu to automount it each time it boots.</p>
<p>So, you need to edit the /etc/fstab file that tells Ubuntu what drives to mount at boot. Be careful here, don&#8217;t delete or change anything that is already in this file, since it will stop your device from booting. It is ok to add new stuff to this file however. To be safe, we shall make a backup of the /etc/fstab file, just incase we mess up. If we do mess up, simple copy this backup over the /etc/fstab file and reboot and everything will be back as we found it. So, to make a backup simple type:</p>
<p><code>sudo cp /etc/fstab /etc/fstabackup</code></p>
<p>This copies the /etc/fstab file to /etc/fstabackup, which we can use as a backup.</p>
<p>To edit the /etc/fstab file, you need to use the command line Text editor called Vi ([url]http://en.wikipedia.org/wiki/Vi[/url] and [url]http://www.cs.colostate.edu/helpdocs/vi.html[/url]) I would recommend reading about it first, since it is a bit of an arse to use in Terminal mode.</p>
<p>Start Vi to edit your file using:</p>
<p><code>sudo vi /etc/fstab</code></p>
<p>Use your arrow keys to move down to the very end of the file. Then press &#8220;a&#8221; to Append stuff to the end of the file. Press Return to start a new line and then type the following:</p>
<p><code>UUID=YOURUUIDNUMBERHERE /home/xbmc/usb vfat defaults 0 0</code></p>
<p>Add your own UUID number after the = and change the TYPE if yours wasn&#8217;t vfat. /home/xbmc/usb is where you will be mounting your USB drive, this can be anything you want, but to make your life easy, since XBMC defaults to showing your home directory in the file browser, put it under your home directory, so in my case, the main user on my box is xbmc, so I use /home/xbmc/usb.</p>
<p>Press Enter again after typing that, then press Escape, then press and hold Shift and press Z twice, this saves and exits Vi.</p>
<p>Next, you need to make the folder that the drive will be mounted in, so type:</p>
<p><code>mkdir /home/xbmc/usb</code></p>
<p>Replace /home/xbmc/usb with whatever you put in the /etc/fstab file earlier.</p>
<p>Finally, that is it. Hopefully, if all went well, you can now simply reboot, with your USB drive attached, and the drive will be found at /home/xbmc/usb which you can navigate to from XBMC.</p>
<p>Best of luck!!</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=247" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/01/14/automount-a-drive-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Backup Backup &#8211; Updated</title>
		<link>http://www.prupert.co.uk/2010/01/08/backup-backup-backup/</link>
		<comments>http://www.prupert.co.uk/2010/01/08/backup-backup-backup/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 10:31:15 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=243</guid>
		<description><![CDATA[So, my main storage drive failed yesterday. Admitedly I have been having problems with it over the past few months, with fsck throwing errors on reboot, but yesterday it totally died. One minute it was happily sharing my music out via samba, the next, everything had gone Luckily, I run a good backup solution, so [...]]]></description>
			<content:encoded><![CDATA[<p>So, my main storage drive failed yesterday. Admitedly I have been having problems with it over the past few months, with fsck throwing errors on reboot, but yesterday it totally died. One minute it was happily sharing my music out via samba, the next, everything had gone <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Luckily, I run a good <a title="backup with rsync" href="http://www.prupert.co.uk/2008/11/03/simple-backups-in-ubuntu/" target="_blank">backup </a>solution, so all I had to do was get myself a new drive (upgrading to 1TB in the process) and copy over my backed up files.</p>
<p>Simple, but if I wasn&#8217;t running my backup solution, I would have been screwed &#8211; bye bye to my music, photos and work files.</p>
<p>Thank you rsback and rsync&#8230;.</p>
<p>(Update)</p>
<p>What is even more awesome, is that since Linux regards everything as a file (so all drives are effectively referred to as files (via the UUID) in Linux (in my case Ubuntu)) swapping out a drive with a new one is very simple. I just updated /etc/fstab with the UUID of the new drive, and then copied over my backed up files to it.</p>
<p>As far as Ubuntu is now concerned, it is the same drive, now only bigger. So all my samba shares and rsync folders all work as before.</p>
<p>God I love Linux.</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=243" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/01/08/backup-backup-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythTV Recordings: Rename, Move and Delete From The Database</title>
		<link>http://www.prupert.co.uk/2009/11/12/mythtv-recordings-rename-move-and-delete-from-the-database/</link>
		<comments>http://www.prupert.co.uk/2009/11/12/mythtv-recordings-rename-move-and-delete-from-the-database/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:35:49 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[HTPC]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=216</guid>
		<description><![CDATA[So, I have been using MythTV for a while now and it is a.w.e.s.o.m.e.. However, I had one problem, since I transcode and store all my videos on my Ubuntu server and not my MythTV box (which is off most of the time via mythwelcome) I had to manually transfer recorded files to my Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>So, I have been using MythTV for a while now and it is a.w.e.s.o.m.e.. However, I had one problem, since I transcode and store all my videos on my Ubuntu server and not my MythTV box (which is off most of the time via mythwelcome) I had to manually transfer recorded files to my Ubuntu server via mythweb.</p>
<p>I thought this was a bit of a hokey solution, so I asked around if there was a script that allowed you to rename MythTV recordings (to a more human readable version), move them to another location and remove them from the MythTV database. There were some solutions out there, but they all involved the recorded files being kept in the MythTV database.</p>
<p><a href="http://www.prupert.co.uk/wp-content/uploads/2009/11/mythtv.png"><img class="alignleft size-full wp-image-217" title="mythtv" src="http://www.prupert.co.uk/wp-content/uploads/2009/11/mythtv.png" alt="mythtv" width="180" height="64" /></a></p>
<p>So, I wrote my own script. This script renames the MythTV files to a nice human understandable version using mythrename.pl, it then moves the recordings to a folder of your choice (in my case a mounted samba share on my server), it then uses myth.find_orphans.pl to delete the moved recordings from the mythTV database (I don&#8217;t know if it will still remember that these files were previously recorded so it doesn&#8217;t rerecord them or not, I guess time will tell).</p>
<p>So, without further ado, here is the script, in lovely Bash (the script is called mythtvremodel (mythtv REname MOve DELete, geddit?):</p>
<p><code><br />
#! /bin/sh<br />
### BEGIN INIT INFO<br />
# Provides: mythtvremodel<br />
# Required-Start:    $local_fs $syslog $remote_fs dbus<br />
# Required-Stop:     $local_fs $syslog $remote_fs<br />
# Default-Start:     2 3 4 5<br />
# Default-Stop:      0 1 6<br />
# Short-Description: rename, move delete recordings<br />
### END INIT INFO<br />
# script to rename files recorded from mythtv and then to move them and delete them<br />
#made by prupert.co.uk<br />
#creative commons licence, whichever is the most FREE (as in beer)</code><br />
<code><br />
#lets put in some variables so others can use this<br />
#location of log file, you can choose anything and any name<br />
log=/path/to/mythtvremodel.log<br />
#this is the full path to mythrename.pl<br />
mrename=/location/to/mythrename.pl<br />
#this is the full path to your recordings folder<br />
record=/var/www/mythweb/data/recordings/<br />
#this is the extension your recordings are stored as, usually mpg or nuv<br />
ext=mpg<br />
#this is the full path to where you want your files moved to<br />
dest=/path/to/folder/to/move/recordings/to/<br />
#this is the full path to myth.find_orphans.pl<br />
morphan=/path/to/myth.find_orphans.pl<br />
#mythtv database password for myth.find_orphans.pl<br />
pass=yourmythtvdatabasepassword</code><br />
<code><br />
# first, run mythtvrename to get nice names for the recordings<br />
echo starting mythtvremodel on `date "+%m/%d/%y %l:%M:%S %p"` &gt; $log<br />
perl $mrename --underscores --format %T-%S-%d%m%y &gt;&gt; $log<br />
# use find to search for all recorded files in the recording folder and move them to the TV folder<br />
find "$record" -name "*.$ext" &gt;&gt; $log<br />
find "$record" -name "*.$ext" -exec mv {} "$dest" \; &gt;&gt; $log<br />
# use mythorphan to remove the now missing recorded files from the database<br />
perl $morphan --pass=$pass --dodbdelete &gt;&gt; $log<br />
#that should be it<br />
echo stopping mythtvremodel on `date "+%m/%d/%y %l:%M:%S %p"` &gt;&gt; $log<br />
exit 0</code></p>
<p>And there you have it. Now, since I run mythbuntu, I have put this script in /etc/rc0.d (thats rc zero . d) and have named it K03mythtvremodel, thus it is run when my system shuts down, but before all the samba shares and drives are unmounted. As I said, since I use mythwelcome to shutdown my machine when idle, this seemed like the best solution.</p>
<p>Hope it helps someone!</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=216" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2009/11/12/mythtv-recordings-rename-move-and-delete-from-the-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MediaCenter: PS3 No, XBMC YES!</title>
		<link>http://www.prupert.co.uk/2009/11/11/media-centers-ps3-no-xbmc-yes/</link>
		<comments>http://www.prupert.co.uk/2009/11/11/media-centers-ps3-no-xbmc-yes/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:18:52 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[HTPC]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=209</guid>
		<description><![CDATA[So, for many months I have been slaving away with my PS3 and server, getting Mediatomb to work well and finding a setting for ffmpeg that my PS3 will like. What a waste of time!! The fact that the PS3 only supports UPnP or locally stored videos is a joke, I mean, come on Sony, [...]]]></description>
			<content:encoded><![CDATA[<p>So, for many months I have been slaving away with my PS3 and server, getting Mediatomb to work well and finding a setting for ffmpeg that my PS3 will like. What a waste of time!!</p>
<p>The fact that the PS3 only supports UPnP or locally stored videos is a joke, I mean, come on Sony, Windows Shares are where it is at. Mediatomb is great at what it does, but the interface of any UPnP device is just SO horrible.</p>
<p><a href="http://www.prupert.co.uk/wp-content/uploads/2009/11/aeon_home_watchmen.jpg"><img class="alignleft size-medium wp-image-212" title="aeon_home_watchmen" src="http://www.prupert.co.uk/wp-content/uploads/2009/11/aeon_home_watchmen-300x168.jpg" alt="aeon_home_watchmen" width="300" height="168" /></a></p>
<p>However, the interface on <a href="http://xbmc.org/"></a><a title="XBMC BABY" href="http://xbmc.org/" target="_blank">XBMC</a> is just liquid gold, that can be further customised via skins like <a title="Aeon skin" href="http://www.aeonproject.com/" target="_blank">Aeon</a> or <a title="Mediastream skin" href="http://teamrazorfish.co.uk/mediastream.html" target="_blank">Mediastream</a>. Both look truly beautiful and put the PS3 to shame. I would dearly love to run XBMC on my old Xbox, but sadly it just hasn&#8217;t got the processing power to play my .x264 encoded mp4 videos, so I will use it just as my Music player (still using XBMC on it though). Thus my HTPC, which primarily runs MythTV will now also be used to view my videos via XBMC. It seems rediculous to me that a machine as powerful as the PS3 comes with such an ugly and limited Media Player interface as the UPnP protocol. I guess because Sony are shortly to release Video Store to stream and download Videos, they want that to be the main way PS3 users access videos, and not ones they already own. At the end of the day, it is all about new revenue streams <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Still, all I can say is that XBMC rules, and I wish I had an Acer <a title="Acer Revo BABY!!" href="http://www.acer.co.uk/acer/productv.do?LanguageISOCtxParam=en&amp;kcond61e.c2att101=68913&amp;sp=page16e&amp;ctx2.c2att1=17&amp;link=ln438e&amp;CountryISOCtxParam=UK&amp;ctx1g.c2att92=242&amp;ctx1.att21k=1&amp;CRC=2669969291" target="_blank">Revo </a>with the new Nvidea Ion platform to truly appreciate the full power of XBMC without worrying about messing up my MythTV set-up <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=209" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2009/11/11/media-centers-ps3-no-xbmc-yes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix the Dell Mini 10v Touchpad</title>
		<link>http://www.prupert.co.uk/2009/10/16/fix-the-dell-mini-10v-touchpad/</link>
		<comments>http://www.prupert.co.uk/2009/10/16/fix-the-dell-mini-10v-touchpad/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 11:29:39 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[mini10v]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=204</guid>
		<description><![CDATA[So, my lovely Wife recently got a rather cute Dell Mini 10v. It comes with a horribly stripped down version of Ubuntu 8.04 from Dell pre-installed. Luckily, however, that can be ripped out and a nice new install of 9.04 can take its place and it all works wonderfully&#8230;.except the touchpad. To save space, Dell [...]]]></description>
			<content:encoded><![CDATA[<p>So, my lovely Wife recently got a rather cute <a title="Dell's Site" href="http://www.dell.co.uk/mini" target="_blank">Dell Mini 10v</a>.</p>
<p><a href="http://www.prupert.co.uk/wp-content/uploads/2009/10/dell_mini_10v2.jpg"><img class="alignleft size-medium wp-image-205" title="dell_mini_10v2" src="http://www.prupert.co.uk/wp-content/uploads/2009/10/dell_mini_10v2-300x300.jpg" alt="dell_mini_10v2" width="300" height="300" /></a>It comes with a horribly stripped down version of Ubuntu 8.04 from Dell pre-installed. Luckily, however, that can be ripped out and a nice new install of 9.04 can take its place and it all works wonderfully&#8230;.except the touchpad. To save space, Dell has used a horrible touchpad that integrates the two left and right mouse buttons into the touchpad itself, so when you go to click on something, you actualy end up moving the mouse at the same time. I was amazed that no one mentioned this in any of the reviews about the mini 10v, I guess everyone was embarrassed since they thought it was just them and they had fat fingers! Luckily, the Open Source Ubuntu community being what it is, there is a fix out there.</p>
<p>If you follow <a title="Ubuntu Forum Saves The Day" href="http://ubuntuforums.org/showthread.php?t=1270382" target="_blank">this post</a> there is a clear step-by-step guide telling you how to download some specialised drivers for the touchpad that disable the lower portion of the touchpad, so that it works just as a left and right mouse button and not as part of the touchpad. THANK YOU. My Wife was getting ready to throw her netbook out the window until I found that fix. Be warned though, it only works on the 9.04 (and hopefully later) versions of Ubuntu and not on the version of Ubuntu that comes pre-installed, so you will have to install a new normal version of Ubuntu from their website first (though this is a simple process). I hope this helps some one else and allows them to love their Mini 10v, not hate it!</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=204" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2009/10/16/fix-the-dell-mini-10v-touchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
