Printers
To be able to setup these printers:
HP Color LaserJet 2600n
HP Color LaserJet 1600
Optinal printers that can be setup:
HP LaserJet 1018/1020/1022 Supported by my foo2zjs driver
HP LaserJet 1000/1005/1010 Supported by my foo2zjs driver
HP LaserJet M1005 MFP Supported by my foo2xqx driver
HP Color LaserJet 2605dn Unsupported. Use Postscript
Minolta-QMS magicolor 2200/2300 DL Supported by my foo2zjs driver
Konica Minolta magicolor 2430 DL Supported by my foo2zjs driver
Konica Minolta magicolor 2480/2490 MF Supported by my foo2lava driver
Konica Minolta magicolor 2530 DL Supported by my foo2lava driver
Samsung CLP-300/600 Supported by my foo2qpdl driver
Xerox Phaser 6110 Supported by my foo2qpdl driver
Download and Install
Click the link, or cut and paste the whole command line below to download the driver.
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
Now unpack it: Unpack:
$ tar zxf foo2zjs.tar.gz $ cd foo2zjs
Now compile and install it. The INSTALL file contains more detailed instructions; please read it now. Compile:
$ make
Get extra files from the web, such as .ICM profiles (for color correction)
and firmware. Select the model number for your printer:
$ ./getweb 2600n # Get HP Color LaserJet 2600n .ICM files $ ./getweb 1600 # Get HP Color LaserJet 1600 .ICM files $ ./getweb 2530 # Get Konica Minolta magicolor 2530 DL .ICM files $ ./getweb 2490 # Get Konica Minolta magicolor 2490 MF .ICM files $ ./getweb 2480 # Get Konica Minolta magicolor 2480 MF .ICM files $ ./getweb 6115 # Get Xerox Phaser 6115MFP .ICM files $ ./getweb 2430 # Get Konica Minolta magicolor 2430 DL .ICM files $ ./getweb 2300 # Get Minolta/QMS magicolor 2300 DL .ICM files $ ./getweb 2200 # Get Minolta/QMS magicolor 2200 DL .ICM files $ ./getweb cpwl # Get Minolta Color PageWorks/Pro L .ICM files $ ./getweb 300 # Get Samsung CLP-300 .ICM files $ ./getweb 600 # Get Samsung CLP-600 .ICM files $ ./getweb 2160 # Get Samsung CLX-2160 .ICM files $ ./getweb 3160 # Get Samsung CLX-3160 .ICM files $ ./getweb 6110 # Get Xerox Phaser 6110 and 6110MFP .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
We use 2600n for this guide:
$ ./getweb 2600n
Install driver, foomatic XML files, and extra files:
$ su # make install
OR
$ sudo make install
(Optional) If you use CUPS, restart the spooler:
# make cups
OR
$ sudo make cups
Now create printer entries for your spooler. Create at least one queue for monochrome, and another queue for color printing.
Create the queues first, then edit them and set the device options as desired.
If its not going well, then browse when you are going to install drivers for your printer to:
/home/username/foo2zjs/PPD
And choose the ppd file that fits your writer. That will make the printer to get his driver.
Homepage for foo2hp