<?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>The Rhyme of Sim' &#187; Technology</title>
	<atom:link href="http://www.simonhampel.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonhampel.com</link>
	<description>Sim' Hampel (aka Simon Hampel)</description>
	<lastBuildDate>Sun, 18 Dec 2011 23:38:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to delete a Windows volume mount point for an invalid drive</title>
		<link>http://www.simonhampel.com/how-to-delete-a-windows-volume-mount-point-for-an-invalid-drive/</link>
		<comments>http://www.simonhampel.com/how-to-delete-a-windows-volume-mount-point-for-an-invalid-drive/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 23:19:56 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=19856</guid>
		<description><![CDATA[When I rebuilt my server earlier this year to run Windows 7 (rather than Windows Home Server), I decided to use Windows mount points to expand the storage rather than using separate drive letters or something like RAID to span disks. The structure I use is similar to this: C:\   - Backup   - [...]]]></description>
			<content:encoded><![CDATA[<p>When I rebuilt my server earlier this year to run Windows 7 (rather than Windows Home Server), I decided to use Windows mount points to expand the storage rather than using separate drive letters or something like RAID to span disks.</p>
<p>The structure I use is similar to this:</p>
<pre>C:\
  - Backup
    - <span style="text-decoration: underline;"><strong>PCBackups</strong></span>
      - <span style="text-decoration: underline;"><strong>T510</strong></span>
      - T60
      - Server
    - <span style="text-decoration: underline;"><strong>Photos</strong></span>
    - <span style="text-decoration: underline;"><strong>Video</strong></span>
- Data
    - <span style="text-decoration: underline;"><strong>Photos</strong></span>
    - <span style="text-decoration: underline;"><strong>Video</strong></span></pre>
<p>Each bold entry is a mount point &#8211; an empty directory on my C: drive to which I &#8220;mount&#8221; an external drive (using Windows Disk Management). So every bold entry above corresponds to a separate hard drive (indeed, it could relate to a specific partition on a drive with multiple partitions). Yes, I have a lot of hard drives in my server.</p>
<p>This means that, rather than accessing an additional drive in my server using a new drive letter, I can instead access it through a path such as C:\Data\Photos.</p>
<p>This gives incredible flexibility to add and remove drives &#8211; since you can easily change mount points, or use a new drive at a mount point if you run out of space. Any empty folder can be used as a mount point.</p>
<p>An example of this flexibility is from my PCBackups folder, where I store backup archives from my various laptops and computers. I created the C:\Backup\PCBackups folder on my system drive, then mounted a large hard drive at this point to give me plenty of space to store my backups. However, over time I eventually filled this drive and needed to expand the capacity. My laptop backups were taking the most space, so I renamed my laptop backup directory temporarily (C:\Backup\PCBackups\_T510), created a new empty folder (C:\Backup\PCBackups\T510) and then mounted another new drive at this point, greatly increasing the capacity of my PCBackups folder. I moved all the old T510 backups into the new folder, which moved them to the new drive, also freeing up space on the existing drive for other backups at the same time.</p>
<p>One of the nice things about this structure is that Windows remembers the mount points, so if you remove a drive temporarily &#8211; it will automatically remount the drive when it is reconnected.</p>
<p>The downside of this is that if your drive dies, or you remove it and use it else-where, the folder where the drive was mounted is not available for mounting of a new drive because Windows is still looking for the old drive to mount there.</p>
<p>Unfortunately, Windows Disk Management doesn&#8217;t give you any way of dealing with this &#8211; I had a drive die, but could not mount a replacement drive in its place because Windows was reserving that mount point for the old drive. I couldn&#8217;t connect the old drive to remove the mount point, because Windows no longer recognised the dead drive.</p>
<p>A bit of Googling found a simple solution &#8211; there is a command line tool (at least in Windows 7 &#8211; not sure about earlier versions), called &#8220;mountvol&#8221;, which allows you to manage volume mount points.</p>
<p>Using a command prompt running as Administrator (Start &gt; All Programs &gt; Accessories &gt; right-click on Command Prompt and select &#8220;Run as administrator&#8221;), I was able to use the &#8220;/d&#8221; switch to remove a volume mount point from the folder where the dead drive was previously mounted, and then re-create the mount point for the replacement drive using Windows Disk Management. Easy as.</p>
<p>There are <a title="Mountvol" href="http://technet.microsoft.com/en-us/library/cc772671(WS.10).aspx" target="_blank">instructions on how to use Mountvol</a> on the Microsoft TechNet site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-delete-a-windows-volume-mount-point-for-an-invalid-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure PEAR for Zend Server Community Edition on Windows 7</title>
		<link>http://www.simonhampel.com/how-to-configure-pear-for-zend-server-community-edition-on-windows-7/</link>
		<comments>http://www.simonhampel.com/how-to-configure-pear-for-zend-server-community-edition-on-windows-7/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 00:17:24 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=19060</guid>
		<description><![CDATA[I decided to try running Zend Server CE (PHP v5.3) for my local development environment on my Windows 7 (64-bit) machine. After discovering that I needed to explicitly choose to install MySQL and phpMyAdmin (simply fixed by running the installer again and modifying the installation), I found that the PEAR libraries some of my existing [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to try running Zend Server CE (PHP v5.3) for my local development environment on my Windows 7 (64-bit) machine.</p>
<p>After discovering that I needed to explicitly choose to install MySQL and phpMyAdmin (simply fixed by running the installer again and modifying the installation), I found that the PEAR libraries some of my existing code relied on, was missing.</p>
<p>After a bit of research, I learned that I needed to run the PEAR installer:</p>
<pre>C:\Program Files (x86)\Zend\ZendServer\bin\go-pear.bat</pre>
<p>&#8230; however, this resulted in some very confusing error messages:</p>
<pre>phar "C:\Program Files (x86)\Zend\ZendServer\bin\PEAR\go-pear.phar" does not have a signature
PHP Warning:  require_once(phar://go-pear.phar/index.php): failed to open stream: phar error: 
invalid url or non-existent phar "phar://go-pear.phar/index.php" in
C:\Program Files (x86)\Zend\ZendServer\bin\PEAR\go-pear.phar on line 1236</pre>
<p>After a bit more Googling, I finally came across a suggestion on the PEAR blog: <a href="http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/">PHP 5.3 Windows and PEAR (go-pear.phar) | PEAR Blog</a></p>
<p>I ran the following command from the PEAR directory, which worked:</p>
<pre>C:\Program Files (x86)\Zend\ZendServer\bin\PEAR&gt;php -d phar.require_hash=0 go-pear.phar</pre>
<p>&#8230; all that was then required was to follow the instructions (I needed to enter the path to the CLI php.exe, which is C:\Program Files (x86)\Zend\ZendServer\bin), and it worked.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-configure-pear-for-zend-server-community-edition-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert scheduled tasks from Windows XP to Windows 7</title>
		<link>http://www.simonhampel.com/how-to-convert-scheduled-tasks-from-windows-xp-to-windows-7/</link>
		<comments>http://www.simonhampel.com/how-to-convert-scheduled-tasks-from-windows-xp-to-windows-7/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 20:05:19 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=16381</guid>
		<description><![CDATA[When I decommissioned my Windows Home Server recently, I decided to replace it with Windows 7. However, I had over 20 scheduled tasks running on the WHS box to do things like back up my websites and backup files on the server and such. I wanted to recreate these scheduled tasks on the new Windows [...]]]></description>
			<content:encoded><![CDATA[<p>When I decommissioned my Windows Home Server recently, I decided to replace it with Windows 7. However, I had over 20 scheduled tasks running on the WHS box to do things like back up my websites and backup files on the server and such.</p>
<p>I wanted to recreate these scheduled tasks on the new Windows 7 install, but discovered that Microsoft had changed the format for scheduled tasks in Win7 and provided no mechanism for importing the old .job files from Windows XP / Windows 2003. Windows 7 now uses XML files for import and exporting task definitions &#8211; but no conversion tool from the old .job format.</p>
<p>I really didn&#8217;t want to be spending the time manually recreating all of these tasks, but a bit of Google research found a possible solution involving remote invocation of the <em>schtasks</em> command line tool. Here&#8217;s what I did.</p>
<p>The first issue was that I had already decommissioned the WHS install, although I did save the C &amp; D partitions on the system drive so I could have theoretically booted it up again. However, I had already changed some of the machine&#8217;s hardware (new MoBo, new SATA controller, etc), so that was always going to be a last resort and fraught with potential boot-up issues.</p>
<p>Fortunately I still had an old laptop running Windows XP, so I was able to copy the .job files I had backed up from the WHS box over to the XP machine and have them recognised by Task Scheduler there.</p>
<p>Next, I ran the following command on my Windows 7 laptop from an &#8220;elevated&#8221; command prompt (Start -&gt; All Programs -&gt; Accessories -&gt; right mouse click on &#8220;Command Prompt&#8221; and select &#8220;Run as administrator&#8221;):</p>
<p><strong>schtasks /Query /S </strong><em>remote_computer_name</em><strong> /U </strong><em>remote_username</em><strong> /P </strong><em>remote_password</em><strong> /XML &gt; </strong><em>output_file.xml</em></p>
<p>&#8230; where the &#8220;remote_computer_name&#8221; was the name of my Windows XP machine, and &#8220;remote_username&#8221; and &#8220;remote_password&#8221; were for a valid administration user on that machine.</p>
<p>This command tells the remote machine to dump a list of all parameters for all scheduled tasks and send it to my console and the /XML flag tells the Windows 7 box to convert that information to the new XML format, and then I piped the output to a new file, &#8220;output_file.xml&#8221;.</p>
<p>The output was a concatenated list of all XML task data (which itself is not a valid file to import into Windows 7 task scheduler), so I used a text editor to copy and paste the individual tasks that I wanted to recreate and then used the &#8220;import&#8221; feature in Windows 7 task scheduler to import the new task. I believe there is a flag you can set to have the combined output XML for all the tasks  be valid to import directly, but I didn&#8217;t try that, preferring to manually select which of the tasks to import and doing them one at a time so I could then check the settings each time.</p>
<p>There are a plethora of new features and settings in Windows 7 task scheduler, so it does pay to verify and tweak any settings after importing them. I really am quite impressed with the new functionality in Windows 7 task scheduler!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-convert-scheduled-tasks-from-windows-xp-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to turn on/off Keyboard NumLock on bootup in Windows</title>
		<link>http://www.simonhampel.com/how-to-turn-onoff-keyboard-numlock-on-bootup-in-windows/</link>
		<comments>http://www.simonhampel.com/how-to-turn-onoff-keyboard-numlock-on-bootup-in-windows/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 05:31:42 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=16375</guid>
		<description><![CDATA[I recently rebuilt my home server machine to run Windows 7. I attached my ThinkPad USB Keyboard with TrackPoint to the machine (love these keyboards &#8211; the feel and usability of a ThinkPad keyboard on a desktop!!), but after setup, I found that I was having difficulty logging in with the username and password I [...]]]></description>
			<content:encoded><![CDATA[<p>I recently rebuilt my home server machine to run Windows 7.</p>
<p>I attached my ThinkPad USB Keyboard with TrackPoint to the machine (love these keyboards &#8211; the feel and usability of a ThinkPad keyboard on a desktop!!), but after setup, I found that I was having difficulty logging in with the username and password I had specified.</p>
<p>I did also notice at one point that I was getting strange characters when I typed, which I quickly realised was the NumLock on the keyboard being activated. Unfortunately, there is no NumLock indicator light on the keyboard (designed to be used with a ThinkPad, which displays NumLock status on the screen), so I couldn&#8217;t tell whether it was active or not.</p>
<p>A bit of experimentation at login and I found that the NumLock was being enabled by default on my new box &#8211; and a search of the BIOS settings didn&#8217;t turn up any options there for disabling it.</p>
<p>A quick Google search found some discussions about the issue, which identified a registry setting you can set to adjust this.</p>
<p>Steps to adjust:</p>
<p>A) run regedit</p>
<p>B) navigate to: <strong>HKEY_USERS\.Default\Control Panel\Keyboard</strong></p>
<p>C) Adjust the value of <strong>InitialKeyboardIndicators</strong> to one of the following values:</p>
<p><strong>0</strong> &#8211; Turn all indicators Off (NumLock, CapsLock, ScrollLock)<br />
<strong>1</strong> &#8211; Turn CapsLock On<br />
<strong>2</strong> &#8211; Turn NumLock On<br />
<strong>3</strong> &#8211; Turn CapsLock and NumLock On<br />
<strong>4</strong> &#8211; Turn ScrollLock On<br />
<strong>5</strong> &#8211; Turn CapsLock and ScrollLock On<br />
<strong>6</strong> &#8211; Turn NumLock and ScrollLock On<br />
<strong>7</strong> &#8211; Turn all indicators On (NumLock, CapsLock, ScrollLock)</p>
<p>D) reboot</p>
<p>In my case, the registry entry was set to some high value, which seems to have triggered NumLock on. I reset it to 0 and it now works as expected &#8211; no NumLock at bootup.</p>
<p>Note that this entry can also be set on a per-user basis.</p>
<p>References:</p>
<ul>
<li><a href="http://social.answers.microsoft.com/Forums/en-US/w7hardware/thread/7b48ae6f-fa9c-4bc2-8359-81e0c5e5d6a2">Want to set &#8216;num lock&#8217; to be on and active at Windows 7 Log-in screen on new HP G60-530US laptop</a></li>
<li><a href="http://support.microsoft.com/kb/154529">How do I enable the NUM LOCK key for the logon screen?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-turn-onoff-keyboard-numlock-on-bootup-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NodeMobile Huawei E169 Error: &#8220;the device has been disconnected or is unavailable&#8221;</title>
		<link>http://www.simonhampel.com/nodemobile-huawei-e169-error-the-device-has-been-disconnected-or-is-unavailable/</link>
		<comments>http://www.simonhampel.com/nodemobile-huawei-e169-error-the-device-has-been-disconnected-or-is-unavailable/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 13:41:26 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=16083</guid>
		<description><![CDATA[I&#8217;ve been using a Huawei E169 3G stick on my laptop to access Internode&#8217;s NodeMobile wireless broadband services for a while now. The other day I got an error saying &#8220;the device has been disconnected or is unavailable&#8221;. I&#8217;ve seen this error before, sometimes the USB port gets a bit confused and unplugging and re-plugging [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using a Huawei E169 3G stick on my laptop to access Internode&#8217;s NodeMobile wireless broadband services for a while now. The other day I got an error saying &#8220;the device has been disconnected or is unavailable&#8221;.</p>
<p>I&#8217;ve seen this error before, sometimes the USB port gets a bit confused and unplugging and re-plugging the device, or moving it to a new USB port. I have also occasionally had to reboot the machine to get it working.</p>
<p>This time it just wouldn&#8217;t work &#8211; I rebooted several times, tried a few different things, but could not make it recognise the device.</p>
<p>I Googled the error message and came up with a blog from China: <a href="http://three.huangyuxiang.org/2009/05/huawei-e169g-device-has-been.html">Huawei E169G the device has been disconnected or is unavailable error</a> &#8230; which gave me some other ideas to try &#8211; specifically, reloading the drivers.</p>
<p>I found the drivers for my device in C:\Program Files\Wireless Broadband\Driver &#8230; I ran the DriverSetup.exe program and then tried again and it worked.</p>
<p>Hopefully this post helps someone else if they have problems with their Huawei E169 stick too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/nodemobile-huawei-e169-error-the-device-has-been-disconnected-or-is-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set-top box fried</title>
		<link>http://www.simonhampel.com/set-top-box-fried/</link>
		<comments>http://www.simonhampel.com/set-top-box-fried/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 02:16:52 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/set-top-box-fried/</guid>
		<description><![CDATA[Bit of a drama earlier in the week &#8211; our digital set-top box got fried by its own power supply. I have a Topfield TF5000PVRtMPB (5000 Masterpiece) digital set top box and PVR, and apparently this model has a known problem where the power supply sometimes puts out a much higher voltage than it is [...]]]></description>
			<content:encoded><![CDATA[<p>Bit of a drama earlier in the week &#8211; our digital set-top box got fried by its own power supply.</p>
<p>I have a Topfield TF5000PVRtMPB (5000 Masterpiece) digital set top box and PVR, and apparently this model has a known problem where the power supply sometimes puts out a much higher voltage than it is supposed to (not sure why). This will on occasions cause some components on the motherboard to be damaged&nbsp;- in my case, it fried the digital tuners. The symptoms were that when I went to upgrade the firmware I could no longer scan for new channels &#8211; it simply didn&#8217;t find anything because the tuners no longer worked.</p>
<p>I&nbsp;called Topfield, they suggested I bring it in so they could check for me what the problem was and give me a quote on repairing it.&nbsp;They are only over in Lidcome, so I drove over that afternoon.</p>
<p>They confirmed the fault and offered to replace the motherboard and the powersupply &#8211; which they did in about 15 minutes and charged me $220 for including labour. Given that it would cost me around $500 to buy a replacement for it &#8211; I thought it was worth spending the money to repair it.</p>
<p>The only problem now I have is that there is a known bug with the version of the firmware I&#8217;m using where it sometimes fails to fire the timers for recording shows. I&#8217;ve already had problems with this once (very annoying &#8211; I missed the final of Scrapheap Challenge on ABC2) &#8211; so I&#8217;ve uploaded a hacked version of the firmware which may (or may not) help with this bug &#8211; I&#8217;ll have to keep a close eye on things to make sure all the timers are working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/set-top-box-fried/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thecus just keeps running</title>
		<link>http://www.simonhampel.com/thecus-just-keeps-running/</link>
		<comments>http://www.simonhampel.com/thecus-just-keeps-running/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 22:03:46 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/thecus-just-keeps-running/</guid>
		<description><![CDATA[I have a couple of Thecus N2100 NAS boxes (Network Attached Storage), which I use for bulk data storage and backup purposes. They are basically just hard drive enclosures with a built in computer to handle file serving requirements &#8211; not much larger than two 3.5&#8243; hard drives. They have two drives so you can [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding: 0 0 5px 5px;"><img src="http://www.thecus.com/upload/index_img_1.jpg" alt="Thecus N2100" /></div>
<p> I have a couple of Thecus N2100 NAS boxes (Network Attached Storage), which I use for bulk data storage and backup purposes. They are basically just hard drive enclosures with a built in computer to handle file serving requirements &#8211; not much larger than two 3.5&#8243; hard drives. They have two drives so you can either run them as one large drive (or just a bunch of drives), or you can run them in RAID mode which mirrors the two drives &#8211; if one drive fails, you have a duplicate of the data and can recover (naturally, if both drives fail at the same time, you still lose everything &#8211; which is why backups are still important). They also have gigabit ethernet, so it&#8217;s very fast to transfer large files around &#8211; but only if you have a gigabit switch to connect all your devices!</p>
<p>I have two of these drives &#8211; and one of them (my backup drive) has now been running for over 450 days non-stop.</p>
<div style="text-align: center;"><img src="/images/products/thecus.png" alt="Thecus N2100 - online for 450 days" /></div>
<p>I only mention this because I plan on shutting them down while we&#8217;re away &#8211; no point running automated backups when there&#8217;s nothing to back up. I would normally leave the drives and my backup server running (the backup server also controls my digital set top box PVR), but I figure it&#8217;s a bit too long to leave them unattended &#8211; and I don&#8217;t want to risk electrical problems causing a fire (not that would I expect this to happen). </p>
<p>The fact that I&#8217;m also taking my backup server with me when we go away isn&#8217;t actually all that relevant &#8230; in reality my backup server is a &#8220;virtual&#8221; server. I have my T41 ThinkPad running VMware Server &#8211; with the VMware image stored on network backup drive. I could easily install the VMware Server software on one of my other machines and then just fire up the VMware image across the network and my backup server would be running again &#8230; but I don&#8217;t want to leave any of my other machines running either &#8211; so I&#8217;ll just shut them all down.</p>
<p>It&#8217;s a pity I won&#8217;t get to see how long I can leave the drive running without requiring a reboot!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/thecus-just-keeps-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Withdrawal symptoms</title>
		<link>http://www.simonhampel.com/withdrawal-symptoms/</link>
		<comments>http://www.simonhampel.com/withdrawal-symptoms/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 10:10:27 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/withdrawal-symptoms/</guid>
		<description><![CDATA[Having major withdrawal symptoms at the moment &#8211; a Telstra tech cut our phone line yesterday afternoon while in the process of trying to fix a long running problem with our next-door neighbours phone lines. Unfortunately he couldn&#8217;t fix ours &#8211; we now have the same problem our neighbours do. Apparently we share the same [...]]]></description>
			<content:encoded><![CDATA[<p>Having major withdrawal symptoms at the moment &#8211; a Telstra tech cut our phone line yesterday afternoon while in the process of trying to fix a long running problem with our next-door neighbours phone lines. Unfortunately he couldn&#8217;t fix ours &#8211; we now have the same problem our neighbours do. Apparently we share the same cabling up until it almost reaches our house &#8230; it is all very old and brittle, and has broken.</p>
<p>I&#8217;m currently sitting in the car park of McDonalds in Cremorne using their Telstra WiFi hotspot &#8211; but only because Gloria Jeans in Crows Nest only has free WiFi until 7pm. I might have to go in there tomorrow and use it for a while.</p>
<p>It was supposed to be a busy week getting things finished before Christmas &#8211; but I can&#8217;t get any work done without a phone line or internet connection!! I would buy a wireless broadband card, but it&#8217;s way too expensive to justify for the rare occasions I would use it.</p>
<p>Telstra have promised the line will be fixed by midnight Thurday at the latest &#8230; aarrrgghh&nbsp;&#8230; 3+ days without connectivity &#8211; how am I supposed to run a business like that ?????</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/withdrawal-symptoms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up an external widescreen LCD monitor with an IBM ThinkPad</title>
		<link>http://www.simonhampel.com/how-to-set-up-an-external-widescreen-lcd-monitor-with-an-ibm-thinkpad/</link>
		<comments>http://www.simonhampel.com/how-to-set-up-an-external-widescreen-lcd-monitor-with-an-ibm-thinkpad/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 12:47:29 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/how-to-set-up-an-external-widescreen-lcd-monitor-with-an-ibm-thinkpad/</guid>
		<description><![CDATA[download latest video drivers from ATI download DriverHeaven&#8217;s DH Mobility Modder.net&#160;tool and follow the instructions (as summarised here) uninstall current drivers supplied by IBM / Lenovo install new drivers &#8211; this step will most likely fail, but should at least copy the driver files to the computer unzip Mobility Modder zip file and run the [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li> download latest <a href="http://ati.amd.com/support/driver.html" target="_blank">video drivers from ATI</a> </li>
<li> download DriverHeaven&#8217;s <a href="http://www.driverheaven.net/modtool/" target="_blank">DH Mobility Modder.net</a>&nbsp;tool and follow the instructions (as summarised here)</li>
<li> uninstall current drivers supplied by IBM / Lenovo</li>
<li> install new drivers &#8211; this step will most likely fail, but should at least copy the driver files to the computer</li>
<li> unzip Mobility Modder zip file and run the MobilityDotNET.exe file</li>
<li> point the modder tool at the directory where the drivers were installed and let the tool do its magic</li>
<li> run the video driver setup program &#8211; it should now work and install the drivers!</li>
<li> you might need to install the monitor definition files that came with your external screen as well</li>
</ol>
<p>The only thing I haven&#8217;t got working yet is to get IBM&#8217;s Presentation Director to recognise the new resolutions available on the external monitor &#8211; although I did work around this by configuring the screens directly using ATI&#8217;s Catalyst Control Center and then using the &#8220;Capture&#8221; facility in Presentation Director to set that as &#8220;My Normal Display Settings&#8221; (which unfortunately you cannot duplicate to generate multiple configurations).</p>
<p>A bit of background:</p>
<p>My parents are staying with us at the moment, and Dad brought his IBM ThinkPad R50 with him. He decided to buy a new external monitor so we went to the local computer store and he chose a new Samsung 20&#8243; widescreen LCD monitor (1680&#215;1050 resolution).</p>
<p>Unfortunately, when we went to connect it to his R50, the laptop wouldn&#8217;t recognise the new widescreen resolution. I tried loading the monitor drivers that came with the screen, but that didn&#8217;t help. I tried updating all the other laptop&nbsp;drivers (especially video) from IBM, but that didn&#8217;t help either &#8230; the laptop simply didn&#8217;t recognise what resolutions the screen could do.</p>
<p>After some searching on Google, I came across the DriverHeaven website and their <a href="http://www.driverheaven.net/modtool/" target="_blank">DH Mobility Modder.net</a>&nbsp;tool.</p>
<p>Apparently ATI deliberately prevent OEM&nbsp;machines (eg laptops with ATI chips embedded like the ATI MOBILITY RADEON 7500 in the ThinkPad R50) from downloading and installing drivers directly from ATI &#8211; they expect you to get them from the PC manufacturer (which is normally good enough) &#8230; however, when the laptop manufacturer fails to include support for new monitor resolutions running on the external VGA display &#8211; it becomes an issue.</p>
<p>Fortunately DriverHeaven&#8217;s tool will trick the installer into thinking it&#8217;s just a regular PC and not an OEM model, and so will allow the drivers (which generally work very well) to be installed, with all the support for the new screen resolutions available in modern monitors.</p>
<p>Once installed, I was able to use the Catalyst Control Center to configure the external screen &#8211; and it worked a treat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-set-up-an-external-widescreen-lcd-monitor-with-an-ibm-thinkpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThinkPad Keyboard System Beep &#8211; problem solved !</title>
		<link>http://www.simonhampel.com/thinkpad-keyboard-system-beep-problem-solved/</link>
		<comments>http://www.simonhampel.com/thinkpad-keyboard-system-beep-problem-solved/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 03:10:21 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/thinkpad-keyboard-system-beep-problem-solved/</guid>
		<description><![CDATA[I&#8217;ve noticed an annoying beep that happens sometimes when I type. It&#8217;s always happened at random times with many of the ThinkPad&#8217;s I&#8217;ve used, but I&#8217;ve never found out what was causing it. It has become extremely annoying with my new T60, because the beep (which sounds like a plain old &#8220;system beep&#8221; kind of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed an annoying beep that happens sometimes when I type. It&#8217;s always happened at random times with many of the ThinkPad&#8217;s I&#8217;ve used, but I&#8217;ve never found out what was causing it. It has become extremely annoying with my new T60, because the beep (which sounds like a plain old &#8220;system beep&#8221; kind of sound), is actually really really loud &#8211; especially when I have my headphone plugged directly into my laptop &#8230; the volume control doesn&#8217;t seem to make any difference either.</p>
<p>So, I decided to try a Google search to see if I could work out how to turn off this system beep &#8230; there didn&#8217;t seem to be any options in the ThinkPad Configuration application.</p>
<p>I quickly found the reason for the problem and the solution (Google to the rescue again !).</p>
<p>It turns out that for some very strange reason, there are certain keys on the ThinkPad keyboard that when you press three of them at once, the system beeps. I have no idea why they would do that.</p>
<p>It seems that I (like some other people who have reported the same problem), type so quickly, that the laptop considers that we are actually hitting three keys at once (or it may be that we are hitting two at once, with the third being a key hit accidentally at the same time).</p>
<p>According to <a href="http://www.lockergnome.com/nexus/it/2007/02/27/stop-that-annoying-loud-thinkpad-keyboard-beep-while-typing/">Greg Hughes</a>, if at least two of the keys &#8220;4567rtyufghjvbnm&#8221; are pressed, along with any third key in the same row at the two that were pressed, the system will beep. Hmmm &#8211; why would they do that (only thing I can think of is some undocumented system diagnostic tool ?)</p>
<p>Anyway, Greg linked to <a href="http://www.intelliot.com/blog/archives/2006/12/20/thinkpad-keyboard-beeps-fixed/">Elliot Lee</a> who provides the surprisingly simple solution &#8211; there happens to be a &#8220;Beep&#8221; driver that can be disabled. The trick is that it is hidden from the normal list of drivers.</p>
<p>The solution (for Windows XP &#8230; unsure about other versions):</p>
<p>1. Go to Device Manager &#8230; Start -> Control Panel -> System -> Hardware -> Device Manager</p>
<p>2. (the trick !!) Show Hidden Devices. (Look in the menu &#8230; View -> Show hidden devices).</p>
<p>3. In the &#8220;Non-Plug and Play Drivers&#8221; section, you will find a &#8220;Beep&#8221; driver &#8230; double click on it to open the properties &#8211; then click on the &#8220;Driver&#8221; tab in the properties dialog.</p>
<p>4. Click on the &#8220;Stop&#8221; button to turn it off now, and set the Startup Type to &#8220;Disabled&#8221; to prevent it starting again.</p>
<p>Simple huh ? Thanks to Greg and Elliot for the answer (and to Google for letting me find them easily !).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/thinkpad-keyboard-system-beep-problem-solved/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

