low print quality in Deskjet 882C under Ubuntu

Asked by Jose

Under Windows 98, the print quality on my HP Deskjet 882C printer is excellent - typeset quality. Under Ubuntu 8.04 it is more like a good dot-matrix printer. I have installed msttcorefonts, a bunch of other tt fonts from Windows 98 and Office 2000, and have checked various high quality print options when I print, still the same mediocre quality. ControlCenter - HardwareDrivers shows "No proprietary drivers are in use on this system. However, I do seem to have the driver.

Following this note is the output from
dpkg -l hplip
and
hp-check -t

As you can see, there are some dependencies that are not installed, but it seems that some do not need to be installed (they are required at compile time only, yet say to ensure they are installed before running - I'm puzzled). Prior to running the commands, I'd like to know what they do, and if they are likely to solve the problem. I'd also like to know why these missing dependencies are missing. It's a standard Ubuntu 8.04 install which was done without the printer attached at the time. I attached the printer hardware later, and it seemed to work, though not as well as under windows. Does Ubuntu not install the driver if it doesn't see the printer when set up?

It seems to be a common problem with no quick solution evident in google searches.

Thanks for any insight.

Jose
======

jose@Gigi:~$ dpkg -l hplip
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii hplip 2.8.2-0ubuntu8 HP Linux Printing and Imaging System (HPLIP)
jose@Gigi:~$ hp-check -t

HP Linux Imaging and Printing System (ver. 2.8.2)
Dependency/Version Check Utility ver. 13.0

Copyright (c) 2001-7 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling the
HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies
are installed to successfully compile HPLIP.
2. Run-time check mode (-r or --run): Use this mode to determine if a distro
supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball
has the proper dependencies installed to successfully run.
3. Both compile- and run-time check mode (-b or --both) (Default): This mode
will check both of the above cases (both compile- and run-time dependencies).

Saving output in log file: hp-check.log

Initializing. Please wait...
warning: Invalid drv_dir value: /usr/share/cups/drv/hp/

---------------
| SYSTEM INFO |
---------------

Basic system information:
Linux Gigi 2.6.24-24-generic #1 SMP Tue Aug 18 17:04:53 UTC 2009 i686 GNU/Linux

Distribution:
ubuntu 8.04

HPOJ running?
No, HPOJ is not running (OK).

Checking Python version...
OK, version 2.5.2 installed

Checking PyQt version...
error: NOT FOUND OR FAILED TO LOAD!

Checking SIP version...
error: SIP not installed or version not found.

Checking for CUPS...
Status: scheduler is running
error: Version: (Not available. CUPS may not be installed or not running.)

------------------------------------
| COMPILE AND RUNTIME DEPENDENCIES |
------------------------------------

note: To check for compile-time only dependencies, re-run hp-check with the -c parameter (ie, hp-check -c).
note: To check for run-time only dependencies, re-run hp-check with the -r parameter (ie, hp-check -r).

Checking for dependency: cups - Common Unix Printing System...
OK, found.

Checking for dependency: cups-ddk - CUPS driver development kit...
OK, found.

Checking for dependency: cups-devel- Common Unix Printing System development files...
error: NOT FOUND! This is a REQUIRED/COMPILE TIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes libcupsys2-dev cupsys-bsd

Checking for dependency: gcc - GNU Project C and C++ Compiler...
error: NOT FOUND! This is a REQUIRED/COMPILE TIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes build-essential

Checking for dependency: GhostScript - PostScript and PDF language interpreter and previewer...
OK, found.

Checking for dependency: libcrypto - OpenSSL cryptographic library...
error: NOT FOUND! This is a REQUIRED dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes openssl

Checking for dependency: libjpeg - JPEG library...
error: NOT FOUND! This is a REQUIRED dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes libjpeg62-dev

Checking for dependency: libnetsnmp-devel - SNMP networking library development files...
error: NOT FOUND! This is a REQUIRED dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes libsnmp-dev

Checking for dependency: libpthread - POSIX threads library...
error: NOT FOUND! This is a REQUIRED dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes build-essential

Checking for dependency: libtool - Library building support services...
error: NOT FOUND! This is a REQUIRED/COMPILE TIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes libtool

Checking for dependency: libusb - USB library...
error: NOT FOUND! This is a REQUIRED dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes libusb-dev

Checking for dependency: make - GNU make utility to maintain groups of programs...
OK, found.

Checking for dependency: PIL - Python Imaging Library (required for commandline scanning with hp-scan)...
OK, found.

Checking for dependency: ppdev - Parallel port support kernel module....
OK, found.

Checking for dependency: PyQt - Qt interface for Python...
error: NOT FOUND! This is a REQUIRED/RUNTIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes python-qt3

Checking for dependency: python-devel - Python development files...
error: NOT FOUND! This is a REQUIRED/COMPILE TIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes python2.5-dev

Checking for dependency: Python 2.3 or greater - Required for fax functionality...
OK, found.

Checking for dependency: Python 2.2 or greater - Python programming language...
OK, found.

Checking for dependency: Reportlab - PDF library for Python...
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes python-reportlab

Checking for dependency: SANE - Scanning library...
OK, found.

Checking for dependency: SANE - Scanning library development files...
error: NOT FOUND! This is a REQUIRED/COMPILE TIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes libsane-dev

Checking for dependency: scanimage - Shell scanning program...
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.
To install this dependency, execute this command:
sudo apt-get install --yes --force-yes sane-utils

Checking for dependency: xsane - Graphical scanner frontend for SANE...
OK, found.

----------------------
| HPLIP INSTALLATION |
----------------------

Currently installed HPLIP version...
HPLIP 2.8.2 currently installed in '/usr/share/hplip'.

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf. Generated from hplip.conf.in by configure.

[hpssd]
# Note: hpssd does not support dynamic ports
# Port 2207 is the IANA assigned port for hpssd
port=2207

[hplip]
version=2.8.2

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hpijs/HP
ppdbase=/usr/share/ppd/hpijs
doc=/usr/share/doc/hplip-doc/HTML
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
foomatic-drv-install=yes
foomatic-ppd-install=no
foomatic-rip-hplip-install=no
internal-tag=2.8.2.10

-------------------------------
| DISCOVERED PARALLEL DEVICES |
-------------------------------

No devices found.

--------------------------
| DISCOVERED USB DEVICES |
--------------------------

No devices found.

---------------------------------
| INSTALLED CUPS PRINTER QUEUES |
---------------------------------

DESKJET_882C
------------
Type: Unknown
Installed in HPLIP?: No, not using the hp: or hpfax: CUPS backend.
Device URI: parallel:/dev/lp0
PPD: /etc/cups/ppd/DESKJET_882C.ppd
PPD Description: HP DeskJet 882C Foomatic/hpijs, hpijs 2.8.2
Printer status: printer DESKJET_882C is idle. enabled since Sat 29 Aug 2009 03:32:36 PM EDT
warning: Printer is not HPLIP installed. Printers must use the hp: or hpfax: CUPS backend to function in HPLIP.
PDF
---
Type: Unknown
Installed in HPLIP?: No, not using the hp: or hpfax: CUPS backend.
Device URI: cups-pdf:/
PPD: /etc/cups/ppd/PDF.ppd
PPD Description: Generic PDF file generator
Printer status: printer PDF is idle. enabled since Tue 22 Apr 2008 01:54:42 PM EDT
warning: Printer is not HPLIP installed. Printers must use the hp: or hpfax: CUPS backend to function in HPLIP.

----------------------
| SANE CONFIGURATION |
----------------------

'hpaio' in '/etc/sane.d/dll.conf'...
error: Not found. SANE backend 'hpaio' NOT properly setup (needs to be added to /etc/sane.d/dll.conf).

Checking output of 'scanimage -L'...
error: scanimage not found.

---------------------
| PYTHON EXTENSIONS |
---------------------

Checking 'cupsext' CUPS extension...
OK, found.

Checking 'pcardext' Photocard extension...
OK, found.

Checking 'hpmudext' I/O extension...
OK, found.

Checking 'scanext' SANE scanning extension...
OK, found.

-----------------
| USB I/O SETUP |
-----------------

Checking for permissions of USB attached printers...

-----------
| SUMMARY |
-----------

error: 19 errors and/or warnings.

Summary of needed commands to run to satisfy missing dependencies:
sudo apt-get install --yes --force-yes libcupsys2-dev cupsys-bsd
sudo apt-get install --yes --force-yes build-essential
sudo apt-get install --yes --force-yes openssl
sudo apt-get install --yes --force-yes libjpeg62-dev
sudo apt-get install --yes --force-yes libsnmp-dev
sudo apt-get install --yes --force-yes build-essential
sudo apt-get install --yes --force-yes libtool
sudo apt-get install --yes --force-yes libusb-dev
sudo apt-get install --yes --force-yes python-qt3
sudo apt-get install --yes --force-yes python2.5-dev
sudo apt-get install --yes --force-yes python-reportlab
sudo apt-get install --yes --force-yes libsane-dev
sudo apt-get install --yes --force-yes sane-utils

Please refer to the installation instructions at:
http://hplip.sourceforge.net/install/index.html

jose@Gigi:~$
jose@Gigi:~$

Question information

Language:
English Edit question
Status:
Expired
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#1

HPLIP 2.8.2 is very old. Please upgrade to the latest HPLIP and see if that helps correct the problem.

You can upgrade from our website: http://hplipopensource.com

Thanks!

Aaron

Revision history for this message
Jose (teacherjh) said :
#2

I'll try the upgrade... but the reason I hadn't before was that I perused the release notes and didn't see anything in them that addressed my issue.

Also, from the information given, can you tell whether or not I'm even using HPLIP?

dpkg -l hplip
seems to say yes:
ii hplip 2.8.2-0ubuntu8 HP Linux Printing and Imaging System (HPLIP)
but ControlCenter - HardwareDrivers shows "No proprietary drivers are in use on this system.
which to me seems to say no.

Which am I misreading, and how?

Jose

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#3

You have HPLIP installed, however from your hp-check it doesn't look like the printer is configured to use the HP backend.

To configure the printer try running:

sudo hp-setup

Then run hp-check and make sure that the printer us using the hp:// backend.

You may need to run:

sudo apt-get install hplip-gui

before hand--because Ubuntu doesn't install the gui frontend by default.

Hope this helps.

Aaron

Revision history for this message
Jose (teacherjh) said :
#4

I first configured the printer as above, and print quality improved, but was still disappointing. So I tried installing the latest version, and now have no parallel support at all.

Here's the latest (I had to restart the computer several times as the instructions required for parallel printers)

====

jose@Gigi:~$ sudo hp-setup

HP Linux Imaging and Printing System (ver. 3.9.8)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Done.
jose@Gigi:~$ hp-check

HP Linux Imaging and Printing System (ver. 3.9.8)
Dependency/Version Check Utility ver. 14.3

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling the
HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies
are installed to successfully compile HPLIP.
2. Run-time check mode (-r or --run): Use this mode to determine if a distro
supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball
has the proper dependencies installed to successfully run.
3. Both compile- and run-time check mode (-b or --both) (Default): This mode
will check both of the above cases (both compile- and run-time dependencies).

Saving output in log file: hp-check.log

Initializing. Please wait...

---------------
| SYSTEM INFO |
---------------

Basic system information:
Linux Gigi 2.6.24-24-generic #1 SMP Tue Aug 18 17:04:53 UTC 2009 i686 GNU/Linux

Distribution:
ubuntu 8.04

Checking Python version...
OK, version 2.5.2 installed

Checking PyQt 4.x version...
OK, version 4.3.3 installed.

Checking for CUPS...
Status: scheduler is running
Version: 1.3.7
error_log is set to level: debug

Checking for dbus/python-dbus...
dbus daemon is running.
python-dbus version: 0.82.4

------------------------------------
| COMPILE AND RUNTIME DEPENDENCIES |
------------------------------------

note: To check for compile-time only dependencies, re-run hp-check with the -c parameter (ie, hp-check -c).
note: To check for run-time only dependencies, re-run hp-check with the -r parameter (ie, hp-check -r).

Checking for dependency: CUPS - Common Unix Printing System...
OK, found.

Checking for dependency: CUPS DDK - CUPS driver development kit...
OK, found.

Checking for dependency: CUPS devel- Common Unix Printing System development files...
OK, found.

Checking for dependency: CUPS image - CUPS image development files...
OK, found.

Checking for dependency: DBus - Message bus system...
OK, found.

Checking for dependency: gcc - GNU Project C and C++ Compiler...
OK, found.

Checking for dependency: GhostScript - PostScript and PDF language interpreter and previewer...
OK, found.

Checking for dependency: libcrypto - OpenSSL cryptographic library...
OK, found.

Checking for dependency: libjpeg - JPEG library...
OK, found.

Checking for dependency: libnetsnmp-devel - SNMP networking library development files...
OK, found.

Checking for dependency: libpthread - POSIX threads library...
OK, found.

Checking for dependency: libtool - Library building support services...
OK, found.

Checking for dependency: libusb - USB library...
OK, found.

Checking for dependency: make - GNU make utility to maintain groups of programs...
OK, found.

Checking for dependency: PIL - Python Imaging Library (required for commandline scanning with hp-scan)...
OK, found.

Checking for dependency: PolicyKit - Administrative policy framework...
OK, found.

Checking for dependency: PyQt 4 DBus - DBus Support for PyQt4...
OK, found.

Checking for dependency: Python DBus - Python bindings for DBus...
OK, found.

Checking for dependency: Python devel - Python development files...
OK, found.

Checking for dependency: Python libnotify - Python bindings for the libnotify Desktop notifications...
OK, found.

Checking for dependency: Python XML libraries...
OK, found.

Checking for dependency: Python 2.3 or greater - Required for fax functionality...
OK, found.

Checking for dependency: Python 2.2 or greater - Python programming language...
OK, found.

Checking for dependency: Reportlab - PDF library for Python...
OK, found.

Checking for dependency: SANE - Scanning library...
OK, found.

Checking for dependency: SANE - Scanning library development files...
OK, found.

Checking for dependency: scanimage - Shell scanning program...
OK, found.

Checking for dependency: xsane - Graphical scanner frontend for SANE...
OK, found.

----------------------
| HPLIP INSTALLATION |
----------------------

Currently installed HPLIP version...
HPLIP 3.9.8 currently installed in '/usr/share/hplip'.

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf. Generated from hplip.conf.in by configure.

[hplip]
version=3.9.8

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/HP
ppdbase=/usr/share/ppd
doc=/usr/share/doc/hplip-3.9.8
icon=/usr/share/applications
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv/hp

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
pp-build=no
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
hpijs-install=no
foomatic-drv-install=no
foomatic-ppd-install=no
foomatic-rip-hplip-install=no
hpcups-install=yes
cups-drv-install=no
cups-ppd-install=yes
internal-tag=3.9.8.36
restricted-build=no
ui-toolkit=qt4
qt3=no
qt4=yes
policy-kit=yes
hpijs-only-build=no
lite-build=no
udev-acl-rules=no

Current contents of '/var/lib/hp/hplip.state' file:
# hplip.state - HPLIP runtime persistent variables.

[plugin]
installed=0
eula=0

Current contents of '~/.hplip/hplip.conf' file:
[installation]
version = 3.9.8.36
date_time = 09/01/2009 12:44:41

--------------------------
| DISCOVERED USB DEVICES |
--------------------------

No devices found.

---------------------------------
| INSTALLED CUPS PRINTER QUEUES |
---------------------------------

DESKJET_880C
------------
Type: Printer
Device URI: hp:/par/DESKJET_880C?device=/dev/parport0
PPD: /etc/cups/ppd/DESKJET_880C.ppd
PPD Description: HP DeskJet 880C Foomatic/hpijs, hpijs 2.8.2
Printer status: printer DESKJET_880C is idle. enabled since Tue 01 Sep 2009 10:36:08 AM EDT
Segmentation fault
jose@Gigi:~$

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#5

HPLIP was installed with parallel disabled.

pp-build=no

You'll want to uninstall HPLIP and then re-install using the automatic installer, select custom and then enable parallel.

Uninstall info here: http://hplipopensource.com/node/188

Hope this helps.

Aaron

Revision history for this message
Jose (teacherjh) said :
#6

No joy.

I uninstalled successfully, then re-installed the newest version using custom options. I enabled everything, but there was no option for a parallel printer. (This was true the last time I installed the latest version - has parallel support been removed?)

This time:
error: 'make' command failed with status code 2

Jose

======

 rm -f '/usr/share/ppd/HP/hp-officejet_5105.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_5110.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_5110v.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_5500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_5600_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_6000_e609a.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_6000_e609n.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_6100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_6150_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_6200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_6300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_6500_e709a.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_6500_e709n.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_7000_e809a.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_7100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_7200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_7300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_7400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_9100_series-pcl3.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_d_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_g55.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_g55xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_g85.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_g85xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_g95.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_h470.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_j3500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_j3600_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_j4500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_j4660_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_j4680_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_j5500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_j5700_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_j6400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_k60.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_k60xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_k7100.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_k80.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_k80xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_lx.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_1150c.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_1170c_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_8000_a809.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_8500_a909a.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_8500_a909g.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_8500_a909n.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_k5300.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_k5400.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_k550.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_k850.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_k8600.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_l7300.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_l7400.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_l7500.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_l7600.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_pro_l7700.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_r40.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_r40xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_r45.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_r60.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_r65.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_r80.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_r80xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_300.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_310.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_320.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_330.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_350.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_500.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_520.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_570.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_580.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_590.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_600.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_610.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_630.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_700.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_710.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_720.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_series_725.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_t_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_v30.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_v40.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_v40xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-officejet_v45.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_100.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_1115.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_1215.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_1218.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_130.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_1315.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_140_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_230.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_240_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_2570_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_2600_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_2700_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_3100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_3200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_320_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_3300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_330_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_370_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_380_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_420_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_470_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7150.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7345.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7350.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7550.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7600_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7700_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7800_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_7900_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_8000_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_8100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_8200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_8400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_8700_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a310_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a320_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a430_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a440_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a510_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a520_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a530_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a610_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a620_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a630_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a710_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_a820_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_b8500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c309a_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c3100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c4100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c4200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c4340_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c4380_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c4400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c4500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c4600_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c4700_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c5100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c5200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c5300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c5500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c6100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c6200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c6300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c7100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c7200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_c8100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d5060_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d5100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d5300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d5400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d6100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d7100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d7200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d7300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d7400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_d7500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_p1000.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_p1100.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_plus_b209a-m.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_pro_b8300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-photosmart_pro_b8800_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-printer_scanner_copier_300.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1000_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1310_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1358_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1510_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_1600_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2100_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2150_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2170_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2200_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2210_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2300_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2350_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2400_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_2500_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_500.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_720.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_750.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_750xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_760.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_780.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_780xi.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_900_series.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_920.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_950.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_950vr.ppd.gz'
 rm -f '/usr/share/ppd/HP/hp-psc_950xi.ppd.gz'
 rm -f '/usr/share/hplip/prnt/cups.py'
 rm -f '/usr/share/hplip/prnt/__init__.py'
 rm -f '/usr/share/hplip/prnt/ldl.py'
 rm -f '/usr/share/hplip/prnt/pcl.py'
 rm -f '/usr/share/hplip/prnt/colorcal.py'
 rm -f '/etc/udev/rules.d/56-hpmud_support.rules'
 rm -f '/etc/udev/rules.d/55-hpmud.rules'
 rm -f '/usr/share/hplip/scan/__init__.py'
 rm -f '/usr/share/hplip/scan/sane.py'
 rm -f '/usr/share/hplip/ui4/aboutdialog_base.py'
 rm -f '/usr/share/hplip/ui4/aboutdialog.py'
 rm -f '/usr/share/hplip/ui4/aligndialog_base.py'
 rm -f '/usr/share/hplip/ui4/aligndialog.py'
 rm -f '/usr/share/hplip/ui4/cleandialog_base.py'
 rm -f '/usr/share/hplip/ui4/cleandialog.py'
 rm -f '/usr/share/hplip/ui4/colorcaldialog_base.py'
 rm -f '/usr/share/hplip/ui4/colorcaldialog.py'
 rm -f '/usr/share/hplip/ui4/devicesetupdialog_base.py'
 rm -f '/usr/share/hplip/ui4/devicesetupdialog.py'
 rm -f '/usr/share/hplip/ui4/deviceuricombobox.py'
 rm -f '/usr/share/hplip/ui4/devmgr5_base.py'
 rm -f '/usr/share/hplip/ui4/devmgr5.py'
 rm -f '/usr/share/hplip/ui4/fabgrouptable.py'
 rm -f '/usr/share/hplip/ui4/fabnametable.py'
 rm -f '/usr/share/hplip/ui4/fabwindow_base.py'
 rm -f '/usr/share/hplip/ui4/fabwindow.py'
 rm -f '/usr/share/hplip/ui4/faxsetupdialog_base.py'
 rm -f '/usr/share/hplip/ui4/faxsetupdialog.py'
 rm -f '/usr/share/hplip/ui4/filetable.py'
 rm -f '/usr/share/hplip/ui4/firmwaredialog_base.py'
 rm -f '/usr/share/hplip/ui4/firmwaredialog.py'
 rm -f '/usr/share/hplip/ui4/infodialog_base.py'
 rm -f '/usr/share/hplip/ui4/infodialog.py'
 rm -f '/usr/share/hplip/ui4/__init__.py'
 rm -f '/usr/share/hplip/ui4/linefeedcaldialog_base.py'
 rm -f '/usr/share/hplip/ui4/linefeedcaldialog.py'
 rm -f '/usr/share/hplip/ui4/loadpapergroupbox.py'
 rm -f '/usr/share/hplip/ui4/makecopiesdialog_base.py'
 rm -f '/usr/share/hplip/ui4/makecopiesdialog.py'
 rm -f '/usr/share/hplip/ui4/mimetypesdialog_base.py'
 rm -f '/usr/share/hplip/ui4/mimetypesdialog.py'
 rm -f '/usr/share/hplip/ui4/nodevicesdialog_base.py'
 rm -f '/usr/share/hplip/ui4/nodevicesdialog.py'
 rm -f '/usr/share/hplip/ui4/plugindialog_base.py'
 rm -f '/usr/share/hplip/ui4/plugindialog.py'
 rm -f '/usr/share/hplip/ui4/pluginlicensedialog_base.py'
 rm -f '/usr/share/hplip/ui4/pluginlicensedialog.py'
 rm -f '/usr/share/hplip/ui4/pqdiagdialog_base.py'
 rm -f '/usr/share/hplip/ui4/pqdiagdialog.py'
 rm -f '/usr/share/hplip/ui4/printdialog_base.py'
 rm -f '/usr/share/hplip/ui4/printdialog.py'
 rm -f '/usr/share/hplip/ui4/printernamecombobox.py'
 rm -f '/usr/share/hplip/ui4/printsettingsdialog_base.py'
 rm -f '/usr/share/hplip/ui4/printsettingsdialog.py'
 rm -f '/usr/share/hplip/ui4/printsettingstoolbox.py'
 rm -f '/usr/share/hplip/ui4/printtestpagedialog_base.py'
 rm -f '/usr/share/hplip/ui4/printtestpagedialog.py'
 rm -f '/usr/share/hplip/ui4/readonlyradiobutton.py'
 rm -f '/usr/share/hplip/ui4/sendfaxdialog_base.py'
 rm -f '/usr/share/hplip/ui4/sendfaxdialog.py'
 rm -f '/usr/share/hplip/ui4/settingsdialog_base.py'
 rm -f '/usr/share/hplip/ui4/settingsdialog.py'
 rm -f '/usr/share/hplip/ui4/setupdialog_base.py'
 rm -f '/usr/share/hplip/ui4/setupdialog.py'
 rm -f '/usr/share/hplip/ui4/systemtray.py'
 rm -f '/usr/share/hplip/ui4/systrayframe_base.py'
 rm -f '/usr/share/hplip/ui4/systrayframe.py'
 rm -f '/usr/share/hplip/ui4/ui_utils.py'
 rm -f '/usr/share/hplip/ui4/wifisetupdialog_base.py'
 rm -f '/usr/share/hplip/ui4/wifisetupdialog.py'
 rm -f '/usr/share/doc/hplip-3.9.8/index.html'
 rm -f '/usr/share/doc/hplip-3.9.8/commandline.html'
 rm -f '/usr/share/doc/hplip-3.9.8/copying.html'
 rm -f '/usr/share/doc/hplip-3.9.8/devicemanager.html'
 rm -f '/usr/share/doc/hplip-3.9.8/faxtrouble.html'
 rm -f '/usr/share/doc/hplip-3.9.8/gettinghelp.html'
 rm -f '/usr/share/doc/hplip-3.9.8/hpscan.html'
 rm -f '/usr/share/doc/hplip-3.9.8/mainttask.html'
 rm -f '/usr/share/doc/hplip-3.9.8/plugins.html'
 rm -f '/usr/share/doc/hplip-3.9.8/print.html'
 rm -f '/usr/share/doc/hplip-3.9.8/printing.html'
 rm -f '/usr/share/doc/hplip-3.9.8/printoptions.html'
 rm -f '/usr/share/doc/hplip-3.9.8/printtroubleshooting.html'
 rm -f '/usr/share/doc/hplip-3.9.8/scanning.html'
 rm -f '/usr/share/doc/hplip-3.9.8/scantrouble.html'
 rm -f '/usr/share/doc/hplip-3.9.8/sendfax.html'
 rm -f '/usr/share/doc/hplip-3.9.8/setup.html'
 rm -f '/usr/share/doc/hplip-3.9.8/systray.html'
 rm -f '/usr/share/doc/hplip-3.9.8/troubleshooting.html'
 rm -f '/usr/share/doc/hplip-3.9.8/uninstalling.html'
 rm -f '/usr/share/doc/hplip-3.9.8/upgrading.html'
 rm -f '/usr/share/doc/hplip-3.9.8/styles/css.css'
 rm -f '/usr/share/doc/hplip-3.9.8/images/favicon.ico'
 rm -f '/usr/share/doc/hplip-3.9.8/images/print.png'
 rm -f '/usr/share/doc/hplip-3.9.8/images/toolbox_actions.png'
 rm -f '/usr/share/doc/hplip-3.9.8/images/toolbox_fax.png'
 rm -f '/usr/share/doc/hplip-3.9.8/images/toolbox_print_control.png'
 rm -f '/usr/share/doc/hplip-3.9.8/images/toolbox_print_settings.png'
 rm -f '/usr/share/doc/hplip-3.9.8/images/toolbox_status.png'
 rm -f '/usr/share/doc/hplip-3.9.8/images/toolbox_supplies.png'
 rm -f '/usr/share/doc/hplip-3.9.8/images/xsane.png'
 rm -f '/usr/share/doc/hplip-3.9.8/COPYING'
 rm -f '/usr/share/doc/hplip-3.9.8/copyright'
 rm -f '/usr/share/doc/hplip-3.9.8/README_LIBJPG'
 rm -f '/usr/lib/cups/backend/hp'
 rm -f '/usr/bin/hp-mkuri'
 rm -f '/usr/lib/cups/filter/hpcups'
 rm -f '/usr/lib/cups/filter/hpcupsfax'
 rm -f '/etc/hp/hplip.conf'
 rm -f '/usr/share/applications/hplip.desktop'
 rm -f '/etc/xdg/autostart/hplip-systray.desktop'
 rm -f '/usr/lib/cups/filter/hplipjs'
 /bin/bash ./libtool --mode=uninstall rm -f '/usr/lib/python2.5/site-packages/hpmudext.la'
libtool: uninstall: rm -f /usr/lib/python2.5/site-packages/hpmudext.la /usr/lib/python2.5/site-packages/hpmudext.so /usr/lib/python2.5/site-packages/hpmudext.so /usr/lib/python2.5/site-packages/hpmudext.so
 /bin/bash ./libtool --mode=uninstall rm -f '/usr/lib/libhpmud.la'
libtool: uninstall: rm -f /usr/lib/libhpmud.la /usr/lib/libhpmud.so.0.0.6 /usr/lib/libhpmud.so.0 /usr/lib/libhpmud.so
 /bin/bash ./libtool --mode=uninstall rm -f '/usr/lib/libhpip.la'
libtool: uninstall: rm -f /usr/lib/libhpip.la /usr/lib/libhpip.so.0.0.1 /usr/lib/libhpip.so.0 /usr/lib/libhpip.so
 /bin/bash ./libtool --mode=uninstall rm -f '/usr/lib/sane/libsane-hpaio.la'
libtool: uninstall: rm -f /usr/lib/sane/libsane-hpaio.la /usr/lib/sane/libsane-hpaio.so.1.0.0 /usr/lib/sane/libsane-hpaio.so.1 /usr/lib/sane/libsane-hpaio.so
 /bin/bash ./libtool --mode=uninstall rm -f '/usr/lib/python2.5/site-packages/pcardext.la'
libtool: uninstall: rm -f /usr/lib/python2.5/site-packages/pcardext.la /usr/lib/python2.5/site-packages/pcardext.so /usr/lib/python2.5/site-packages/pcardext.so /usr/lib/python2.5/site-packages/pcardext.so
 /bin/bash ./libtool --mode=uninstall rm -f '/usr/lib/python2.5/site-packages/scanext.la'
libtool: uninstall: rm -f /usr/lib/python2.5/site-packages/scanext.la /usr/lib/python2.5/site-packages/scanext.so /usr/lib/python2.5/site-packages/scanext.so /usr/lib/python2.5/site-packages/scanext.so
make uninstall-hook
make[1]: Entering directory `/home/jose/Desktop/hplip-3.9.8'
for i in align.py info.py print.py toolbox.py clean.py colorcal.py unload.py testpage.py makeuri.py check.py fab.py levels.py sendfax.py setup.py makecopies.py probe.py timedate.py firmware.py scan.py systray.py plugin.py linefeedcal.py pqdiag.py faxsetup.py devicesettings.py printsettings.py query.py pkservice.py wificonfig.py; do \
  cmd=`basename $i .py`; \
  rm -f /usr/bin/hp-$cmd; \
 done
rm -f /usr/lib/cups/backend/hpfax
make[1]: Leaving directory `/home/jose/Desktop/hplip-3.9.8'
jose@Gigi:~/Desktop/hplip-3.9.8$ sudo rm -rf /usr/share/hplip
jose@Gigi:~/Desktop/hplip-3.9.8$ sudo rm -rf /etc/hp
jose@Gigi:~/Desktop/hplip-3.9.8$ sudo rm -rf ~/.hplip
jose@Gigi:~/Desktop/hplip-3.9.8$ sudo rm -rf /var/lib/hp
jose@Gigi:~/Desktop/hplip-3.9.8$ cd ..
jose@Gigi:~/Desktop$ cd ..
jose@Gigi:~$ cd packages
bash: cd: packages: No such file or directory
jose@Gigi:~$ cd ~/Packages
jose@Gigi:~/Packages$ cd "HP printer driver"
jose@Gigi:~/Packages/HP printer driver$ dir
hplip-3.9.8.run
jose@Gigi:~/Packages/HP printer driver$ man sh
jose@Gigi:~/Packages/HP printer driver$ sh hplip-3.9.8.run
Creating directory hplip-3.9.8
Verifying archive integrity... All good.
Uncompressing HPLIP 3.9.8 Self Extracting Archive..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

HP Linux Imaging and Printing System (ver. 3.9.8)
HPLIP Installer ver. 5.1

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Installer log saved in: hplip-install_Wed-02-Sep-2009_12:51:10.log

/
note: Defaults for each question are maked with a '*'. Press <enter> to accept the default.

INSTALLATION MODE
-----------------
Automatic mode will install the full HPLIP solution with the most common options.
Custom mode allows you to choose installation options to fit specific requirements.

Please choose the installation mode (a=automatic*, c=custom, q=quit) : c

Initializing. Please wait...

INTRODUCTION
------------
This installer will install HPLIP version 3.9.8 on your computer.
Please close any running package management systems now (YaST, Adept, Synaptic, Up2date, etc).

DISTRO/OS CONFIRMATION
----------------------
Distro appears to be Ubuntu 8.04.

Is "Ubuntu 8.04" your correct distro/OS and version (y=yes*, n=no, q=quit) ? y

SELECT HPLIP OPTIONS
--------------------
You can select which HPLIP options to enable. Some options require extra dependencies.

Do you wish to enable 'Network/JetDirect I/O' (y=yes*, n=no, q=quit) ? y
Do you wish to enable 'Graphical User Interfaces (Qt4)' (y=yes*, n=no, q=quit) ? y
Do you wish to enable 'PC Send Fax support' (y=yes*, n=no, q=quit) ? y
Do you wish to enable 'Scanning support' (y=yes*, n=no, q=quit) ? y
Do you wish to enable 'HPLIP documentation (HTML)' (y=yes*, n=no, q=quit) ? y

ENTER ROOT/SUPERUSER PASSWORD
-----------------------------
Please enter the root/superuser password:
Password accepted

INSTALLATION NOTES
------------------
Enable the universe/multiverse repositories. Also be sure you are using the Ubuntu "Main" Repositories. See: https://help.ubuntu.com/community/Repositories/Ubuntu for more information. Disable the CD-ROM/DVD source if you do not have the Ubuntu installation media inserted in the drive.

Please read the installation notes. Press <enter> to continue or 'q' to quit:

RUNNING PRE-INSTALL COMMANDS
----------------------------
OK

READY TO BUILD AND INSTALL
--------------------------
Ready to perform build and install. Press <enter> to continue or 'q' to quit:

PRE-BUILD COMMANDS
------------------
OK

BUILD AND INSTALL
-----------------
Running './configure --with-hpppddir=/usr/share/ppd/HP --prefix=/usr --enable-qt4 --enable-doc-build --enable-cups-ppd-install --disable-foomatic-drv-install --disable-foomatic-ppd-install --disable-hpijs-install --enable-policykit --disable-cups-drv-install --enable-hpcups-install --enable-network-build --enable-dbus-build --enable-scan-build --enable-fax-build'
Please wait, this may take several minutes...
Command completed successfully.

Running 'make clean'
Please wait, this may take several minutes...
Command completed successfully.

Running 'make'
Please wait, this may take several minutes...
error: 'make' command failed with status code 2
jose@Gigi:~/Packages/HP printer driver$

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#7

My bad..yes parallel support in the automatic installer has been removed.

Uninstall HPLIP again, then lets reinstall HPLIP again manually. In the HPLIP source directory (~/Packages/HP printer driver) run:

make clean

then;

./configure --with-hpppddir=/usr/share/ppd/HP --prefix=/usr --enable-qt4 --enable-doc-build --enable-cups-ppd-install --disable-foomatic-drv-install --disable-foomatic-ppd-install --disable-hpijs-install --enable-policykit --disable-cups-drv-install --enable-hpcups-install --enable-network-build --enable-dbus-build --enable-scan-build --enable-fax-build --enable-pp-build

then;

make

and finally;

make install

then to configure the printer run hp-setup.

The configure option --enable-pp-build turns on parallel support.

Hope this helps.

Aaron

Revision history for this message
Jose (teacherjh) said :
#8

1:

is:

./configure --with-hpppddir=/usr/share/ppd/HP --prefix=/usr --enable-qt4
--enable-doc-build --enable-cups-ppd-install --disable-foomatic-drv-
install --disable-foomatic-ppd-install --disable-hpijs-install --enable-
policykit --disable-cups-drv-install --enable-hpcups-install --enable-
network-build --enable-dbus-build --enable-scan-build --enable-fax-build
--enable-pp-build

all one command?

  If not, where are the command breaks.

  If so, what should I do about line breaks in the command? Just end each line with a forward slash and that's that?

2:
After uninstalling, I did:

./configure --with-hpppddir=/usr/share/ppd/HP --prefix=/usr --enable-qt4

by itself. Continuing the second line as its own command didn't work (I should have known that!).

Can I continue from here, or do I need to backtrack?

Thanks for your patience.

Jose

Revision history for this message
Jose (teacherjh) said :
#9

I took a chance and did
make clean
and then ran your ./configure --with.... command (after editing it to be all on one line)

./configure --with-hpppddir=/usr/share/ppd/HP --prefix=/usr --enable-qt4 --enable-doc-build --enable-cups-ppd-install --disable-foomatic-drv-install --disable-foomatic-ppd-install --disable-hpijs-install --enable-policykit --disable-cups-drv-install --enable-hpcups-install --enable-network-build --enable-dbus-build --enable-scan-build --enable-fax-build --enable-pp-build

(space dash dash stuff... space dash dash morestuff...)

No joy.

/bin/sed: can't read driver/hplip-3.9.8/libhpip.la: No such file or directory
libtool: link: `driver/hplip-3.9.8/libhpip.la' is not a valid libtool archive
make: *** [libsane-hpaio.la] Error 1

and now there's no install program at all. I guess make didn't make. Here's the last bit of printout leading to it:

io_la-soap.o
mv -f .deps/libsane_hpaio_la-soap.Tpo .deps/libsane_hpaio_la-soap.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"HP\ Linux\ Imaging\ and\ Printing\" -DPACKAGE_TARNAME=\"hplip\" -DPACKAGE_VERSION=\"3.9.8\" -DPACKAGE_STRING=\"HP\ Linux\ Imaging\ and\ Printing\ 3.9.8\" -DPACKAGE_BUGREPORT=\"3.9.8.36\" -DPACKAGE=\"hplip\" -DVERSION=\"3.9.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_PTHREAD_H=1 -DHAVE_JPEGLIB_H=1 -DHAVE_UINT32_T=1 -DHAVE_LIBHPIP=1 -DHAVE_PPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBNETSNMP=1 -DHAVE_NET_SNMP_NET_SNMP_CONFIG_H=1 -DHAVE_LINUX_PPDEV_H=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_USB_H=1 -DHAVE_PYTHON2_5_PYTHON_H=1 -DHAVE_DBUS=1 -I. -Iip -Iio/hpmud -Iscan/sane -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2 -MT libsane_hpaio_la-xml.lo -MD -MP -MF .deps/libsane_hpaio_la-xml.Tpo -c -o libsane_hpaio_la-xml.lo `test -f 'scan/sane/xml.c' || echo './'`scan/sane/xml.c
libtool: compile: gcc "-DPACKAGE_NAME=\"HP Linux Imaging and Printing\"" -DPACKAGE_TARNAME=\"hplip\" -DPACKAGE_VERSION=\"3.9.8\" "-DPACKAGE_STRING=\"HP Linux Imaging and Printing 3.9.8\"" -DPACKAGE_BUGREPORT=\"3.9.8.36\" -DPACKAGE=\"hplip\" -DVERSION=\"3.9.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_PTHREAD_H=1 -DHAVE_JPEGLIB_H=1 -DHAVE_UINT32_T=1 -DHAVE_LIBHPIP=1 -DHAVE_PPORT=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBNETSNMP=1 -DHAVE_NET_SNMP_NET_SNMP_CONFIG_H=1 -DHAVE_LINUX_PPDEV_H=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_USB_H=1 -DHAVE_PYTHON2_5_PYTHON_H=1 -DHAVE_DBUS=1 -I. -Iip -Iio/hpmud -Iscan/sane -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2 -MT libsane_hpaio_la-xml.lo -MD -MP -MF .deps/libsane_hpaio_la-xml.Tpo -c scan/sane/xml.c -fPIC -DPIC -o .libs/libsane_hpaio_la-xml.o
mv -f .deps/libsane_hpaio_la-xml.Tpo .deps/libsane_hpaio_la-xml.Plo
/bin/bash ./libtool --tag=CC --mode=link gcc -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2 -version-info 1:0:0 -o libsane-hpaio.la -rpath /usr/lib/sane libsane_hpaio_la-hpaio.lo libsane_hpaio_la-mfpdtf.lo libsane_hpaio_la-pml.lo libsane_hpaio_la-scl.lo libsane_hpaio_la-io.lo libsane_hpaio_la-common.lo libsane_hpaio_la-sanei_init_debug.lo libsane_hpaio_la-marvell.lo libsane_hpaio_la-soapht.lo libsane_hpaio_la-soap.lo libsane_hpaio_la-xml.lo libhpip.la libhpmud.la -ldbus-1 -lcups -ldl -lsane -lcrypto
libtool: link: gcc -shared .libs/libsane_hpaio_la-hpaio.o .libs/libsane_hpaio_la-mfpdtf.o .libs/libsane_hpaio_la-pml.o .libs/libsane_hpaio_la-scl.o .libs/libsane_hpaio_la-io.o .libs/libsane_hpaio_la-common.o .libs/libsane_hpaio_la-sanei_init_debug.o .libs/libsane_hpaio_la-marvell.o .libs/libsane_hpaio_la-soapht.o .libs/libsane_hpaio_la-soap.o .libs/libsane_hpaio_la-xml.o -Wl,-rpath -Wl,/home/jose/Packages/HP -Wl,-rpath -Wl,printer -Wl,-rpath -Wl,driver/hplip-3.9.8/.libs ./.libs/libhpip.so -lm ./.libs/libhpmud.so -L/usr/lib /usr/lib/libusb.so -lpthread /usr/lib/libnetsnmp.so -ldbus-1 -lcups /usr/lib/libsane.so -ldl -lcrypto -Wl,-soname -Wl,libsane-hpaio.so.1 -o .libs/libsane-hpaio.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libsane-hpaio.so.1" && ln -s "libsane-hpaio.so.1.0.0" "libsane-hpaio.so.1")
libtool: link: (cd ".libs" && rm -f "libsane-hpaio.so" && ln -s "libsane-hpaio.so.1.0.0" "libsane-hpaio.so")
/bin/sed: can't read driver/hplip-3.9.8/libhpip.la: No such file or directory
libtool: link: `driver/hplip-3.9.8/libhpip.la' is not a valid libtool archive
make: *** [libsane-hpaio.la] Error 1
jose@Gigi:~/Packages/HP printer driver/hplip-3.9.8$ hp-setup
The program 'hp-setup' is currently not installed. You can install it by typing:
sudo apt-get install hplip
bash: hp-setup: command not found
jose@Gigi:~/Packages/HP printer driver/hplip-3.9.8$ cd ..
jose@Gigi:~/Packages/HP printer driver$ hp-setup
The program 'hp-setup' is currently not installed. You can install it by typing:
sudo apt-get install hplip
bash: hp-setup: command not found
jose@Gigi:~/Packages/HP printer driver$

Revision history for this message
Jose (teacherjh) said :
#10

Ok, I installed manually from the tarball, following directions (and adding the parallel support line), and was successful. I can print, and the quality is good. Not great, just good. Better than it was.

From Windows 98, the quality was excellent - could pass for typeset.

hp-chekck -t
yielded (among lots of "ok" stuff)
error: Unable to communicate with device (code=12): hp:/par/DESKJET_880C?device=/dev/parport0
error: Device not found
error: Communication status: Failed

(I also get this from the HPLIP device status popup)

dpkg yielded:

jose@Gigi:~$ dpkg -l hplip
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii hplip 2.8.2-0ubuntu8 HP Linux Printing and Imaging System (HPLIP)
jose@Gigi:~$

despite the fact that I had installed the latest version from the tarball (hplip-3-9-8)

Jose

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#11

dpkg wont "see" the correct version because of how it handles package management.

So the printer is printing now? If not post the full hp-check again.

Thanks!

Aaron

Revision history for this message
Jose (teacherjh) said :
#12

Yes, the printer is printing now. (or was the last time I tried it - I won't get the system back for another two weeks). Quality is better than before, but still not impressive. Under windows 98 it could pass for typeset. Under Ubuntu and OOo, it can't.

Is this as good as it gets?

Could the problem be that the fonts themselves are not as good? (I have installed msttcorefonts, and a bunch of other tt fonts from Windows 98 and Office 2000.

Jose

Revision history for this message
Launchpad Janitor (janitor) said :
#13

This question was expired because it remained in the 'Open' state without activity for the last 15 days.