Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Hardware Troubleshooting in Linux => Linux Printing Support => Topic started by: sureshpawar on January 01, 2012, 05:56:52 PM

Title: Printer Driver (HPLaserjet 1020 Printer in RHEL5.4 )
Post by: sureshpawar on January 01, 2012, 05:56:52 PM
Hi All,


I am facing problem installing HPLaserjet 1020 Printer in RHEL5.4 . i didnot get printer driver.
Can u please tell me the steps how to install printer in RHEL5.


Thanks .
Title: Re: Printer Driver.
Post by: dalek on January 01, 2012, 10:50:57 PM
I'm not sure about RHEL but on my distro HP printers use a package called hplip.  You may want to see if you can install that. 

:)  :) 
Title: Re: Printer Driver (HPLaserjet 1020 Printer in RHEL5.4 )
Post by: LS-Admin on January 02, 2012, 07:06:02 AM
Topic Moved to Printing Support Section.

Now regarding question, HP provide drivers for linux and RHEL 5 is supported properly.
Just go here and provide information : http://hplipopensource.com/hplip-web/install_wizard/index.html
Title: Re: Printer Driver (HPLaserjet 1020 Printer in RHEL5.4 )
Post by: arran on January 25, 2012, 09:19:39 PM
For Installing Printer using this method GCC packages is must.
yum -y install gcc*

Step 1:- Execute Following Command
wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
This command will download Driver

Step 2 :- Unpack the downloaded Drivers.Execute Following Commands
tar zxvf foo2zjs.tar.gz
cd foo2zjs


Step 3:- Now Compile Drivers & Install Drivers (GCC Packages need here now)
[root@ask4itsolutions.com~]# make
[root@ask4itsolutions.com~]# make install
[root@ask4itsolutions.com~]# make install-hotplug (this command will detect your USB printer)

When you finished this then follow below steps :-

Execute system-config-printer command
Find your Printer and Install it.

Get extra files from the web like Firm ware and ICM File.Select your Printer and download it.
$ ./getweb 2430 # Get Minolta 2430 DL .ICM files
$ ./getweb 2300 # Get Minolta 2300 DL .ICM files
$ ./getweb 2200 # Get Minolta 2200 DL .ICM files
$ ./getweb cpwl # Get Minolta Color PageWorks/Pro L .ICM files
$ ./getweb 1020 # Get HP LaserJet 1020 firmware file
$ ./getweb 1018 # Get HP LaserJet 1018 firmware file
$ ./getweb 1005 # Get HP LaserJet 1005 firmware file
$ ./getweb 1000 # Get HP LaserJet 1000 firmware file

Enjoy printing on HP LaserJet 1020

Arran
_____