Hi Folks,
CentOS 5.
I've installed a new printer - HP LaserJet Pro M1132 MFP
Cups recognized it as
HP LaserJet 3020 3030 Postscript
URI: usb://HP/LaserJet%20Professional%20M1132%20MFP
I try to print a testpage:
No error message appears in access.log
localhost - - ......................... Get-Jobs successfull-ok
nor in error.log
Completed successfully
But also no printed page appears.
What goes wrong.
BTW: How can I install a new hplib (3.10) .
Found some rpms but installation results in dependencies errors
Thx for any hints
Timothy
Hi Timothy,
The following steps were nicked from the upstream's knowledge base DOC-41012:
On 25 February 2011 09:08, Timothy Kesten centos-lst@gmx.de wrote:
BTW: How can I install a new hplib (3.10) .
Found some rpms but installation results in dependencies errors
Note : Test the steps in non-production environment first.
1. The hplip, hpijs-1.6.7-4.1.el5 and libsane-hpaio-1.6.7-4.1.el5 will throw the conflict error. If you don't have following devices you may remove these packages.
The hpijs is a collection of optimized drivers for HP printers. hpijs supports the DeskJet 350C, 600C, 600C Photo, 630C, Apollo 2000, Apollo 2100, Apollo 2560, DeskJet 800C, DeskJet 825, DeskJet 900, PhotoSmart, DeskJet 990C, and PhotoSmart 100 series.
The libsane-hpaio has SANE driver for scanners in HP's multi-function devices (from HPOJ). If you don't have any other devices from list please remove these packages to install hplip.
# rpm -e --nodeps hplip
# rpm -e --nodeps hpijs
# rpm -e --nodeps libsane-hpaio
2. Install the following package from RHN to satisfy dependencies for hiplip-3.10.6_rhel-5.0 :
# yum install net-snmp-libs
# yum install sane-backends-libs
3. Install the latest hplip package.
# rpm -ivh hplip-3.10.6_rhel-5.0.x86_64.rpm
Am Freitag, 25. Februar 2011, 10:38:05 schrieb Hakan Koseoglu:
Hi Timothy,
The following steps were nicked from the upstream's knowledge base DOC-41012:
On 25 February 2011 09:08, Timothy Kesten centos-lst@gmx.de wrote:
BTW: How can I install a new hplib (3.10) .
Found some rpms but installation results in dependencies errors
Note : Test the steps in non-production environment first.
Thx for the detailed informations. I will give it a try and weekend.
Timothy
On Fri, Feb 25, 2011 at 10:08:37AM +0100, Timothy Kesten wrote:
Hi Folks,
I've installed a new printer - HP LaserJet Pro M1132 MFP
BTW: How can I install a new hplib (3.10) .
rpmforge usually has the latest version hplip which can often fix issues with HP printers. (If you're not familar with rpmforge, see the CentOS wiki articles on using outside repos and setting priorities.