单击链接,或剪切并粘贴下面的整个命令行以下载驱动程序。
现在解压缩它:Unpack:
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
现在编译并安装它。 INSTALL文件包含更详细的说明; 请现在阅读。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 cpwl# Get Minolta Color PageWorks/Pro L .ICM files
$ ./getweb 2200# Get Minolta 2200 DL .ICM files
$ ./getweb 2300# Get Minolta 2300 DL .ICM files
$ ./getweb 2430# Get Minolta 2430 DL .ICM files
$ ./getweb 1000# Get HP LaserJet 1000 firmware file
$ ./getweb 1005# Get HP LaserJet 1005 firmware file
$ ./getweb 1018# Get HP LaserJet 1018 firmware file
$ ./getweb 1020# Get HP LaserJet 1020 firmware file
$ ./getweb 1025# Get HP LaserJet Pro CP1025nw .ICM files
Install driver, foomatic XML files, and extra files:
$ suOR$ sudo make install
# make install
(Optional) Configure hotplug (USB; HP LJ 1000/1005/1018/1020):
# make install-hotplugOR$ sudo make install-hotplug
(Optional) If you use CUPS, restart the spooler:
# make cupsOR$ sudo make cups
现在为您的假脱机程序创建打印机条目。 为单色创建至少一个队列,为彩色打印创建另一个队列。 首先创建队列,然后编辑它们并根据需要设置设备选项。 有关创建打印机队列的更多详细信息,请参阅操作系统文档。 单击下面的任何超链接以获取示例屏幕截图。对于Redhat 7.2 / 7.3 / 8.0 / 9.0和Fedora Core 1-5用户:
对于Fedora 6/7 /…/ 28和Ubuntu 7.10 / 8.x /…/ 18.x用户:
对于Mandrake / Manrivia用户:
对于SUSE 10.x / 11.x /…/ Leap 42.3用户:
对于Ubuntu 5.10 / 6.06 / 6.10 / 7.04用户:$ sudo gnome-cups-manager
$ sudo make cups # IMPORTANT: gnome-cups-manager has a BUG in it
对于Debian 3.x,4.x和其他使用CUPS http:// localhost:631的系统
使用CUPS的命令行:# lpadmin -p " NAME " -v " URI " -E -P /usr/share/cups/model/ file.ppd.gz
# lpadmin -d " NAME "# Set the default
对于联网的Minolta / QMS 2300 DL,我使用了“Unix打印机(LPD)”的Redhat“队列类型”,并将“服务器”设置为打印机的IP地址,将“队列”设置为“lp”。 对于Ubuntu,我使用“HP JetDirect”并将“Host:”设置为打印机的IP地址,将“Port:”设置为9100。
对于低级别测试,您还可以创建一个“原始队列”,它将按原样接受ZjStream文件并将它们直接发送到打印机。