<?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>ComputerChimp.com &#187; Printers</title> <atom:link href="http://computerchimp.com/category/printers/feed" rel="self" type="application/rss+xml" /><link>http://computerchimp.com</link> <description>Computer Basics for Beginners</description> <lastBuildDate>Mon, 14 Jun 2010 12:10:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Printer Printing Only Half a Page</title><link>http://computerchimp.com/printers/printer-printing-only-half-a-page.html</link> <comments>http://computerchimp.com/printers/printer-printing-only-half-a-page.html#comments</comments> <pubDate>Sat, 17 Jan 2009 12:35:35 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Printers]]></category> <category><![CDATA[Troubleshooting]]></category><guid
isPermaLink="false">http://computerchimp.com/?p=105</guid> <description><![CDATA[My son called me from work, where he was having trouble printing out a checklist of daily tasks. The checklist was 4 pages long, but when he tried to print it, only a half page would print. He kept trying and trying, and every time he tried, the printer printed out the same half page. [...]]]></description> <content:encoded><![CDATA[<p></p><p>My son called me from work, where he was having trouble printing out a checklist of daily tasks. The checklist was 4 pages long, but when he tried to print it, only a half page would print. He kept trying and trying, and every time he tried, the printer printed out the same half page.<span
id="more-105"></span></p><p>I figured it was a software problem, so I told him to check the print settings in the program he was using to try to print the list. He said he did that. I asked whether the print looked faded. Nope. I told him good luck.</p><p>He reluctantly called tech support &#8211; reluctant, he said, because the technicians always make him feel like an idiot. They asked whether he had checked the toner cartridge. Sure enough, that was it &#8211; the printer was low on toner. He changed the toner cartridge, entered the command to print the document, and it printed all four pages!</p><p>Although the problem was solved, my son remained perplexed. &#8220;Why,&#8221; he asked, &#8220;would I ever suspect the toner was low when the printer had no problem printing half pages? For all the half pages it printed, it could have printed ten full copies of the document!&#8221;</p><p>Ahhh, it was finally dawning on him how utterly illogical computers can be.</p><p>My printer has its own quirky behaviors. Just the other day I tried to print a document in black and white &#8211; no fancy color brochure or anything like that. The printer refused. The error message told me that my printer was out of yellow ink and I had to change the yellow ink cartridge before I could print anything.</p><p>If you&#8217;ve observed your printer or computer behaving oddly, I&#8217;d like to hear about it. Please post your observations here.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/printers/printer-printing-only-half-a-page.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Svchost CPU Usage Slowing Down Your Computer?</title><link>http://computerchimp.com/printers/svchost-cpu-usage-slowing-down-your-computer.html</link> <comments>http://computerchimp.com/printers/svchost-cpu-usage-slowing-down-your-computer.html#comments</comments> <pubDate>Wed, 01 Oct 2008 15:23:05 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Printers]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[100% CPU]]></category> <category><![CDATA[hp network printer]]></category> <category><![CDATA[hp printer problem]]></category> <category><![CDATA[Slow Computer]]></category> <category><![CDATA[svchost]]></category> <category><![CDATA[svchost.exe]]></category><guid
isPermaLink="false">http://computerchimp.com/?p=41</guid> <description><![CDATA[I encountered a nagging problem with all the Windows PCs on my network. Sometimes, they’d run just fine. Other times, they’d slow to a crawl. What used to take only a few seconds for my computer to accomplish would now take several minutes. During my research, I found that several other people encountered similar problems. [...]]]></description> <content:encoded><![CDATA[<p></p><p>I encountered a nagging problem with all the Windows PCs on my network. Sometimes, they’d run just fine. Other times, they’d slow to a crawl. What used to take only a few seconds for my computer to accomplish would now take several minutes. During my research, I found that several other people encountered similar problems.<span
id="more-41"></span></p><p>Many people identified the problem as an issue with the Windows Update Agent (WUA). You can read about it and the fix for it on Microsoft’s support site at <a
href="”http://support.microsoft.com/kb/916089/en-us”">support.microsoft.com/kb/916089/en-us</a>. In all likelihood, however, if you’ve been updating Windows regularly, you already have the required fix.</p><p>I was able to track down my problem to software related to my HP printer. For some strange reason, the software was engaging my computer in a constant search for the printer, which was really bogging down both computers on my home network.</p><p>If you have an HP printer that you share on your network via a router and you’re experiencing very poor performance, this post may help you identify and fix the problem.</p><h3>Identifying the Culprit</h3><p>To find out what’s causing the slowdown, press Ctrl+Alt+Delete to display the Windows Task Manager shown below and click the Processes tab. Examine the list of processes for any process except “System Idle Process” that’s consuming a huge percentage of CPU resources. On my networked PCs, the process that was hogging the CPU was svchost.exe.</p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc01.jpg" alt="" /></p><p>Svchost is part of Windows. Other software can call it into action. Several instances of svchost.exe were running, but only one may be causing a problem. Your next step is to find out which program running the problem instance of svchost is causing the problem.</p><p>Download a utility called <a
href="”http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx”">Process Explorer</a> and run it on my computer as shown below. This nifty utility displays a list of all the processes currently running, just like the Windows Task Manager does, but allows you to view more information about each process.</p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc02.jpg" alt="" /></p><p>Double-click the process that’s consuming so much CPU usage to display a window with more information about the process, as shown below. This example shows information for HP Network Devices Support.</p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc03.jpg" alt="" /></p><h3>Changing a Service from Automatic to Manual</h3><p>In the many discussions I read about this problem on other Web sites, I knew that I needed to change the service from automatic to manual in order to fix the problem. However, nobody really explained how to do that. Here’s how:</p><ol><li>Click Start and then <strong>Control Panel</strong>.</li><li>Click <strong>Switch to Classic View</strong>.</li><li>Double-click <strong>Administrator Tools</strong> as shown below.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc04.jpg" alt="" /></p><li>Double-click <strong>Services</strong>, as shown below.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc05.jpg" alt="" /></p><p>The Services window appears, as shown below. Note that it includes a couple HP services, including HP Network Devices Support.</p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc06.jpg" alt="" /></p><li>Double-click <strong>HP Network Devices Support</strong>. Windows displays additional information about the service, as shown below, including the command used to run it.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc07.jpg" alt="" /></p><li>Change the <strong>Startup Type</strong> from <strong>Automatic</strong> to <strong>Manual</strong> and then <strong>click the </strong>OK button.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc08.jpg" alt="" /></p></ol><h3>Assigning Your Network Printer a Static IP Address</h3><p>Unfortunately, now that you’ve essentially disabled the HP tool for locating the network printer on startup, Windows won’t be able to find your printer. To address this issue, assign your printer a static (fixed) IP address. The process for doing this differs depending on the router you’re using. I have a Netgear router, and the process goes something like this:</p><ol><li>Open your Web browser, type the IP address of your router, and press Enter. The IP address usually looks something like 127.132.0.1. (I blurred mine in the image below for security purposes.) Check the documentation that came with your router for information on how to access its settings.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc09.jpg" alt="" /></p><li>Login, if necessary, by entering your username and password. (Again, this should be included in your router’s documentation, unless you or someone else changed the router’s login settings.)</li><li>Click the <strong>LAN IP Setup</strong> link to display the LAN IP Setup settings, where can assign a specific IP address to any device on the network, as shown below.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc10.jpg" alt="" /></p><li>Click <strong>Add</strong> to display a list of devices for which you can reserve a specific IP address.</li><li>Click the option button next to your printer and click <strong>Add</strong>, as shown below. This returns you to the LAN IP Setup page.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc11.jpg" alt="" /></p><li>Click <strong>Apply</strong>, as shown below.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc12.jpg" alt="" /></p></ol><p>Assuming everything goes as planned, the next time you restart your computer, you shouldn’t have a problem with svchost consuming all your CPU usage, and you should have no trouble printing.</p><p>Now, perform the same steps on your other networked computers.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/printers/svchost-cpu-usage-slowing-down-your-computer.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Document Won’t Print; Then I Get Several Copies</title><link>http://computerchimp.com/printers/document-wont-print-then-i-get-several-copies.html</link> <comments>http://computerchimp.com/printers/document-wont-print-then-i-get-several-copies.html#comments</comments> <pubDate>Sat, 27 Sep 2008 12:49:58 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Printers]]></category> <category><![CDATA[Printer Troubleshooting]]></category><guid
isPermaLink="false">http://computerchimp.com/printers/document-wont-print-then-i-get-several-copies.html</guid> <description><![CDATA[One of the most common problems that beginning computer users have is dealing with the Windows print queue. They&#8217;ll click the Print button and if the printer doesn&#8217;t spit out a page immediately, they&#8217;ll click the button again and again. When the printer finally warms up and starts printing, they wonder why they got 15 [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://computerchimp.com/wp-content/uploads/2008/09/print_queue.jpg"></a>One of the most common problems that beginning computer users have is dealing with the Windows <em>print queue</em>. They&#8217;ll click the <strong>Print</strong> button and if the printer doesn&#8217;t spit out a page immediately, they&#8217;ll click the button again and again. When the printer finally warms up and starts printing, they wonder why they got 15 copies of the same document.</p><p>Yesterday, I received a call asking why<span
id="more-32"></span> the printer was printing documents dated three weeks ago and not printing the document dated today. The answer: The Windows print queue.</p><p>When you print a document, Windows doesn&#8217;t automatically send it to the printer. Instead, it sends the document to the print queue, where the document needs to stand in line and wait to get printed. If something happens to delay the printing of the document at the front of the line (such as the printer being off), then all the documents behind it have to wait. When the printer finally starts printing, the documents standing in the front of the line print first.</p><p>To avoid problems, enter the print command only once to print a document. If it doesn&#8217;t start printing, check the print queue. To display the print queue, double-click the printer icon in the lower-left corner of the screen as shown below.</p><p
align="center"><img
src="http://joekraynak.com/images/printer_icon.jpg" border="0" alt="printer icon" vspace="10" width="212" height="87" /></p><p
align="left">This displays the print queue, as shown below.</p><p
align="center"><a
href="http://computerchimp.com/wp-content/uploads/2008/09/print_queue.jpg"><img
class="size-full wp-image-34" title="print_queue" src="http://computerchimp.com/wp-content/uploads/2008/09/print_queue.jpg" alt="Windows Print Queue" width="400" height="142" /></a></p><p
align="left">You can then perform any of the following tasks:</p><ul><li>To pause all printing, open the <strong>Printer</strong> menu and select <strong>Pause Printing</strong>.</li><li>To pause the printing of one or more documents, <strong>Ctrl+click</strong> each document in the queue, open the <strong>Document</strong> menu, and select <strong>Pause Printing</strong>.</li><li>To resume printing, open the <strong>Printer</strong> or <strong>Document</strong> menu and click Pause <strong>Printing</strong>.</li><li>To cancel all print jobs, open the <strong>Printer</strong> menu and select <strong>Cancel All Print Jobs</strong>.</li><li>To cancel individual print jobs, <strong>Ctrl+click</strong> each print job you want to cancel, open the <strong>Document</strong> menu, and select <strong>Cancel</strong>.</li><li>To move a document in the print queue, drag it up or down.</li></ul><blockquote><p><strong>Tip: </strong>You can also right-click individual documents in the queue to display a pop-up menu that contains commands you can choose to control the printing of the document.</p></blockquote><p>If you enter the print command and the document doesn&#8217;t print immediately, wait a few minutes. If it still doesn&#8217;t print, make sure the printer is turned on and check the display on the printer itself for any error messages, which usually tell you if the printer needs paper or ink or something else is going on. </p><p>If you take care of all that and the document still isn&#8217;t printing, try clearing the print queue and printing the document again. If you&#8217;re still having trouble, then you may need to do some more serious troubleshooting, but continuing to click the Print button is probably not going to do you much good.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/printers/document-wont-print-then-i-get-several-copies.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Maximize the Paper-Saving Power of Your PC</title><link>http://computerchimp.com/green-computing/maximize-the-paper-saving-power-of-your-pc.html</link> <comments>http://computerchimp.com/green-computing/maximize-the-paper-saving-power-of-your-pc.html#comments</comments> <pubDate>Tue, 15 Apr 2008 15:12:19 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Green Computing]]></category> <category><![CDATA[Printers]]></category> <category><![CDATA[Saving Paper]]></category><guid
isPermaLink="false">http://computerchimp.com/printers/maximize-the-paper-saving-power-of-your-pc.html</guid> <description><![CDATA[On April 1, 2008,  the American Forest &#38; Paper Association (AF&#38;PA) issued a press release entitled &#8220;Paper Recycling Hits Record High&#8220; announced that an all time high of 56 percent of the paper consumed in America was recovered for recycling, achieving a significant industry goal five years ahead of schedule. While this is certainly good news, paper [...]]]></description> <content:encoded><![CDATA[<p></p><p>On April 1, 2008,  the American Forest &amp; Paper Association (AF&amp;PA) issued a press release entitled &#8220;<a
title="Paper Recycling Hits All-Time High" href="http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=109&amp;STORY=/www/story/04-01-2008/0004784260&amp;EDATE=">Paper Recycling Hits Record High</a>&#8220; announced that an all time high of 56 percent of the paper consumed in America was recovered for recycling, achieving a significant industry goal five years ahead of schedule.<span
id="more-20"></span></p><p>While this is certainly good news, paper use is probably at an all-time high, too. Fortunately, computers are designed to be paper-conservation machines, but far too many users fail to make full use of their computer&#8217;s paper-saving power. Here are some tips on how you can maximize the paper saving power of your PC (or Mac):</p><ul><li>Print as little as possible. Do most of your editing on the computer, read Web pages online instead of printing them out, don&#8217;t print email messages. Just before printing something, ask yourself, &#8220;Do I really need a hardcopy?&#8221;</li><li>Use smaller fonts and wider margins on long documents.</li><li>Print or copy on both sides of a page if your printer supports this.</li><li>Sign up to receive as many of your bills as possible online instead of via mail delivery.</li><li>Pay your bills online. Many banks no offer free online bill pay, so you don&#8217;t need to buy a special personal finance program and pay a service for this feature. Online bill pay can save you a lot on postage, too!</li><li>Download and read eBooks instead of ordering paper copies. Amazon.com has a Kindle device specifically designed for eBooks.</li><li>Rather than fax documents, scan them in and send them as email attachments. You can also use a special service, such as eFax (<a
title="eFax" href="http://www.efax.com">www.efax.com</a>) to send faxes to standard fax machines over the Internet or receive faxes from a standard fax machine electronically rather than having to print them.</li></ul><p>Most of these suggestions will save ink, too, along with the energy required for your computer and printer to produce printouts!</p><p>If you have more tips to share on how to use your computer to cut down on paper use, please share by posting them here.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/green-computing/maximize-the-paper-saving-power-of-your-pc.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Network Printer Going Offline</title><link>http://computerchimp.com/printers/network-printer-going-offline.html</link> <comments>http://computerchimp.com/printers/network-printer-going-offline.html#comments</comments> <pubDate>Thu, 03 Apr 2008 12:28:49 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Printers]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Printer Troubleshooting]]></category><guid
isPermaLink="false">http://computerchimp.com/troubleshooting/network-printer-going-offline.html</guid> <description><![CDATA[I have an HP Officejet Pro L7580 network printer that&#8217;s connected (via a LAN cable) to a Netgear Wireless Router. Two computers are hardwired to the router with LAN cables, and I rarely have any trouble printing from them. The other two are laptops that connect wirelessly to the printer through the router. One of these [...]]]></description> <content:encoded><![CDATA[<p></p><p>I have an HP Officejet Pro L7580 network printer that&#8217;s connected (via a LAN cable) to a Netgear Wireless Router. Two computers are hardwired to the router with LAN cables, and I rarely have any trouble printing from them. The other two are laptops that connect wirelessly to the printer through the router. One of these laptops I rarely print from. On the other laptop, which is running Windows Vista, the printer keeps going Offline.<span
id="more-15"></span></p><p>I narrowed the problem down to an IP address issue. IP (Internet Protocol) addresses are used to specify the location of each computer on the network. My router has its own IP address and it assigns a separate address to each computer and to the printer. You can check your printer&#8217;s IP address by doing the following:</p><ol><li>Open the Windows Control Panel.</li><li>Click the option to view your Printers.</li><li>Right-click the printer&#8217;s icon and click <strong>Properties</strong>.</li><li>Click the <strong>Ports</strong> tab. (Above the Ports list near the bottom of the window, you might have to drag the little line that separates the Port column from the Description column to view the port numbers.)</li></ol><p>If you&#8217;re having trouble with your printer going offline on this computer, then Windows might be using the wrong port number for your printer. Go to one of the computers from which you can print and check the port number that Windows is using for the printer. Jot it down. (Even if Windows is using the correct port number on the computer from which you cannot print, creating a new port as I show you in this article, can still solve the problem.)</p><p>Now, return to the computer on which the printer is appearing as Offline and create a new IP port using that address. Here are the steps:</p><ol><li>Open the Windows Control Panel.</li><li>Click the option to view your Printers.</li><li>Right-click the printer&#8217;s icon and click <strong>Properties</strong>.</li><li>Click the <strong>Ports</strong> tab.</li><li>Click <strong>Add Port</strong>.</li><li>Click the option <strong>Standard TCP/IP Port </strong>and then click <strong>New Port&#8230;</strong></li><li>Follow the onscreen instructions to create the new port with the printer&#8217;s correct IP address &#8211; the one you jotted down earlier.</li></ol><blockquote><p><strong>Tip: </strong>Robin, the online tech support person at HP who was so helpful in troubleshooting and fixing my problem, gave me an excellent tip. Open your Web browser. In the address bar at the top, instead of typing a web page address, type the IP address for your printer and press Enter. (If you get a security warning, click the option to proceed to the site.) I&#8217;m not sure this works with all network printers, but on my HP network printer, it displays a cool control panel for the printer.</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/printers/network-printer-going-offline.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 3/11 queries in 0.052 seconds using disk

Served from: computerchimp.com @ 2010-09-09 21:31:42 -->