單擊鏈接,或剪切并粘貼下面的整個命令行以下載驅動程序。
現在解壓縮它: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文件并將它們直接發送到打印機。