Sophie

Sophie

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

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 Installation - Step 4 - CUPS - USB/parallel</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">Installation</a> > <a href="../index.html">Step 4</a> > <a href="index.html">CUPS</a> > USB/Parallel

        <td align="left" valign="top" class="content">
        <div class="document" id="installation-step-4-cups-usb-parallel">
<h1 class="title">Installation - Step 4 - CUPS - USB/Parallel</h1>
<ol class="arabic simple">
<li>Connect your HP printer to your computer using USB or Parallel.</li>
</ol>
<p><em>Note</em>: See your printer documentation for specific instructions on connecting the USB, Parallel or Network cable to your printer and computer.</p>
<ol class="arabic simple" start="2">
<li>Open a console/terminal window.</li>
<li>Enter this command to login as super user; (Ubuntu users go to step 5)</li>
</ol>
<p><em>Warning</em>: The root password gives you administrative privileges on the system.</p>
<pre class="literal-block">
su
</pre>
<ol class="arabic simple" start="4">
<li>Enter this command to restart the Common UNIX Printing system (CUPS)</li>
</ol>
<pre class="literal-block">
/etc/init.d/cups restart
</pre>
<p>On some systems you may need to enter this command: (Fedora Core for example)</p>
<pre class="literal-block">
/etc/init.d/cupsys restart
</pre>
<ol class="arabic simple" start="5">
<li>Ubuntu Users: Enter this command:</li>
</ol>
<pre class="literal-block">
sudo /etc/init.d/cups restart
</pre>
<ol class="arabic simple" start="6">
<li>Open a web browser, and then enter the following address in the address box:  <a class="reference" href="http://localhost:631">http://localhost:631</a></li>
</ol>
<pre class="literal-block">
Click Printers -&gt; Add Printer
</pre>
<div align="center" class="align-left"><img src="../../../images/cups_opening.png" alt="CUPS"/></div><ol class="arabic simple" start="8">
<li>Enter the root username and password. (when prompted)</li>
<li>Enter a name for your HP printer in the Name box.</li>
</ol>
<p><em>Note: The name you enter must not contain spaces.</em></p>
<ol class="arabic simple" start="10">
<li>(Optional) Enter a description of the location of the printer in the Location box. (Example: 3rd Floor Office)</li>
<li>(Optional) Enter a description of the printer in the Description box. (Example: HPLJ3380)</li>
<li>Click Continue.</li>
<li>From the Device drop-down list select the printer to be installed.</li>
</ol>
<p><em>Note</em>: You <em>MUST</em> make a selection from the drop down that appears such as &quot;hp:/usb/hp_deskjet_5600?serial=MY31R1K02179&quot;.</p>
<pre class="literal-block">
hp:/usb/[printer name, serial number]
</pre>
<div align="center" class="align-left"><img src="../../../images/cups_device_list.png" alt="CUPS"/></div><ol class="arabic simple" start="14">
<li>Click Continue.</li>
<li>In the Make list;</li>
</ol>
<pre class="literal-block">
Click HP -&gt; Continue.
</pre>
<div align="center" class="align-left"><img src="../../../images/cups_model_list.png" alt="CUPS"/></div><ol class="arabic simple" start="16">
<li>In the Model list, click the printer model that most closely matches your printer, and then click Continue.</li>
</ol>
<div align="center" class="align-left"><img src="../../../images/cups_printer_model.png" alt="CUPS"/></div><p><em>Note</em>: To configure your printer for using Fax, follow these steps, otherwise goto Step 27.</p>
<ol class="arabic simple" start="17">
<li>Once the printer is added using the above steps, go back to step 7.</li>
<li>At step 9, enter a name for your Fax device.  Example: &quot;photosmart_3310_fax&quot;</li>
<li>At step 13, select your device that starts with &quot;hpfax://&quot;.</li>
</ol>
<pre class="literal-block">
Example: &quot;hpfax:/usb/psc_2500_series?serial=XXXXXXXXX (HP psc_2500_series)
</pre>
<ol class="arabic simple" start="20">
<li>At step 15, select HP.</li>
<li>At step 16, scroll to the very bottom and select &quot;HPLIP Fax (en)&quot;</li>
<li>Complete the setup process.</li>
<li>Open the hp-toolbox. (Open a terminal/console window and enter)</li>
</ol>
<p><em>Note</em>: You can also open the HP Device Manager by using the GNOME or KDE menu system.</p>
<pre class="literal-block">
hp-toolbox
</pre>
<p><em>Note</em>: If setting up fax continue else go to step 30.</p>
<ol class="arabic simple" start="24">
<li>Select your printer.</li>
<li>Click the &quot;Tools &amp; Settings&quot; tab.</li>
<li>Click &quot;Setup Fax..&quot;</li>
<li>Enter your information in the &quot;Fax Header Information&quot; section.</li>
<li>Click &quot;Ok&quot;.</li>
<li>Fax setup is now complete.</li>
</ol>
<div align="center" class="align-left"><img src="../../../images/hplip_device_manager.png" alt="HPLIP"/></div><ol class="arabic simple" start="30">
<li>Click the Tools &amp; Settings tab, and then click Print Test Page.</li>
</ol>
</div>


        <hr size="1"/>
        <small>Last update: Wed Jun 28 15:56:40 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>