|
发表于 2003-6-10 15:34:48
|
显示全部楼层
gooood
多谢台兄反馈情况,这能帮助不少弟兄少走弯路。 我把地址收下了。
说明文件:
Click the link, or cut and paste the whole command line below to download the driver.
$ wget http://home.mn.rr.com/richardsons/foo2zjs/foo2zjs.tar.gz
Now unpack, compile, and install and test it:
Unpack:
$ tar zxf foo2zjs.tar.gz
Compile:
$ cd foo2zjs
$ make
(Optional) Get extra files from the web, such as .ICM profiles for color
correction, and firmware:
$ ./getweb 2300 # Get Minolta 2300 DL .ICM files
$ ./getweb 2200 # Get Minolta 2200 DL .ICM files
$ ./getweb 1005 # Get HP LJ1005 firmware file
$ ./getweb 1000 # Get HP LJ1000 firmware file
$ ./getweb all # Get all of the above
Install driver, foomatic XML files, and extra files:
$ su
# make install
Run regression tests:
$ make test
Now create printer entries for your spooler. For Redhat 7.X and 8.X users:
# printconf-gui
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. See your operating system documentation for further details on creating a printer queue.
For a networked Minolta/QMS 2300 DL, I used a "Queue Type" of "Unix Printer (LPD)", and set the "Server" to the IP address of the printer, and the "Queue" to "lp".
For testing, you can also create a "raw queue", which will accept ZjStream files as-is and send them directly to the printer. |
|