Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 9db8e0fac77d5c0f3fb04163674ce454 > files > 168

hplip-1.6.7-6.el5_6.1.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

 <head>
  <title>HPLIP Troubleshooting - Install</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf8" />
  <!-- <link rel="stylesheet" href="../styles/style.css" type="text/css" /> -->
  <link rel="stylesheet" href="../styles/rest.css" type="text/css" /> 
  <link rel="stylesheet" href="../styles/default.css" type="text/css" /> 
       <meta name="author" content="" />
       <meta name="email" content="" />
  <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
  <META HTTP-EQUIV="EXPIRES" CONTENT="Mon, 22 Jul 2002 11:12:01 GMT">
 </head>

 <body>
    <table border="0" width="100%" cellspacing="0">
        <tr>
            <td align="left" valign="top">
                <a href="../index.html"><img src="../images/hp-tux-printer.png" alt="HP Linux Imaging and Printing" align="left" border="0"/></a>
                <h1>HP Linux Imaging and Printing (HPLIP)</h1>
            </td>
        </tr>
    </table>

    <table  border="0" width="100%" cellspacing="4">
        <tr>
            <td colspan="3"><hr noshade="noshade" size="1"/></td>
        </tr>
        <tr>
        <!-- LEFT SIDE NAVIGATION -->
            <td  valign="top" class="navleft" width="5%"> <!-- nowrap="nowrap" -->
                <div class="menuheader">About</div> 
                <menu compact="compact">
                    <li><a href="../features.html" title="">Features</a></li> 
                    <li><a href="../screenshots.html" title="">Screenshots</a></li> 
                    <li><a href="../faqs.html" title="FAQs">FAQs</a></li> 
                </menu>

                <div class="menuheader">Setup and Installation</div> 
                <menu compact="compact">
                    <li><a href="../system_requirements.html" title="System Requirements">System Requirements</a></li> 
                    <li><a href="../supported_devices/index.html" title="Supported Devices">Supported Devices</a></li> 
                    <li><a href="http://sourceforge.net/project/showfiles.php?group_id=149981" title="Downloads">Downloads</a></li> 
                    <li><a href="../install/index.html" title="Installation Instructions">Installation Instructions</a></li> 
                </menu>

                <div class="menuheader">Usage and Support</div> 
                <menu compact="compact">
                    <li><a href="../mailing_lists.html" title="Mailing Lists">Mailing Lists</a></li>
                    <li><a href="../howtos/index.html" title="How-Tos">How-Tos</a></li> 
                    <li><a href="../troubleshooting/index.html" title="Troubleshooting">Troubleshooting</a></li>
                    <li><a href="../release_notes.html" title="Release Notes">Release Notes</a></li>
                    <!-- <li><a href="" title="Software Patches">Software Patches</a></li> -->
                </menu>

                <div class="menuheader">Resources</div>
                <menu compact="compact">
                    <li><a href="../tech_docs/index.html" title="">Technical Documentation</a></li> 
                    <li><a href="http://sourceforge.net/projects/hplip/" title="Our project page on Sourceforge.net">Sourceforge Project Page</a></li> 
                    <li><a href="../license.html" title="Software License">Software License</a></li>
                    <li><a a href="../other_support.html" title="Other Support Information">Other Support Information</a></li>
                    <li><a a href="../about.html" title="About">About HPLIP</a></li>
                    <li><a href="../contacts.html" title="Contacts">Contacts</a></li>
                </menu>
            </td>

        <!-- CONTENT -->

        <a href="../index.html">Home</a> > <a href="index.html">Troubleshooting</a> > Installation

        <td align="left" valign="top" class="content">
        <div class="document" id="installation-troubleshooting">
<h1 class="title">Installation Troubleshooting</h1>
<p><strong>Issue 1: 'hp-makeuri' fails to find my network printer</strong></p>
<p>Solution:</p>
<ol class="arabic simple">
<li>Determine the IP address of your printer by printing out the network configuration page (or if you know it or can determine it in another way)</li>
<li>Run:</li>
</ol>
<pre class="literal-block">
$ hp-makeuri &lt;ip-address&gt;
</pre>
<p>For example:</p>
<pre class="literal-block">
$ hp-makeuri 192.168.1.1
</pre>
<ol class="arabic simple" start="3">
<li>This will result in a device URI printed to the console. For example:</li>
</ol>
<pre class="literal-block">
hp:/net/Officejet_9100_series?ip=192.168.1.1
</pre>
<ol class="arabic simple" start="4">
<li>Copy this device URI</li>
<li>Open the CUPS UI:</li>
</ol>
<pre class="literal-block">
http://localhost:631
</pre>
<p>(or YasT, etc) and install the printer by pasting the generated URI.</p>
<p><strong>Issue 2: There is no listing in CUPS or my printer installation tool for the exact model number of my printer.</strong></p>
<p>Solution:</p>
<ol class="arabic simple">
<li>Check to see if there is another model in the list that is in the correct &quot;series&quot;. For example, a &quot;DeskJet 5510&quot; will use a &quot;DeskJet 5500 Series&quot; driver. In general, you &quot;round down&quot; the model number that appears on the case of the printer to the next lowest number that is available in the software.</li>
<li>If this doesn't work, visit this page and follow the instructions to download and install a new PPD file for your printer: <a class="reference" href="http://linuxprinting.org/">http://linuxprinting.org/</a></li>
</ol>
<p><strong>Issue 3: I've plugged in my USB printer, but it doesn't show up in the CUPS interface.</strong></p>
<p>Solution:</p>
<p>Restart CUPS. There are two basic methods: (Note: You must be root to execute these commands)</p>
<pre class="literal-block">
# /etc/init.d/cupsd restart
</pre>
<p>or:</p>
<pre class="literal-block">
# killall -HUP cupsd
</pre>
<p><strong>Issue 4: I can 'ping' my network printer but 'hp-makeuri' won't generate a device URI for it.</strong></p>
<p>Solution:</p>
<ol class="arabic simple">
<li>Check to make sure SNMP is properly installed. Check your distribution documnetation on how to do this.</li>
<li>Check your network firewall and make sure it is configured so that access to port 9100 is not blocked.</li>
<li>Make sure the printer is powered on, and that the network cable is pluged into the printer and configured correctly.</li>
</ol>
<p><strong>Issue 5: I am sharing a printer from another Linux machine using CUPS and I am unable to print to it.</strong></p>
<p>Solution:</p>
<p>This configuration is currently unsupported in HPLIP. To print in this configuration, use HPIJS only.</p>
<p><strong>Issue 6: I am sharing a printer from a Windows machine and I am unable to print to it.</strong></p>
<p>Solution:</p>
<p>This configuration is unsupported currently in HPLIP. To print in this configuration, use HPIJS only and the SAMBA backend (smb:)</p>
<p><strong>Issue 7: I am trying to setup my printer in SUSE using CUPS and am having problems.</strong></p>
<p>Solution:</p>
<p>To install on SUSE, unless you have created a CUPS admin, you must use YaST. Otherwise, printer setup using CUPS will fail. Follow the YaST instructions in the Installation Instructions section.</p>
</div>


        <hr size="1"/>
        <small>Last update: Thu Mar 16 17:21:05 2006</small>

        <!-- FOOTER -->
    </table>
    <table border="0" width="100%" cellspacing="0">
        <tr>
            <td colspan="3"><hr noshade="noshade" size="1"/></td>
        </tr>
        <!-- <tr><td colspan="3" class="footer"></td> -->
        <tr>
            <td class="footer"><a href="../legal.html">Legal Notices</a></td>
            <td class="footer">Copyright &#169; 2003-2006, Hewlett-Packard Development Company, L.P.</td>
            <td class="footer"><a href="mailto:hplip@hp.com">Contact Site Maintainer</a></td>
        </tr>
        <tr>
            <td colspan="3" class="footer"><a href="http://sourceforge.net/" alt="Hosted by Sourceforge.net"><img src="../images/sflogo.png" border="0"></a></td>
        </tr>
    
    </table>
</body>

</html>