<?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>HM2K.com &#187; Hardware</title>
	<atom:link href="http://www.hm2k.com/posts/category/hardware/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hm2k.com</link>
	<description>The research of an internet entrepreneur and IT consultant</description>
	<lastBuildDate>Wed, 30 Jun 2010 09:29:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Customising the Netgear DG834G</title>
		<link>http://www.hm2k.com/posts/customising-the-netgear-dg834g</link>
		<comments>http://www.hm2k.com/posts/customising-the-netgear-dg834g#comments</comments>
		<pubDate>Mon, 14 Sep 2009 20:35:08 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[customising]]></category>
		<category><![CDATA[dg834g]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[netgear]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=212</guid>
		<description><![CDATA[I started writing this article a long time ago, however after researching the DG834G I soon found many more articles and sites dedicated to hacking or customising the Netgear DG834G router.
Recently I have discovered that many of these sources are now going offline. The thing is about this router, even though it has been around [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/psp-firmware-and-homebrew' rel='bookmark' title='Permanent Link: PSP firmware and homebrew'>PSP firmware and homebrew</a> <small>I decided to go all out, and purchase possibly the...</small></li>
<li><a href='http://www.hm2k.com/posts/tracking-an-ip-address' rel='bookmark' title='Permanent Link: Tracking an IP address'>Tracking an IP address</a> <small>In my job I have to manage lots of machines...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I started writing this article a long time ago, however after researching the <a href="http://en.wikipedia.org/wiki/Netgear_DG834G">DG834G</a> I soon found many more articles and sites dedicated to hacking or customising the <a href="http://www.netgear.com/Products/RoutersandGateways/WirelessGRouters/DG834G.aspx">Netgear DG834G router</a>.</p>
<p>Recently I have discovered that many of these sources are now going offline. The thing is about this router, even though it has been around since at least 2004, is that it is still in use and more importantly, still available to purchase, yet <a href="http://www.reddit.com/r/technology/comments/7rg8k/how_come_laptops_are_vastly_more_powerful_and/">hardly changed in price</a>.</p>
<p>So, the purpose of this article is to provide you with information on how to customise your Netgear DG834G router. I hope you find it useful.</p>
<p><span id="more-212"></span></p>
<p>The web interface provides little scope for customization, however it is possible to put the router in a debug mode.</p>
<p>To enable debug mode, you simply visit the following URL in your web browser:</p>
<blockquote><p><a href="http://192.168.0.1/setup.cgi?todo=debug">http://192.168.0.1/setup.cgi?todo=debug</a></p>
<p><em>Note: Where &#8220;192.168.0.1&#8243; is, put your router&#8217;s IP address.</em></p></blockquote>
<p>This will allow users on the LAN to connect to the router via telnet to the embedded Linux system running <a href="http://www.busybox.net/">BusyBox</a>.</p>
<blockquote><p><a href="telnet://192.168.0.1">telnet://192.168.0.1</a></p>
<p><em>Note: Again, where &#8220;192.168.0.1&#8243; is, put your router&#8217;s IP address.</em></p></blockquote>
<p>If that isn&#8217;t enough, the more adventurous can replace the built-in firmware with the customer firmware such as <a href="http://openwrt.org/">OpenWrt</a> or <a href="https://gna.org/projects/opendg">openDG834</a>.</p>
<p>I have one of these routers running at home myself, however I had to configure it in a fairly unique way to pass all handling to my server (which now acts like a router), because I could not figure out a native way to forward from the external IP on one port (eg: 8080) to an internal IP on another port (eg: 80). I also experienced a problem when using the latest firmware from Netgear where I was <a href="http://www.linuxquestions.org/questions/linux-networking-3/home-network-gateway-and-accessing-sshd-from-outside-477242/">unable to connect</a> remotely to anything within my network.</p>
<p>To overcome these issues I&#8217;m considering either reconfiguring my router using a custom firmware or buying a <a href="http://clkuk.tradedoubler.com/click?p(50662)a(1634641)g(16472718)url(http://www.dabs.com/learn-more/networking-and-communication/draytek--what-happens-if-your-broadband-goes-down--5281.html)">Vigor 2820 router</a> for <a href="http://www.fixr.co.uk/2009/06/03/when-broadband-fails/">when broadband fails</a>. Either way means downtime, which is something I like to avoid.</p>
<p>If you have any useful information, please feel free to add it as a comment on this post. If you have a complex question, you could try the <a href="http://forum1.netgear.com/forumdisplay.php?f=34">Netgear forums for this router</a>.</p>
<p>There&#8217;s loads more information out there, more than you probably care to investigate, much of it can now only be found via the web archive, so I hope you find this useful.</p>
<p>Resources:</p>
<ul>
<li><a href="http://web.archive.org/web/20080119003657/http://www.suburbia.com.au/%7Edan/">The Little DG834G Page</a> (archived)</li>
<li><a href="http://web.archive.org/web/20080116194411/http://www.1337h4x0r5.org/1/">Hacking the Netgear DG834G</a> (archived)</li>
<li><a href="http://web.archive.org/web/20080129095528/http://walliteam.com/dg834/">walliteam.com hacking the DG834 wiki</a> (archived)</li>
<li><a href="http://web.archive.org/web/20070124233723/http://members.iinet.net.au/%7Emlanagan/">Mike&#8217;s DG834 Firmware Page</a> (archived)</li>
<li><a href="http://oldwiki.openwrt.org/OpenWrtDocs%282f%29Hardware%282f%29Netgear%282f%29DG834GT.html">OpenWrtDocs/Hardware/Netgear/DG834GT</a> (old wiki)</li>
<li><a href="http://www.nat32.com/nat32e/htm/dg834g.htm">HOW TO use the Netgear DG834G ADSL Modem/Router</a></li>
<li><a href="http://doomed.profusehost.net/dg834.php?page=info">Netgear DG834v2 Hacking Page</a></li>
<li><a href="http://www.asininemonkey.com/articles/files/tag-netgear.php">Asinine Monkey&#8217;s DG834GT Page</a></li>
<li><a href="http://forum.openwrt.org/viewforum.php?id=3">OpenWRT Netgear DG834G Forum</a> (Archive &#8211; read only)</li>
<li><a href="http://dgteam.ilbello.com/">DGTeam unofficial custom firmware</a></li>
<li><a href="http://www.skyuser.co.uk/forum/sky-router/18286-flashing-new-sky-netgear-dg834gt-router.html#post113504">Steps to Flashing a Sky Netgear DG834GT Router</a></li>
</ul>
<p><em>If you do find this article useful and want more information, let me know and I&#8217;ll see what I can do! Thanks!</em></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 462px; width: 1px; height: 1px;">http://www.linuxquestions.org/questions/linux-networking-3/home-network-gateway-and-accessing-sshd-from-outside-477242/</div>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/psp-firmware-and-homebrew' rel='bookmark' title='Permanent Link: PSP firmware and homebrew'>PSP firmware and homebrew</a> <small>I decided to go all out, and purchase possibly the...</small></li>
<li><a href='http://www.hm2k.com/posts/tracking-an-ip-address' rel='bookmark' title='Permanent Link: Tracking an IP address'>Tracking an IP address</a> <small>In my job I have to manage lots of machines...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/customising-the-netgear-dg834g/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print dialog does not appear in Outlook Express or Internet Explorer</title>
		<link>http://www.hm2k.com/posts/print-dialog-does-not-appear</link>
		<comments>http://www.hm2k.com/posts/print-dialog-does-not-appear#comments</comments>
		<pubDate>Thu, 04 Sep 2008 11:43:18 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Printers]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=216</guid>
		<description><![CDATA[Today I get a call.
Outlook Express won&#8217;t print.
I log in and take a look. Everything seems normal, and normal documents appear to print.
However, when I click the print button or go to File &#62; Print nothing happens. Strange.
They are running Windows XP Professional SP2, with IE6.

All you have to do is go to Start &#62; [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/how-to-minimize-microsoft-office-outlook-to-the-system-tray' rel='bookmark' title='Permanent Link: How to Minimize Microsoft Office Outlook to the System Tray'>How to Minimize Microsoft Office Outlook to the System Tray</a> <small>Open your registry and find or create the key below....</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-print-to-a-text-file' rel='bookmark' title='Permanent Link: How to Print to a Text File'>How to Print to a Text File</a> <small>Device Manager does not have a Save command available for...</small></li>
<li><a href='http://www.hm2k.com/posts/exporting-emails-with-the-dates-from-microsoft-outlook' rel='bookmark' title='Permanent Link: Exporting emails with the dates from Microsoft Outlook'>Exporting emails with the dates from Microsoft Outlook</a> <small>The Problem: By default when you try and export emails...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-restart-the-explorer-shell-in-windows-xp' rel='bookmark' title='Permanent Link: How to restart the explorer shell in Windows XP'>How to restart the explorer shell in Windows XP</a> <small>If you have landed yourself here chances are you already...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I get a call.</p>
<blockquote><p>Outlook Express won&#8217;t print.</p></blockquote>
<p>I log in and take a look. Everything seems normal, and normal documents appear to print.</p>
<p>However, when I click the print button or go to File &gt; Print nothing happens. Strange.</p>
<p>They are running Windows XP Professional SP2, with IE6.</p>
<p><span id="more-216"></span></p>
<p>All you have to do is go to Start &gt; Run and issue the following commands:</p>
<blockquote><p>regsvr32 vbscript.dll<br />
regsvr32 jscript.dll</p></blockquote>
<p>Once this is done, restart Outlook Express/Internet Explorer, and go ahead and print.</p>
<p>This isn&#8217;t the first time i&#8217;ve seen this issue, so I thought I&#8217;d note it down for next time.</p>
<p><a href="http://groups.google.com/group/microsoft.public.windows.inetexplorer.ie6.browser/msg/828b37ff4124ce77?hl=en&amp;dmode=source">Source</a></p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/how-to-minimize-microsoft-office-outlook-to-the-system-tray' rel='bookmark' title='Permanent Link: How to Minimize Microsoft Office Outlook to the System Tray'>How to Minimize Microsoft Office Outlook to the System Tray</a> <small>Open your registry and find or create the key below....</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-print-to-a-text-file' rel='bookmark' title='Permanent Link: How to Print to a Text File'>How to Print to a Text File</a> <small>Device Manager does not have a Save command available for...</small></li>
<li><a href='http://www.hm2k.com/posts/exporting-emails-with-the-dates-from-microsoft-outlook' rel='bookmark' title='Permanent Link: Exporting emails with the dates from Microsoft Outlook'>Exporting emails with the dates from Microsoft Outlook</a> <small>The Problem: By default when you try and export emails...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-restart-the-explorer-shell-in-windows-xp' rel='bookmark' title='Permanent Link: How to restart the explorer shell in Windows XP'>How to restart the explorer shell in Windows XP</a> <small>If you have landed yourself here chances are you already...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/print-dialog-does-not-appear/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Samsung ML-4500 XP driver install</title>
		<link>http://www.hm2k.com/posts/samsung-ml-4500-xp-driver-install</link>
		<comments>http://www.hm2k.com/posts/samsung-ml-4500-xp-driver-install#comments</comments>
		<pubDate>Wed, 14 May 2008 13:13:34 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Printers]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/?p=195</guid>
		<description><![CDATA[I decided I was finally fed up with my Epson Stylus C46 bubble jet printer, and decided that I don&#8217;t really need it anyway.
Everything I print only needs to be in black and white, and anything else I can print onto the HP Photosmart 3110 All-in-one that I have located in the room on another [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/how-to-print-to-a-text-file' rel='bookmark' title='Permanent Link: How to Print to a Text File'>How to Print to a Text File</a> <small>Device Manager does not have a Save command available for...</small></li>
<li><a href='http://www.hm2k.com/posts/parts-inside-your-printer-are-at-the-end-of-their-service-life' rel='bookmark' title='Permanent Link: Parts inside your printer are at the end of their service life'>Parts inside your printer are at the end of their service life</a> <small>Today I had the joy of fixing an Epson Stylus...</small></li>
<li><a href='http://www.hm2k.com/posts/print-dialog-does-not-appear' rel='bookmark' title='Permanent Link: Print dialog does not appear in Outlook Express or Internet Explorer'>Print dialog does not appear in Outlook Express or Internet Explorer</a> <small>Today I get a call. Outlook Express won&#8217;t print. I...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-unlock-a-samsung-e720-mobile-phone' rel='bookmark' title='Permanent Link: How to unlock a Samsung E720 mobile phone'>How to unlock a Samsung E720 mobile phone</a> <small>I found this out because Orange sucks. It costs £20...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I decided I was finally fed up with my Epson Stylus C46 bubble jet printer, and decided that I don&#8217;t really need it anyway.</p>
<p>Everything I print only needs to be in black and white, and anything else I can print onto the HP Photosmart 3110 All-in-one that I have located in the room on another machine.</p>
<p>So now it&#8217;s time to get serious, I decided to use a Samsung ML-4500 laser jet I had lying around spare.</p>
<p>Only, how do you install this thing on Windows XP?</p>
<p><span id="more-195"></span></p>
<p>Yes, I plugged it in, powered it up, and connected the printer cable to my machine&#8217;s LPT port.</p>
<p>It&#8217;s not plug and play so I had to invoke &#8220;Add Hardware&#8221; from within control panel.</p>
<p>It knew what it was straight away and detected it as a &#8220;Samsung ML-4500&#8243;, but displayed the &#8220;Unknown device&#8221; icon next it.</p>
<p>No driver can be found, &#8220;cannot install this hardware&#8221; is displayed&#8230; Time to locate the driver&#8230;</p>
<p>First port of call is the Samsung USA website after a quick google for &#8220;Samsung ML-4500 XP driver&#8221;, which displayed the FAQ &#8220;<a href="http://erms.samsungusa.com/customer/sea/jsp/faqs/faqs_view.jsp?PG_ID=1&amp;AT_ID=8188&amp;PROD_SUB_ID=29&amp;PROD_ID=29">ML-4500 I Don&#8217;t Have Windows XP Driver And Cannot Print.</a>&#8220;, and an <a href="http://www.samsungusa.com/UPLOAD/ecms/sw/20030828190257140_20010927112109ML4500English.exe">ML-4500 Driver</a> (20030828190257140_20010927112109ML4500English.exe) is provided.</p>
<p>Downloading this driver, I find that it&#8217;s a setup process, which doesn&#8217;t work, and I get the following error:</p>
<blockquote><p><span style="font-family: Courier New;">An error occurred during the move process: -115<br />
Component: 2000DIR2<br />
File Group: 2000_DIR<br />
File: C:\Windows\System32\spool\drivers\w32&#215;86\2\ssgk2.dll</span></p></blockquote>
<p>A <a href="http://www.google.com/search?q=%22An+error+occurred+during+the+move+process:+-115%22">quick google</a> tells me that i&#8217;m not alone with this <a href="http://www.computergripes.com/samsung.ml4500.html">problem</a>, however, the results are outdated&#8230; So what now?</p>
<p>I decide to visit Samsung&#8217;s site directly, and <a href="http://www.samsung.com/us/function/search/resultList.do?searchWord=ML-4500">SEARCH</a>. There I found a <a href="http://www.samsung.com/us/support/download/supportDown.do?model_nm=ML-4500&amp;mType=DR&amp;vType=L&amp;disp_nm=ML-4500">download center page for the ML-4500</a>. There the <a href="http://org.downloadcenter.samsung.com/downloadfile/ContentsFile.aspx?CDSite=us&amp;CttFileID=39612&amp;CDCttType=DR&amp;ModelType=N&amp;ModelName=ML-4500&amp;language=&amp;cate_type=all&amp;VPath=DR/200506/20050617120952218_ML-4500series_english.exe">ML-4500 Printer Driver (ver.1.61)</a> (20050617120952218_ML-4500series_english.exe) is provided.</p>
<p>This downloads and runs fine, but strangely installs to &#8220;C:\Windows\Samsung\ML4500&#8243;.</p>
<p>At this point, if it has worked correctly, you should find that in &#8220;Printers and Faxes&#8221; under control panel, you now have a new &#8220;Samsung ML-4500 Series&#8221; printer.</p>
<p>Going into properties, and printing a &#8220;Test Page&#8221; should prove that it worked successfully!</p>
<p>I know I have quite a few ML-4500&#8217;s lying around different places, so I&#8217;m certain this will be useful to me in future, if not others&#8230;</p>
<p><em>Final thought: Why don&#8217;t hardware manufacturers SEO their sites especially their </em><em>driver downloads</em><em>? This could all have been avoided if the right results showed up in the first place.</em></p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/how-to-print-to-a-text-file' rel='bookmark' title='Permanent Link: How to Print to a Text File'>How to Print to a Text File</a> <small>Device Manager does not have a Save command available for...</small></li>
<li><a href='http://www.hm2k.com/posts/parts-inside-your-printer-are-at-the-end-of-their-service-life' rel='bookmark' title='Permanent Link: Parts inside your printer are at the end of their service life'>Parts inside your printer are at the end of their service life</a> <small>Today I had the joy of fixing an Epson Stylus...</small></li>
<li><a href='http://www.hm2k.com/posts/print-dialog-does-not-appear' rel='bookmark' title='Permanent Link: Print dialog does not appear in Outlook Express or Internet Explorer'>Print dialog does not appear in Outlook Express or Internet Explorer</a> <small>Today I get a call. Outlook Express won&#8217;t print. I...</small></li>
<li><a href='http://www.hm2k.com/posts/how-to-unlock-a-samsung-e720-mobile-phone' rel='bookmark' title='Permanent Link: How to unlock a Samsung E720 mobile phone'>How to unlock a Samsung E720 mobile phone</a> <small>I found this out because Orange sucks. It costs £20...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/samsung-ml-4500-xp-driver-install/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>HP Software Update</title>
		<link>http://www.hm2k.com/posts/hp-software-update</link>
		<comments>http://www.hm2k.com/posts/hp-software-update#comments</comments>
		<pubDate>Fri, 30 Nov 2007 12:56:10 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/posts/hp-software-update</guid>
		<description><![CDATA[Today, I am trying to install a &#8220;HP Scanjet 7650n&#8221;, everything seems okay, until I come to install the software.
As part of the software installation it appears to install a piece of software called &#8220;HP Software Update&#8221;.
Unfortunately this causes me an error:
Product: HP Software Update &#8212; A newer version of this software has been found [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/what-is-the-best-antivirus-software' rel='bookmark' title='Permanent Link: What is the best antivirus software?'>What is the best antivirus software?</a> <small>This is a question that I get asked very often....</small></li>
<li><a href='http://www.hm2k.com/posts/windows-genuine-advantage-removal' rel='bookmark' title='Permanent Link: Windows Genuine Advantage Removal'>Windows Genuine Advantage Removal</a> <small>First of all for those that don&#8217;t know, Windows Genuine...</small></li>
<li><a href='http://www.hm2k.com/posts/ftp-server-for-windows' rel='bookmark' title='Permanent Link: FTP server for windows'>FTP server for windows</a> <small>I have been on the lookout for a decent FTP...</small></li>
<li><a href='http://www.hm2k.com/posts/so-how-did-i-get-infected-in-the-first-place' rel='bookmark' title='Permanent Link: So how did I get infected in the first place?'>So how did I get infected in the first place?</a> <small>People often ask me how their system got infected in...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today, I am trying to install a &#8220;HP Scanjet 7650n&#8221;, everything seems okay, until I come to install the software.</p>
<p>As part of the software installation it appears to install a piece of software called &#8220;HP Software Update&#8221;.</p>
<p>Unfortunately this causes me an error:</p>
<blockquote><p>Product: HP Software Update &#8212; A newer version of this software has been found on your system. Setup will now exit.</p>
<p>For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.</p></blockquote>
<p><span id="more-158"></span>I tried to find this, I could not, I tried to uninstall it, it kept making reference to a &#8220;HP Software Update.msi&#8221; or &#8220;HPSoftwareUpdate.msi&#8221;, which did not exist, it couldn&#8217;t find the uninstaller, then was removed from the list.</p>
<p>It seems this software was once installed here: &#8220;C:\Program Files\Hewlett-Packard\HP Software Update\HPWUCli.exe&#8221;, but not any more.</p>
<p>What I need to do is find the latest version of this software, install it, then uninstall it, so I can complete the install of the driver disc of the new device.</p>
<p>Easy right? Wrong&#8230;</p>
<p>I can&#8217;t find this ANYWHERE! So I tried using <a href="http://www.google.co.uk/search?q=site%3Ahp.com+%2B%22HP+Software+Update%22">google</a> on hp.com searching for &#8220;HP Software Update&#8221;.</p>
<p>I eventually came across a page on hp&#8217;s website entitled <a href="http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?cc=us&amp;dlc=en&amp;lc=en&amp;softwareitem=ob-46074-1&amp;jumpid=reg_R1002_USEN">HP Software Update</a>, which contained a file entitled <a href="ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34261.exe">sp34261.exe</a>, the page says it&#8217;s version &#8220;4.0.5 A&#8221;, released 2006-12-22, but as of 2007-11-29, it&#8217;s version &#8220;4.0.5.7&#8243;.</p>
<p>Downloading and running this file extracts the setup to &#8220;C:\swsetup\sp34261\&#8221;. This appears to contain files such as &#8220;HP Update.msi&#8221; and &#8220;HPSU306Stub.msi&#8221;.</p>
<p>When running the setup sequence it asks for &#8220;HP Software Update.msi&#8221; and looks in &#8220;C:\WINDOWS\Hewlett-Packard\Setup Files\HP Software Update\{BB4EE741-CA46-4345-A3B7-1AECBFAB0AFE}\&#8221;, this does not exist.</p>
<p>It seems like it wants to run this first to uninstall it, but obviously it can&#8217;t as it doesn&#8217;t exist.</p>
<p>I cancelled, I get the following error:</p>
<blockquote><p>&#8220;Error 1714: The older version of     cannot be removed. Contact your technical support group&#8221;</p></blockquote>
<p>The only two options I can think of are:</p>
<ul>
<li>Find out what version of &#8220;HP Software Update&#8221; this is, and locate that &#8220;<a href="http://www.google.com/search?q=%22HP+Software+Update.msi%22">HP Software Update.msi</a>&#8220;</li>
<li>Remove all entries of &#8220;HP Software Update&#8221; in the registry forcing the installer to think it&#8217;s never been installed.</li>
</ul>
<p>Doing a little bit of research this is what I found in the registry:</p>
<blockquote><p>  HP Software Update 3.0.5.001 ({15EE79F4-4ED1-4267-9B0F-351009325D7D})<br />
version: 50331653<br />
version (major): 3<br />
estimated size: 3882<br />
install date: 20050418<br />
install source: C:\WINDOWS\Hewlett-Packard\Setup Files\HP Software Update\{BB4EE741-CA46-4345-A3B7-1AECBFAB0AFE}\<br />
uninstall cmd: MsiExec.exe /X{15EE79F4-4ED1-4267-9B0F-351009325D7D}<br />
publisher: Hewlett-Packard<br />
contact: <a href="http://www.hp.com/support" target="_blank">http://www.hp.com/support</a></p></blockquote>
<p>I guess I need to find a copy of the installer for <a href="http://www.google.com/search?q=%22HP+Software+Update+3.0.5%22">&#8220;HP Software Update 3.0.5&#8243;</a>, which appears to be impossible.</p>
<p>I was able to find another <a href="http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?cc=us&amp;dlc=en&amp;lcen&amp;softwareitem=ob-46755-2&amp;jumpid=reg_R1002_USEN">HP Software Update</a> for version &#8220;4.0.5 B&#8221;, released 2007-02-08, which contained a file entitled <a href="ftp://ftp.hp.com/pub/softpaq/sp34501-35000/sp34794.exe">sp34794.exe</a>.</p>
<p>A bit more searching and I found yet another <a href="http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?lc=en&amp;cc=us&amp;softwareitem=pv-40756-1&amp;dlc=en&amp;lang=en">HP Software Update</a> for version &#8220;3.0.7.014&#8243;, released 2006-06-06, which contained a file entitled <a href="ftp://ftp.hp.com/pub/softlib/software7/COL15288/pv-40756-1/sp26727.exe">sp26727.exe</a>.</p>
<p>This one seemed promising as it was labelled on the install as &#8220;HP Software Update&#8221;, the version 4 is labelled as &#8220;HP Update&#8221;. However, I was soon to find it gives me the following error:</p>
<blockquote><p>Your system does not meet the minimum requirements for this update. Update has been cancelled. (0)</p></blockquote>
<p>Possibly one of the most useless error messages I&#8217;ve ever seen! But perhaps we can use it&#8217;s &#8220;HP Software Update.msi&#8221; to uninstall a previous version&#8230;</p>
<p>I wonder what HP has to say about all this&#8230; That&#8217;s right, nothing, not without registering the product which requires me to get the serial number&#8230;</p>
<p>So with a little help from an outsider, I managed to solve it, these are the steps I took:</p>
<ol>
<li><span class="Text">Open &#8220;Add/Remove Programs&#8221;, uninstall &#8220;HP Update&#8221; (if listed), also try and uninstall &#8220;HP Software Update&#8221;.</span></li>
<li>Download, and iInstall <a href="http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5">Windows Installer Cleanup</a>, once installed, run it and select <span class="Text">&#8220;HP Software Update&#8221;.</span></li>
<li><span class="Text">Run &#8220;regedit&#8221; and locate </span>&#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall&#8221;, find anything under that, that says &#8220;HP Update&#8221; or &#8220;HP Software Update&#8221;, it&#8217;s usually in the &#8220;DisplayName&#8221;.</li>
<li> Download and run patch <a href="http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?cc=us&amp;dlc=en&amp;lc=en&amp;softwareitem=oj-26831-1&amp;jumpid=reg_R1002_USEN">Resolves &#8220;Fatal Error 1714&#8243; during software install (FixErr1714.exe)</a><span class="Text"></span></li>
<li><span class="Text">Download and run </span><a href="ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34261.exe">HP Update (sp34261.exe)</a></li>
<li>Download and run <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;cc=us&amp;prodNameId=1117450&amp;prodTypeId=15179&amp;prodSeriesId=1117353&amp;swLang=8&amp;taskId=135&amp;swEnvOID=228">HP Scanjet Full Feature Software and Driver (setup_full_7650.exe)</a></li>
</ol>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/what-is-the-best-antivirus-software' rel='bookmark' title='Permanent Link: What is the best antivirus software?'>What is the best antivirus software?</a> <small>This is a question that I get asked very often....</small></li>
<li><a href='http://www.hm2k.com/posts/windows-genuine-advantage-removal' rel='bookmark' title='Permanent Link: Windows Genuine Advantage Removal'>Windows Genuine Advantage Removal</a> <small>First of all for those that don&#8217;t know, Windows Genuine...</small></li>
<li><a href='http://www.hm2k.com/posts/ftp-server-for-windows' rel='bookmark' title='Permanent Link: FTP server for windows'>FTP server for windows</a> <small>I have been on the lookout for a decent FTP...</small></li>
<li><a href='http://www.hm2k.com/posts/so-how-did-i-get-infected-in-the-first-place' rel='bookmark' title='Permanent Link: So how did I get infected in the first place?'>So how did I get infected in the first place?</a> <small>People often ask me how their system got infected in...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/hp-software-update/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How can I recycle my computer hardware?</title>
		<link>http://www.hm2k.com/posts/how-can-i-recycle-my-computer-hardware</link>
		<comments>http://www.hm2k.com/posts/how-can-i-recycle-my-computer-hardware#comments</comments>
		<pubDate>Wed, 09 May 2007 13:20:50 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/posts/how-can-i-recycle-my-computer-hardware</guid>
		<description><![CDATA[NEVER THROW AWAY YOUR COMPUTER EQUIPMENT
There&#8217;s many ways to recycle your computer hardware. The most common methods are as follows:

Charities
Recycle centres
Manufacturers
Traders

Charities
Although there are many charities out there (check your Yellow Pages), there are very few charities dedicated to recycling computer hardware, however they do exist, and they are as follows&#8230;

The IT Resource Guide For UK [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/my-computer-has-problems-what-can-i-do' rel='bookmark' title='Permanent Link: My computer has problems, what can I do?'>My computer has problems, what can I do?</a> <small>You&#8217;d be surprised the amount of times I get people...</small></li>
<li><a href='http://www.hm2k.com/posts/safely-remove-hardware-icon' rel='bookmark' title='Permanent Link: Safely Remove Hardware Icon'>Safely Remove Hardware Icon</a> <small>Here&#8217;s a quick guide on what to do if your...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p align="center"><strong>NEVER THROW AWAY YOUR COMPUTER EQUIPMENT</strong></p>
<p><span id="more-118"></span>There&#8217;s many ways to recycle your computer hardware. The most common methods are as follows:</p>
<ul>
<li>Charities</li>
<li>Recycle centres</li>
<li>Manufacturers</li>
<li>Traders</li>
</ul>
<p><strong>Charities</strong></p>
<p>Although there are many charities out there (check your Yellow Pages), there are very few charities dedicated to recycling computer hardware, however they do exist, and they are as follows&#8230;</p>
<ul>
<li><a href="http://www.itforcharities.co.uk/">The IT Resource Guide For UK Charities and Non-Profit Organisations</a></li>
<li><a href="http://www.computersforcharities.co.uk/">Computers for Charities</a></li>
<li><a href="http://www.recyclingforcharities.com/">Recycling for Charities</a></li>
</ul>
<p>From the above sites you can find a whole load of companies offering to recycle your computer hardware.</p>
<p>Other charities include:</p>
<ul>
<li><a href="http://www.oxfam.org.uk/what_you_can_do/recycle/computers.htm">Oxfam</a></li>
<li><a href="http://www.foe.co.uk/resource/faqs/questions/where_recycle_computers.html">Friends of the Earth</a></li>
<li><a href="http://www.computeraid.org/">Computer Aid</a></li>
</ul>
<p><strong>Recycle centers</strong></p>
<p>There are hundreds of them, ring up your local computer shop (see Yellow Pages) and ask them if they recycle computers for charitiy, or you can check the following lists:</p>
<ul>
<li><a href="http://www.reuze.co.uk/computers.shtml">Reuze.co.uk &#8211; what to do with your unwanted IT equiptment<br />
</a></li>
<li><a href="http://www.itforcharities.co.uk/pcs.htm">IT for Charities List of Recyclers<br />
</a></li>
<li><a href="http://www.wasteonline.org.uk/resources/InformationSheets/ComputerRecyclersRefurbishers.htm">Waste Online &#8211; Computer recyclers<br />
</a></li>
<li><a href="http://www.envocare.co.uk/computers.htm">Recycle Computers</a></li>
</ul>
<p>Specific recycling centers include:</p>
<ul>
<li><a href="http://www.enviro-pc.com/">Enviro-PC</a></li>
<li><a href="http://www.airedalecomputers.com/">Airdale Computer Recycling</a></li>
<li><a href="http://www.recycleit4u.co.uk/">Recycle IT 4u</a></li>
</ul>
<p><strong>Manufacturers</strong></p>
<p>Many manufacturers will have a recycling policy, here are a few:</p>
<ul>
<li><a href="http://www.gateway.com/about/corp_responsibility/env_options.shtml?cmpid=tradein">Gateway</a></li>
<li><a href="http://h41111.www4.hp.com/globalcitizenship/uk/en/environment/recycle/hardwarerecycle.html">HP</a></li>
<li><a href="http://www.ibm.com/ibm/environment/">IBM</a></li>
<li><a href="http://www.dell.com/recycle">Dell</a></li>
</ul>
<p>If your manufacturer isn&#8217;t listed above, simply contact them and ask them what their &#8220;recycling policy&#8221; is.</p>
<p><strong>Traders</strong></p>
<p>Never just throw away your computer equiptment, even if its no longer any use to you, it may be useful to someone.</p>
<p>Try and sell or trade it&#8230;</p>
<ul>
<li><a href="http://www.ebay.co.uk/">eBay</a></li>
<li><a href="http://www.cex.co.uk/">cex</a></li>
<li>Your local computer shop</li>
<li>Your local IT expert</li>
</ul>
<p>Also see: <a href="http://forums.cnet.com/5208-10149_102-0.html?forumID=7&amp;threadID=219566&amp;messageID=2328333#2328333%3C/p%3E">Recycle, reuse, or donate? What should I do with my old PC?</a></p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/my-computer-has-problems-what-can-i-do' rel='bookmark' title='Permanent Link: My computer has problems, what can I do?'>My computer has problems, what can I do?</a> <small>You&#8217;d be surprised the amount of times I get people...</small></li>
<li><a href='http://www.hm2k.com/posts/safely-remove-hardware-icon' rel='bookmark' title='Permanent Link: Safely Remove Hardware Icon'>Safely Remove Hardware Icon</a> <small>Here&#8217;s a quick guide on what to do if your...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/how-can-i-recycle-my-computer-hardware/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fixing a faulty laptop DC jack connector</title>
		<link>http://www.hm2k.com/posts/fixing-a-faulty-laptop-dc-jack-connector</link>
		<comments>http://www.hm2k.com/posts/fixing-a-faulty-laptop-dc-jack-connector#comments</comments>
		<pubDate>Wed, 14 Feb 2007 17:17:23 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/posts/fixing-a-faulty-laptop-dc-jack-connector</guid>
		<description><![CDATA[I was recently informed that my old laptop, a HP Pavilion ze4111s, (now being used by my girlfriend) that &#8220;it doesn&#8217;t charge&#8221;, which then changed to &#8220;it sometimes does, and other times it doesn&#8217;t&#8221;.
I decided to investigate and began wiggling the AC adaptor at the back in the DC jack socket, which appeared to become [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/parts-inside-your-printer-are-at-the-end-of-their-service-life' rel='bookmark' title='Permanent Link: Parts inside your printer are at the end of their service life'>Parts inside your printer are at the end of their service life</a> <small>Today I had the joy of fixing an Epson Stylus...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was recently informed that my <em>old </em>laptop, a HP Pavilion ze4111s, (now being used by my girlfriend) that &#8220;it doesn&#8217;t charge&#8221;, which then changed to &#8220;it sometimes does, and other times it doesn&#8217;t&#8221;.</p>
<p>I decided to investigate and began wiggling the AC adaptor at the back in the DC jack socket, which appeared to become lose.</p>
<p>My next idea was to take the laptop apart to take a closer look at the DC jack to see where the problem lay.</p>
<p>The first thing I did was to find the service and maintenance manual on the manufacturers website. I managed to locate the <a href="http://h10032.www1.hp.com/ctg/Manual/c00246219.pdf">Service and Maintenance manual for the HP Pavilion 4100 series</a> in PDF form, this document can be used for many other laptops as they are all built in a very similar way.</p>
<p>I began following the instructions for &#8220;removing the motherboard&#8221;, which requires following the instructions for removing other parts first. This is a long process, and can take some time.</p>
<p>To make sure I knew which screws were for what and where, I took a few empty egg boxes, and labelled them as I put the screws in. This will make it easier to locate the right screws when I reassemble the laptop.</p>
<p>After spending some time to get to the motherboard and safely remove it, low and behold the connector had come away from the motherboard, but was sometimes still touching hence why sometimes it worked and other times it did not.</p>
<p>I also discovered that the housing had cracked, and with a little wiggle the top came off, and I could now see the exact problem.</p>
<p><a href="http://www.hm2k.com/upload/dsc_0011-large.JPG" title="HP Pavilion ze4111s broken DC jack"></a></p>
<p style="text-align: center"><a href="http://www.hm2k.com/upload/dsc_0011-large.JPG" title="HP Pavilion ze4111s broken DC jack"><img src="http://www.hm2k.com/upload/dsc_0011-large.thumbnail.JPG" alt="HP Pavilion ze4111s broken DC jack" /></a></p>
<p>My next step was to work out what to do next with this laptop. This laptop is quite old, and is most definitely outside its warranty period. However I knew what the problem was and had a few ideas on how to fix it.</p>
<p>I decided to contact HP for their suggestions, and while I waited I searched eBay for a supplier of parts for the ze4111s, I located a company who had some parts. I contacted them about getting a replacement motherboard for the laptop, and they suggested that the replacement would be £60. To me that is excessive, probably about 1/3 of the total value of the laptop, it&#8217;s not worth it.</p>
<p>I finally got hold of someone at HP, who suggested I contact a service centre, who I found out, charge an absolute fortune! I explained to them that it would not be worth my while and besides I know what the problem is.</p>
<p>I tried resoldering the connector from the housing of the DC jack to the motherboard, but the moment I put the AC adapter into the DC jack the housing would break and force the connection to break.</p>
<p><a href="http://www.hm2k.com/upload/dsc_0015-large.JPG" title="HP Pavilion ze4111s broken DC jack resolder"></a></p>
<p style="text-align: center"><a href="http://www.hm2k.com/upload/dsc_0015-large.JPG" title="HP Pavilion ze4111s broken DC jack resolder"><img src="http://www.hm2k.com/upload/dsc_0015-large.thumbnail.JPG" alt="HP Pavilion ze4111s broken DC jack resolder" /></a></p>
<p>Upon further examining the motherboard, I discovered that the jack could be safely removed from the motherboard providing I could unsolder it from the underneath where it connects to the motherboard in three places. Not a problem, I&#8217;d just require a replacement jack.</p>
<p>I went on to explain this to the HP contact, who provided me with the following details:</p>
<blockquote><p>I would like to inform you that as per <span id="st" name="st" class="st">HP</span> policies if the issue is with<br />
power jack then you have to replace the motherboard. However, for your<br />
information I would like to say that the Power Jack on some Notebook<br />
models can be replaced. So, please visit the following Web site to to<br />
know more information about the power jack on the Notebook:</p>
<p><a href="http://www.compaqrepair.com/guide/Compaq_motherboard_ac_power_jacks.htm" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">http://www.compaqrepair.com<wbr></wbr>/guide/Compaq_motherboard_ac<wbr></wbr>_power_jacks.htm</a></p>
<p>OR</p>
<p><a href="http://www.laptopjacks.com/service.php" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">http://www.laptopjacks.com<wbr></wbr>/service.php</a></p>
<p>OR</p>
<p><a href="http://www.aacomputerelec.com/categories.asp?cat=8" onclick="return top.js.OpenExtLink(window,event,this)" target="_blank">http://www.aacomputerelec.com<wbr></wbr>/categories.asp?cat=8</a></p>
<p>NOTE:  The URLs above will take you to a non <span id="st" name="st" class="st">HP</span> Web site.  <span id="st" name="st" class="st">HP</span> does<br />
not control and is not responsible for information outside<br />
of the <span id="st" name="st" class="st">HP</span> Web site.</p>
<p>Once you visit the We site, contact support of the web site and check<br />
for the availability of the power jack for your model.</p>
<p>Then take the notebook to nearest Local Service Center and get the power<br />
jack replaced.</p></blockquote>
<p>This was most helpful, I discovered that clearly it can be done, and there are replacements out there!</p>
<p>I also found <a href="http://hardware.mcse.ms/printthread.php?s=03f0956cc2aa5b714d13a970cab34127&amp;threadid=138856&amp;perpage=10&amp;pagenumber=21">this thread</a>, and figured that if this guy could do it, I could do it too.</p>
<p>I found that the sites above were charging a fortune for the replacement jack, so I checked all my usual suppliers for components including Maplin, no such luck.</p>
<p>Then, a brainwave, I could cross reference google with eBay and see if anyone had mentioned a <a href="http://www.google.com/search?hl=en&amp;q=site%3Aebay.co.uk+%2Bze4111s+%2Bjack&amp;btnG=Search">jack for a ze4111s</a> recently. So that&#8217;s what I did, and soon discovered the seller &#8220;<a href="http://feedback.ebay.co.uk/ws/eBayISAPI.dll?ViewFeedback&amp;userid=laptop18000">laptop18000</a>&#8220;, and their shop &#8220;<a href="http://stores.ebay.co.uk/GOOD-DEALS-IN">GOOD DEALS IN</a>&#8221; based in the USA, but sells DC jacks for laptops for very cheap compared to the previous offers.</p>
<p align="center"> <a href="http://www.hm2k.com/upload/e901_1_b.JPG" title="DC Power Jack for HP Laptop motherboard XL XF XZ HP ZE"><img src="http://www.hm2k.com/upload/e901_1_b.JPG" alt="DC Power Jack for HP Laptop motherboard XL XF XZ HP ZE" /></a></p>
<p align="center"><em>&#8220;Sounds good to me!&#8221;</em></p>
<p>From here its simply a case of de-soldering the old connector from the motherboard, soldering the new connector, then putting the laptop back together. Problem solved!</p>
<p>Meanwhile, the laptop remains in pieces&#8230;</p>
<p><a href="http://www.hm2k.com/upload/dsc_0038-medium.JPG" title="HP Pavilion ze4111s"></a></p>
<p style="text-align: center"><a href="http://www.hm2k.com/upload/dsc_0038-medium.JPG" title="HP Pavilion ze4111s"><img src="http://www.hm2k.com/upload/dsc_0038-medium.thumbnail.JPG" alt="HP Pavilion ze4111s" /></a></p>
<p>In conclusion, don&#8217;t throw your laptop away, don&#8217;t pay excessive amounts getting someone autherised by HP to fix it, don&#8217;t pay more than you have to. DO IT YOURSELF!</p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/parts-inside-your-printer-are-at-the-end-of-their-service-life' rel='bookmark' title='Permanent Link: Parts inside your printer are at the end of their service life'>Parts inside your printer are at the end of their service life</a> <small>Today I had the joy of fixing an Epson Stylus...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/fixing-a-faulty-laptop-dc-jack-connector/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Parts inside your printer are at the end of their service life</title>
		<link>http://www.hm2k.com/posts/parts-inside-your-printer-are-at-the-end-of-their-service-life</link>
		<comments>http://www.hm2k.com/posts/parts-inside-your-printer-are-at-the-end-of-their-service-life#comments</comments>
		<pubDate>Fri, 26 Jan 2007 00:25:07 +0000</pubDate>
		<dc:creator>hm2k</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Printers]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.hm2k.com/posts/parts-inside-your-printer-are-at-the-end-of-their-service-life</guid>
		<description><![CDATA[Today I had the joy of fixing an Epson Stylus C46 UX printer.
It had the following error: &#8220;Parts inside your printer are at the end of their service life. See your printer documentation.&#8221;
After a little searching I discovered that most people were saying that &#8220;It is simply not worth repairing&#8221;, however, I took that as [...]


Related posts:<ol><li><a href='http://www.hm2k.com/posts/how-to-print-to-a-text-file' rel='bookmark' title='Permanent Link: How to Print to a Text File'>How to Print to a Text File</a> <small>Device Manager does not have a Save command available for...</small></li>
<li><a href='http://www.hm2k.com/posts/start-your-own-free-email-service' rel='bookmark' title='Permanent Link: Start your own free email service'>Start your own free email service</a> <small>I have been interested in starting my own free email...</small></li>
<li><a href='http://www.hm2k.com/posts/safely-remove-hardware-icon' rel='bookmark' title='Permanent Link: Safely Remove Hardware Icon'>Safely Remove Hardware Icon</a> <small>Here&#8217;s a quick guide on what to do if your...</small></li>
<li><a href='http://www.hm2k.com/posts/fixing-a-faulty-laptop-dc-jack-connector' rel='bookmark' title='Permanent Link: Fixing a faulty laptop DC jack connector'>Fixing a faulty laptop DC jack connector</a> <small>I was recently informed that my old laptop, a HP...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I had the joy of fixing an Epson Stylus C46 UX printer.</p>
<p>It had the following error: &#8220;Parts inside your printer are at the end of their service life. See your printer documentation.&#8221;</p>
<p>After a little searching I discovered that most people were saying that &#8220;It is simply not worth repairing&#8221;, however, I took that as a challange, and decided that if I was going to throw it away anyway I might as well try to fix it first.</p>
<p>Before long I located a page on <a href="http://www.fixyourownprinter.com/forums/inkjet/14116">fixyourownprinter.com</a>&#8217;s forum, which had plenty of details about similar issues.</p>
<p>This is the process I used after reading details on that page:</p>
<ol>
<li>Unplug the power and USB cables from the printer.</li>
<li>Prepare your work area by putting scrap paper down. Have some spare, just incase. You may also require tissue paper. It is also recommended you use protective gloves as the ink will stain your skin for quite some time.</li>
<li>Unscrew the screw at the back of the printer.</li>
<li>There are two or three tabs at the back and two at the front. Gently push them in, and then using a bit of force pry apart the cover.</li>
<li>At the back of the unit you need to locate some white pads, or sponge type things, initially they will seem fine, but they will infact be full of ink. You need to grab a pair of pliers and pull them out one by one, there should be four, put them on your scrap paper.</li>
<li>Take the scrap paper with the pads on to your sink, turn on the hot tap and hold each one under the tap using the pliers until the water runs clear. If you have protective gloves on it may be worth squeezing the water out also.</li>
<li>It is recommended that once you have done this, you let them dry.</li>
<li>Now return the pads back into the printer.</li>
<li>Put the printer back together, (mind out for the paper alignment, and give it some force), not forgetting the screw at the back.</li>
<li>Plug in the USB and power cable and turned it ON. (Yes the lights will still flash)</li>
<li>Download and install the <a href="http://www.ssclg.com/epsone.shtml">SSC Service Utility for Epson Stylus Printers</a>.</li>
<li> Select your printer and model number (There is no Stylus C42 UX, so select Stylus C4x), then close the window.</li>
<li>If it asks if you replaced with the pads; say “YES”. Then close the window.</li>
<li>You will see a SSC Service Utilitiy icon (it looks like a printer) in the system tray (next to your click), and LEFT click.</li>
<li>A menu will appear, from here you can click on &#8220;Protection counter&#8221; (its a red cross), then &#8220;reset protection counter&#8221;.</li>
<li>Turn the printer power OFF, wait 10 seconds and then turn it back ON.</li>
</ol>
<p>Done!</p>
<p><em>Additional troubleshooting&#8230; </em></p>
<p>If you have problems with paper feed, take it apart again, check everything is in place correctly, push things together tightly, and put it together again.</p>
<p>If you have trouble with print quality, open the lid, clean any ink residue, use the SSC Service Utilitiy to clean the heads.</p>


<p>Related posts:<ol><li><a href='http://www.hm2k.com/posts/how-to-print-to-a-text-file' rel='bookmark' title='Permanent Link: How to Print to a Text File'>How to Print to a Text File</a> <small>Device Manager does not have a Save command available for...</small></li>
<li><a href='http://www.hm2k.com/posts/start-your-own-free-email-service' rel='bookmark' title='Permanent Link: Start your own free email service'>Start your own free email service</a> <small>I have been interested in starting my own free email...</small></li>
<li><a href='http://www.hm2k.com/posts/safely-remove-hardware-icon' rel='bookmark' title='Permanent Link: Safely Remove Hardware Icon'>Safely Remove Hardware Icon</a> <small>Here&#8217;s a quick guide on what to do if your...</small></li>
<li><a href='http://www.hm2k.com/posts/fixing-a-faulty-laptop-dc-jack-connector' rel='bookmark' title='Permanent Link: Fixing a faulty laptop DC jack connector'>Fixing a faulty laptop DC jack connector</a> <small>I was recently informed that my old laptop, a HP...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hm2k.com/posts/parts-inside-your-printer-are-at-the-end-of-their-service-life/feed</wfw:commentRss>
		<slash:comments>109</slash:comments>
		</item>
	</channel>
</rss>
