Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 7ccdc57b2ac1b6a3d8fb45c86647aab4 > files > 272

hplip-doc-2.8.2-2.2mdv2008.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">
<head>
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon" />
<title>HPLIP Troubleshooting - General/Other</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../styles/default.css" type="text/css" /> 
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" />
<META HTTP-EQUIV="EXPIRES" CONTENT="Mon, 22 Jul 2002 11:12:01 GMT" />
<META NAME="DESCRIPTION" CONTENT="HP Linux Imaging and Printing - HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux.">
<META NAME="KEYWORDS" CONTENT="HPLIP, HP, Linux, Printing, HPIJS">
</head>
<body>
<div id="page"><!-- start page -->
<div id="container"><!-- start main container -->
<!-- start banner -->

<div id="banner">
<div id="banner_graphics">
        <div id="floatleft">
        <img src="../images/hplogo2.png" alt="HP Logo" border="0" />
        </div>
        <div id="floatcenter">
        <a href="../index.html">
        <img src="../images/hpliplogo.png" alt="HP Logo" border="0" />
        </a>
        </div>
        <div id="floatright">
        <img src="../images/tuxlogo2.png" alt="Tux" border="0" />
        </div>
    </div>
</div>
<!-- end banner -->

<div id="navbar">
<table>
    <tr>
        <td valign="top">
<div id="sidebar-a">
<ul id="sidebar-a-list">
    <menu compact="compact">
        <div class="menuheader"><a href="../index.html" title="">Home</a></div>
    </menu>

<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> 
        <li><a a href="../about.html" title="About">About HPLIP</a></li>
    </menu>
<div class="menuheader">Setup and Installation</div>
    <menu compact="compact">
        <li><a href="../downloads.html" title="Downloads">Download HPLIP</a></li>
        <li><a href="../install/index.html" title="Installation Instructions">Installation Instructions</a></li> 
        <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> 
    </menu>
<div class="menuheader">Usage and Support</div>
    <menu compact="compact">
        <li><a href="../mailing_lists.html" title="Mailing Lists">Support</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>
    </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 href="../contacts.html" title="Contacts">Contacts</a></li>
    </menu>
</ul>
</div>
<!-- end sidebar --></td>
</div>
<td width=100%>
<div id="content"><!-- start content -->
        <a href="../index.html">Home</a>
&gt;
<a href="index.html">Troubleshooting</a>
&gt;
General/Other

<hr size="1"/>
        <div class="document" id="general-other-troubleshooting">
<h1 class="title">General/Other Troubleshooting</h1>
<p><strong>Issue 1: I am seeing messages like &quot;Unable to find GUI for username...&quot; and &quot;No GUI available&quot; in the system log.</strong></p>
<p>Solution:</p>
<p>These are normal and should not cause any concerns.</p>
<p><strong>Issue 2: How do I check the syslog for HPLIP system errors?</strong></p>
<p>Solution:</p>
<p>With superuser (su/sudo) privileges, use the following command to view the syslog. Look for any errors during the time of the failure.</p>
<pre class="literal-block">
# tail -f /var/log/messages
</pre>
<p><strong>Issue 3:  When I go to login to the CUPS web interface (http://localhost:631) it asks for my root password--and my root password doesn't give me access.</strong></p>
<p>Solution:</p>
<p>First verify with your distribution the best way to install your printer.</p>
<p>To enable the CUPS web interface follow these directions.</p>
<p>Edit the cupsd.conf file.</p>
<pre class="literal-block">
# gedit /etc/cups/cupsd.conf
</pre>
<p>Find this section:</p>
<pre class="literal-block">
# Restrict access to the admin pages...
&lt;Location /admin&gt;
#Order allow,deny
#Allow localhost
&lt;/Location&gt;
</pre>
<p>Change it to:</p>
<pre class="literal-block">
# Restrict access to the admin pages...
&lt;Location /admin&gt;
Order allow,deny
Allow localhost
&lt;/Location&gt;
</pre>
<p>Save/Exit, restart CUPS:</p>
<pre class="literal-block">
# /etc/init.d/cups restart
</pre>
<p>for Ubuntu</p>
<pre class="literal-block">
$ /etc/init.d/cupsys restart
</pre>
<p>Open your web browser, go to <a class="reference" href="http://localhost:631">http://localhost:631</a>.  Complete the administrative tasks you need to complete.</p>
</div>

<hr size="1"/>
<center><small>Page last updated: Mon Jun 11 15:45:59 2007; HPLIP Version: 2.8.2</small></center>
</div>
</td></tr></table>
</div>
<!-- end content -->
<!-- end container -->
<div id="footer"><!-- start footer -->
        <hr size="1"/>
        <a href="../legal.html">Legal Notices</a>
        Copyright &#169; 2003-2007, Hewlett-Packard Development Company, L.P.
        <a href="mailto:hplip@hp.com">Contact Site Maintainer</a><br>
        <a href="http://sourceforge.net/" alt="Hosted by Sourceforge.net"><img src="../images/sflogo.png" border="0"></a>
</div>
<!-- end footer -->
</div><!-- end page -->

<!-- google analytics -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1543832-1";
urchinTracker();
</script>
<!-- start google analytics from hplip.marketing -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1543832-7";
urchinTracker();
</script>
<!-- end google analytics -->


<!-- START OF ACTIVEMETER CODE -->
<script type="text/javascript" language="javascript">
var __pid=30231;
var __am_invisible=1;
</script>
<!-- END OF ACTIVEMETER CODE -->

</body>
</html>