Dimensione: 18760
Commento:
|
Dimensione: 20197
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 12: | Linea 12: |
TOPICS ------ * INSTALLATION * GHOSTSCRIPT BUGS * UBUNTU NOTES * DEBIAN NOTES * OPENSUSE 10.3 NOTES * ASUS EEE PC NOTES * MAC OS X NOTES * FREEBSD NOTES * OPENBSD NOTES * OPENSOLARIS, SOLARIS EXPRESS DEVELOPER EDITION 9/07, Solaris 11+ NOTES * MINOLTA-QMS 2200/2300 DL NOTES * HP LASERJET 1000/1005/1018/1020, P1005/P1006/P1505 NOTES * PSUTILS AND 2/4-UP CAPABILITY * CUSTOM PAGE SIZE * SET DEFAULT MEDIA WITH CUPS * UPDATE * UNINSTALLING * BUG REPORTS * DEVELOPER AND DEBUGGING TIPS * CUSTOM ICC/ICM COLOR PRINTER PROFILE INSTALLATION ------------ Unpack: $ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ tar zxf foo2zjs.tar.gz $ cd foo2zjs (Optional) Uninstall: $ su OR $ sudo make uninstall # make uninstall 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 610 # Get Samsung CLP-610 .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 500 # Get Lexmark C500 .ICM files $ ./getweb 3200 # Get Okidata C3200 .ICM files $ ./getweb 3300 # Get Okidata C3300 .ICM files $ ./getweb 3400 # Get Okidata C3400 .ICM files $ ./getweb 5100 # Get Okidata C5100 .ICM files $ ./getweb 5200 # Get Okidata C5200 .ICM files $ ./getweb 5500 # Get Okidata C5500 .ICM files $ ./getweb 5600 # Get Okidata C5600 .ICM files $ ./getweb 5800 # Get Okidata C5800 .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 $ ./getweb P1505 # Get HP LaserJet P1505 firmware file $ ./getweb P1006 # Get HP LaserJet P1006 firmware file $ ./getweb P1005 # Get HP LaserJet P1005 firmware file Install driver, foomatic XML files, PPD files, and extra files: $ su OR $ sudo make install # make install (Optional) Install hotplug (for HP LJ 1000/1005/1018/1020/P1005/P1006/P1505): $ su OR $ sudo make install-hotplug # make install-hotplug Unplug and re-plug the USB printer If you use CUPS to manage your printers, you must restart cupsd: # make cups OR $ sudo make cups Test operation of programs. Skip this if you don't have the exact same version of Ghostscript that I have, ghostscript 8.60 (2007-08-01), because it will not pass since different versions of Ghostscript generate different raster images: # make test Create printers (Redhat 7.2/7.3/8.0/9.0, Fedora Core 1-5): # printconf-gui Create at least one queue for monochrome, and another queue for color printing. Create the queues, then edit them and set the "device options" as desired. 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 a networked HP Color Laserjet 2600n, I used a "Queue Type" of "Networked JetDirect", and set the "Printer" to the IP address of the printer, and the "Port" to "9100". For Fedora Core 6 and Fedora 7/8 and Ubuntu 7.10 users: # system-config-printer Create printers (Mandrake/Manrivia) # printerdrake Create printers (Suse 10.x) # yast2 printer Create printers (Ubuntu 5.10/6.06/6.10/7.04) $ sudo gnome-cups-manager $ sudo make cups # Ubuntu has a bug in gnome-cups-manager NOTE: to edit a queue hit "Properties" (click right mouse button). Create printers (Debian) Connect with a web browser to: http://localhost:631 And configure printer (HP example shown) to: HP LaserJet 2600n, Foomatic + foo2zjs (en) Then edit "Manage Printers->Configure Printer" to suit you, such as "Page Size" or "Color Mode". Create printers (Solaris 11+) # printmgr GHOSTSCRIPT BUGS ---------------- * Well Tempered Screening (WTS) works with ghostscript 8.54 thru 8.62+. So if you want BEST COLORS, you'll have to install gs 8.54 or better if you don't have it. $ gs --version 8.15.2 $ wget "http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/ghostscript-8.62.tar.gz" $ tar zxf ghostscript-8.62.tar.gz $ cd ghostscript-8.62 $ ./autogen.sh $ make $ su OR $ sudo cp bin/gs /usr/bin/gs.foo # cp bin/gs /usr/bin/gs.foo (Optional) # make install OR $ sudo make install $ gs.foo --version 8.62 * Ghostscript before 8.55 has a problem with ICM files and 64-bit gcc. It causes a segfault with km2430_2.icm. So don't select that one. UBUNTU NOTES ------------ Install build-essential FIRST: $ sudo apt-get install build-essential $ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ tar zxf foo2zjs.tar.gz $ cd foo2zjs $ sudo make uninstall $ make $ ./getweb 1020 OR other printer $ sudo make install install-hotplug cups For 7.10 and later users: $ sudo system-config-printer For 5.10/6.06/6.10/7.04 users: $ sudo gnome-cups-manager [configure ColorMode = Color if a color printer] $ sudo make cups Ubuntu has a bug in gnome-cups-manager with Color, so you must restart cups. No other distro has this bug. If that doesn't work, then fire up: $ firefox http://localhost:631 And click on: Printers -> Set Printer Options -> Color Mode -> Color Then click on: Set Printer Options DEBIAN NOTES ------------ Install build-essential, foomatic-filters, cupsys FIRST: $ su # apt-get install build-essential # apt-get install foomatic-filters # apt-get install cupsys $ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ tar zxf foo2zjs.tar.gz $ cd foo2zjs $ make $ ./getweb 1020 OR other printer $ su # make install install-hotplug cups $ firefox http://localhost:631 OPENSUSE 10.3 NOTES ------------------- Do this: # zypper sa \ http://download.opensuse.org/repositories/Printing/openSUSE_10.3/ \ Printing # zypper up -r Printing -t package |
TEMI ------ * INSTALLAZIONE * GHOSTSCRIPT BUGS * UBUNTU NOTE * DEBIAN NOTE * OPENSUSE 10,3 NOTE * EEE PC ASUS NOTE * MAC OS X NOTE * FREEBSD NOTE * OPENBSD NOTE * OPENSOLARIS, SOLARIS EXPRESS DEVELOPER EDIZIONE 9 / 07, Solaris 11 + NOTE * MINOLTA-QMS 2200/2300 DL NOTE * HP LASERJET 1000/1005/1018/1020, P1005/P1006/P1505 NOTE * PSUTILS E CAPACITÀ 2/4-UP * Dimensioni di pagina personalizzato * MEDIA impostata di default con CUPS * AGGIORNAMENTO * DISINSTALLAZIONE * BUG RELAZIONI * Sviluppatore e il debug di suggerimenti * Personalizzato ICC / ICM stampante a colori PROFILO INSTALLAZIONE ------------ Scompattate: $ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs (Facoltativo) Disinstalla: O $ su $ sudo make uninstall # Make uninstall Compilare: $ Make Recuperare i file dal Web, come ad esempio. Profili ICM (per la correzione del colore) E del firmware. Selezionare il numero di modello per la stampante: $. / Getweb # Get 2600n HP Color LaserJet 2600n. ICM file $. / Getweb 1600 # Get HP Color LaserJet 1600. ICM file $. / Getweb 2530 # Get Konica Minolta magicolor 2530 DL. ICM file $. / Getweb 2490 # Get Konica Minolta magicolor 2490 MF. ICM file $. / Getweb 2480 # Get Konica Minolta magicolor 2480 MF. ICM file $. / Getweb 6115 # Get Xerox Phaser 6115MFP. ICM file $. / Getweb 2430 # Get Konica Minolta magicolor 2430 DL. ICM file $. / Getweb 2300 # Get Minolta / QMS magicolor 2300 DL. ICM file $. / Getweb 2200 # Get Minolta / QMS magicolor 2200 DL. ICM file $. / Getweb cpwl # Get Color Minolta PageWorks / Pro L. ICM file $. / Getweb 300 # Get Samsung CLP-300. ICM file $. / Getweb 600 # Get Samsung CLP-600. ICM file $. / Getweb 610 # Get Samsung CLP-610. ICM file $. / Getweb 2160 # Get Samsung CLX-2160. ICM file $. / Getweb 3160 # Get Samsung CLX-3160. ICM file $. / Getweb 6110 # Get Xerox Phaser 6110 e 6110MFP. ICM file $. / Getweb 500 # Get Lexmark C500. ICM file $. / Getweb 3200 # Get Okidata C3200. ICM file $. / Getweb 3300 # Get Okidata C3300. ICM file $. / Getweb 3400 # Get Okidata C3400. ICM file $. / Getweb 5100 # Get Okidata C5100. ICM file $. / Getweb 5200 # Get Okidata C5200. ICM file $. / Getweb 5500 # Get Okidata C5500. ICM file $. / Getweb 5600 # Get Okidata C5600. ICM file $. / Getweb 5800 # Get Okidata C5800. ICM file $. / 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 $. / Getweb P1505 # Get HP LaserJet P1505 file di firmware $. / Getweb P1006 # Get HP LaserJet P1006 file di firmware $. / Getweb P1005 # Get HP LaserJet P1005 file di firmware Installare il driver, foomatic i file XML, i file PPD, e altri file: O $ su $ sudo make install # Make install (Opzionale) Installare hotplug (per HP LJ 1000/1005/1018/1020/P1005/P1006/P1505): O $ su $ sudo make install-hotplug # Make install-hotplug Scollegare e ri-plug, la stampante USB Se si usa CUPS per gestire le stampanti, è necessario riavviare cupsd: # Make tazze O $ sudo make tazze Test di funzionamento dei programmi. Salta questa se non hai la stessa identica Versione di Ghostscript che ho, ghostscript 8.60 (2007-08-01), perché Essa non passa dal diverse versioni di Ghostscript generare diversi Immagini raster: # Make test Creare stampanti (7.2/7.3/8.0/9.0 RedHat, Fedora Core 1-5): # Printconf-gui Creare almeno una coda per monocromatica, e un'altra coda Per la stampa a colori. Creare le code, e quindi modificare Impostare il "dispositivo opzioni" come desiderato. Per una rete Minolta / QMS 2300 DL, ho usato una "coda di Tipo" Di "Stampante Unix (LPD)", e impostare il "Server" per l'indirizzo IP Della stampante, e la "coda", a "lp". Per una rete HP Color Laserjet 2600n, ho usato la "coda di Tipo" Di "rete JetDirect", e impostare il "Printer" per l'indirizzo IP Della stampante, e la "Porta", a "9100". 6 per Fedora Core e Fedora 7 / 8 e 7,10 Ubuntu utenti: # System-config-stampante Creare stampanti (Mandrake / Manrivia) # Printerdrake Creare stampanti (Suse 10.x) # Yast2 stampante Creare stampanti (Ubuntu 5.10/6.06/6.10/7.04) $ Sudo gnome-cups-manager $ Sudo make cups # Ubuntu è un bug in gnome-cups-manager NOTA: per modificare un colpo di coda "Proprietà" (clic su tasto destro del mouse). Creare stampanti (Debian) Collegare con un web browser per: Http://localhost:631 E configurare stampante HP (esempio mostrato) a: HP LaserJet 2600n, Foomatic + foo2zjs (it) Poi modificare "Gestione Stampanti-> Configura stampante" secondo le proprie esigenze, Come "taglia" o "Color Mode". Creare stampanti (Solaris 11 +) # Printmgr GHOSTSCRIPT BUGS ---------------- * Bene temperato Screening (WTS) funziona con ghostscript attraverso 8,62 + 8,54. Quindi, se volete BEST COLORS, dovrete installare gs o meglio 8,54 Se non si dispone di esso. $ Gs - versione 8.15.2 $ Wget "http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/ghostscript-8.62.tar.gz" $ Tar zxf ghostscript-8.62.tar.gz $ Cd Ghostscript-8,62 $. / Autogen.sh $ Make O $ su $ sudo cp bin / gs / usr / bin / gs.foo # Cp bin / gs / usr / bin / gs.foo (Facoltativo) # Make install O $ sudo make install $ Gs.foo - versione 8,62 * Ghostscript prima di 8,55 ha un problema con i file ICM e 64-bit di gcc. Essa provoca un segfault con km2430_2.icm. Così che non si seleziona uno. UBUNTU NOTE ------------ Installare build-essential PRIMA: $ Sudo apt-get install build-essential $ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Sudo make uninstall $ Make $. 1020 O altri stampante $ Sudo make install install-hotplug tazze 7,10 e successivamente per gli utenti: $ Sudo system-config-stampante Per 5.10/6.06/6.10/7.04 utenti: $ Sudo gnome-cups-manager [Configurare ColorMode = Colore se una stampante a colori] $ Sudo make tazze Ubuntu è un bug in gnome-cups-manager con colori, in modo da dovete Riavviare tazze. Nessuna altra distribuzione ha questo bug. Se questo non funziona, allora il fuoco: $ Firefox http://localhost:631 E cliccate su: Stampanti -> Imposta stampante Opzioni -> Modalità colori -> Colore Quindi fare clic su: Impostare le opzioni della stampante DEBIAN NOTE ------------ Installare build-essential, foomatic-filters, cupsys PRIMA: $ SU # Apt-get install build-essential # Apt-get install foomatic-filters # Apt-get install cupsys $ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Make $. 1020 O altri stampante $ SU # Make install install-hotplug tazze $ Firefox http://localhost:631 OPENSUSE 10,3 NOTE ------------------- Farlo: # Zypper SA \ Http://download.opensuse.org/repositories/Printing/openSUSE_10.3/ \ Stampa # Zypper up-r-t pacchetto di stampa |
Linea 238: | Linea 238: |
Then install using the above instructions. ASUS EEE PC NOTES ----------------- It is a version of Xandros. First: Get a shell by typing ctrl-alt-T $ sudo su - # vi or kwrite /etc/apt/sources.list add the following line: deb ftp://ftp.us.debian.org/debian stable main contrib non-free # apt-get -f install # apt-get install wget # apt-get install build-essential <ctrl-d> $ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ tar zxf foo2zjs.tar.gz $ cd foo2zjs $ make $ ./getweb 1020 OR other printer, e.g. 2600n $ sudo make install install-hotplug cups Then use the "Add Printer" GUI. MAC OS X NOTES --------------- Please read the detailed installation instructions by Clint Morgan and Rick Richardson in the file INSTALL.osx. FREEBSD NOTES ------------- You need the following packages before you start the "make": # pkg_add -r wget # pkg_add -r gmake # pkg_add -r ghostscript-gnu # pkg_add -r cups # pkg_add -r foomatic-filters Use "gmake" instead of "make". USB NOTES FOR HP LJ 1018/1020 - Build the kernel without the ulpt driver. - cat /usr/share/foo2zjs/firmware/sihp1018.dl > /dev/ugen0.1 or - cat /usr/share/foo2zjs/firmware/sihp1020.dl > /dev/ugen0.1 - sauron_the_evil_bastard in Linux, FreeBSD, Solaris:1 on Yahoo! chat. - Alexander Sashurin a.k.a. ZetRooT or WinterSilence OPENBSD NOTES ------------- You need the following packages before you start the "make": # pkg_add wget # pkg_add gmake # pkg_add -i ghostscript # pkg_add cups # pkg_add unzip Use "gmake" instead of "make". OPENSOLARIS, SOLARIS EXPRESS DEVELOPER EDITION 9/07, Solaris 11+ NOTES ---------------------------------------------------------------------- Use "bash" for your shell. Only network printers are supported. $ export PATH=$PATH:/sbin:/usr/sbin:/usr/sfw/bin:/opt/sfw/bin |
Poi l'installazione usando la procedura sopra indicata. EEE PC ASUS NOTE ----------------- Si tratta di una versione di Xandros. Primo: Ottenere una shell digitando ctrl-alt-T $ Sudo su -- O kwrite # vi / etc / apt / sources.list Aggiungere la seguente riga: Deb ftp://ftp.us.debian.org/debian stable main contrib non-free # Apt-get-f install # Apt-get install wget # Apt-get install build-essential <ctrl-d> $ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Make $. 1020 O altra stampante, e.g. 2600n $ Sudo make install install-hotplug tazze Quindi utilizzare la funzione "Aggiungi stampante" GUI. MAC OS X NOTE --------------- Si prega di leggere le dettagliate istruzioni per l'installazione di Clint Morgan E Rick Richardson nel file INSTALL.osx. FREEBSD NOTE ------------- Sono necessari i seguenti pacchetti prima di iniziare il "fare": # Pkg_add-r wget # Pkg_add-r gmake # Pkg_add-r ghostscript-gnu # Pkg_add-r tazze # Pkg_add-r foomatic-filters Usa "gmake" invece di "fare". NOTE USB per HP LJ 1018/1020 -- Crea il kernel senza il ulpt driver. -- Cat / usr/share/foo2zjs/firmware/sihp1018.dl> / dev/ugen0.1 O -- Cat / usr/share/foo2zjs/firmware/sihp1020.dl> / dev/ugen0.1 -- Sauron_the_evil_bastard in Linux, FreeBSD, Solaris: 1 su Yahoo! Chat. -- Alexander Sashurin aka ZetRooT o WinterSilence NOTE OPENBSD ------------- Sono necessari i seguenti pacchetti prima di iniziare il "fare": # Pkg_add wget # Pkg_add gmake # Pkg_add-i Ghostscript # Pkg_add tazze # Pkg_add unzip Usa "gmake" invece di "fare". OPENSOLARIS, SOLARIS EXPRESS DEVELOPER EDIZIONE 9 / 07, Solaris 11 + NOTE -------------------------------------------------- -------------------- Usa "bash" per la vostra shell. Solo le stampanti di rete sono supportati. $ Export PATH = $ PATH: / sbin: / usr / sbin: / usr / sfw / bin: / opt / sfw / bin |
Linea 307: | Linea 307: |
[ Load CD Solaris_Software_Companion] $ cd /media/S10_807_SOFTWARE_COMPANION/Solaris_Software_Companion/Solaris_i386/Packages $ su root -c "/usr/bin/bash" # pkgadd -d `pwd` SFWgroff # pkgadd -d `pwd` SFWgawk $ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ tar zxf foo2zjs.tar.gz $ cd foo2zjs $ gmake $ ./getweb 2530 OR other printer $ su root -c "/usr/bin/bash" # gmake install # printmgr To see a screen to the GUI: http://foo2lava.rkkda.com/solaris/ NOTE: you cannot see the printer options (Paper Source, Paper Type, Paper Media, Color Mode, ICM, etc.). There is NO GUI to do it!!! Sorry. MINOLTA-QMS 2200/2300 DL NOTES ------------------------------ Use the network interface if you can. These printers understand Unix LPD printer server protocol. So when setting up the printer queue, you can select "UNIX Printer (lpd queue)", set the lpd queue name to "lp" (arbitrary), and set the "Server" to the IP address of the printer. These printers also understand several other printer server protocols, such as JetDirect and IPP, but I have not tried them. In any case, I'm not aware of any advantages of using them over LPD. The USB interface on this printer will work if your printer is at firmware revision 2.55 or later. Mine was not, but I was able to get this firmware from the Konica Minolta Europe web site. The USA site doesn't have it. Upgrading the firmware on your printer can be dangerous and might turn your printer into a paperweight, so I do not recommend it unless you need USB and are a computer expert. To get the v2.55 firmware upgrade, try: ./getweb 2300dl_fw HP LASERJET 1000/1005/1018/1020, P1005/P1006/P1505 NOTES -------------------------------------------------------- These printers need their firmware downloaded to them every time they are powered up. On Linux with USB connected printer: If you are running Linux and the printer is connected via USB, you can arrange for the firmware to be automatically downloaded to the printer by performing one more installation step: # make install-hotplug Unplug and re-plug the USB printer. On another OS or with a parallel port connected printer: You must send a firmware file to the printer each time you power it up. If you downloaded the extra files for the HP above, a typical command line to load the firmware would be ONE of these: cat /usr/share/foo2zjs/firmware/sihp1000.dl > /dev/usb/lp0 cat /usr/share/foo2zjs/firmware/sihp1005.dl > /dev/usb/lp0 cat /usr/share/foo2zjs/firmware/sihp1018.dl > /dev/usb/lp0 cat /usr/share/foo2zjs/firmware/sihp1020.dl > /dev/usb/lp0 cat /usr/share/foo2xqx/firmware/sihpP1005.dl > /dev/usb/lp0 cat /usr/share/foo2xqx/firmware/sihpP1006.dl > /dev/usb/lp0 cat /usr/share/foo2xqx/firmware/sihpP1505.dl > /dev/usb/lp0 On Mac OS X: You must send a firmware file to the printer each time you power it up. If you downloaded the extra files for the HP above, a typical command line to load the firmware would be: lp -oraw /usr/share/foo2zjs/firmware/sihp1018.dl lp -oraw /usr/share/foo2zjs/firmware/sihp1020.dl NOTE: The original HP files are named '*.img'. Sometimes HP supplies these files ready-to-download to the printer, sometimes they are raw ARM executables and need to have a special header added to them before they can be downloaded. The "make install" step will use the supplied "arm2hpdl" program to automatically detect which kind of file they are and convert them (if needed) to the downloadable '*.dl' format. These printers do not have a "button" when you run out of paper. But, there is a GNOME gui in: Applications -> System Tools -> HPLJ 10xx Replaced Paper or, you can simulate this by reloading the paper and doing: $ usb_printerid /dev/usb/lp0 or, you can open the print cartridge door and then close it. PSUTILS AND 2/4-UP CAPABILITY ----------------------------- If you would like to use the 2-up/4-up capability, then you need to get and install Angus Duggan's excellent psutils package. You can find the source code for psutils here: http://knackered.knackered.org/angus/psutils/index.html Or an RPM here: http://rpmfind.net/linux/rpm2html/search.php?query=psutils CUSTOM PAGE SIZE ---------------- Append "PageSize=Custom.MMMxNNNin" to the lpr command. E.G. $ lpr -P hp2600 -o PageSize=Custom.4x6in ~/testpage.ps $ lpr -P hp2600 -o PageSize=Custom.10x15cm ~/testpage.ps $ lpr -P hp1020 -o PageSize=Custom.4x6in ~/testpage.ps Or, use a GUI that allows the custom size parameters, e.g. "evince" - PostScript and PDF File Viewer. SET DEFAULT MEDIA WITH CUPS --------------------------- $ sudo # lpoptions -o media=A4 -OR- # lpoptions -o media=Letter UPDATE ------ Here are handy lines you can click on to get the latest version: http://foo2zjs.rkkda.com/ wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz My advice: update early and often!!!! UNINSTALLING ------------ This will uninstall everything from your system. $ su # make uninstall BUG REPORTS ----------- PLEASE use the forums at: http://foo2zjs.rkkda.com/forum/index.php I do not read or reply to HTML email or messages sent under an alias. I failed out of french class, so don't even think about sending me email in anything but English. Rick Richardson DEVELOPER AND DEBUGGING TIPS ---------------------------- If you want to work on this program, I recommend creating a "raw" printer queue directed at the printer, with no protocol conversions. OR, simple copy the file to /dev/usb/lp0 (USB) or nc (netcat) the file (network). Then, you can use the "foo2zjs-wrapper" program to convert Postscript test programs to ZjS format, and inspect them with "zjsdecode" before deciding whether to print them or not. For example: foo2zjs-wrapper testpage.ps > testpage.zm foo2zjs-wrapper -c testpage.ps > testpage.zc zjsdecode < testpage.zm zjsdecode < testpage.zc lpr -Praw testpage.zm OR cp testpage.zm /dev/usb/lp0 OR nc 192.168.1.NNN 9100 < testpage.zm Same thing for the other drivers, e.g. ... foo2hiperc-wrapper testpage.ps > testpage.hc hipercdecode < testpage.hc nc 192.168.1.NNN 9100 < testpage.hc If the printer is an HP LaserJet 10xx or P1xxx and needs to have the firmware downloaded, this will tell you (P1006): Before: usb_printerid /dev/usb/lp0 MFG:Hewlett-Packard;MDL:HP LaserJet P1006;CMD:ACL;CLS:PRINTER;\ DES:HP LaserJet P1006; After: usb_printerid /dev/usb/lp0 MFG:Hewlett-Packard;MDL:HP LaserJet P1006;CMD:ACL;CLS:PRINTER;\ DES:HP LaserJet P1006;FWVER:20070910; CUSTOM ICC/ICM COLOR PRINTER PROFILE ------------------------------------ I need: Samsung CLP-600 Samsung CLP-610 at the default resolution! 0) Pick a vendor, e.g. "Custom ICC ICM colour printer profile RGB or CMYK" Seller: personalised101 http://stores.ebay.ie/The-Graphics-Depot Cost: 10 pounds "We Create a Custom ICC Profile for Your Printer-" Seller: fotojimbo http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=200162943572&ssPageName=STRK:MEWN:IT&ih=010 Cost: 10 dollars 1) Convert the vendor sheet(s) from *.tif to *.ps (OPTIONAL) $ gimp OR Preferred, using ImageMagick's "convert" $ convert Color\ Patch\ RGB\ \(Page\ 1\).tif page1.ps $ convert Color\ Patch\ RGB\ \(Page\ 2\).tif page2.ps 2) Print the Postscript vendor sheet(s) with NO color correction: $ foo2hp2600-wrapper -c -C10 -Gnone.icm \ test_sheets_from_icc_vendor.ps > test.prn $ nc 192.168.1.xxxxxxx 9100 < test.prn OR $ cp test.prn /dev/usb/lp0 3) Send them to the vendor by POSTAL MAIL 4) Get back *.icc/*.icm profile by EMAIL or WEB 5) Put it in /usr/share/foo2hp/icm/testing.icm 6) Print a test picture: $ foo2hp2600-wrapper -c -C10 -Gtesting.icm \ picture.ps > picture.prn $ nc 192.168.1.xxxxxxx 9100 < picture.prn OR $ cp picture.prn /dev/usb/lp0 7) If it is OK, send "testing.icm" to rick.richardson@comcast.net for inclusion in foo2zjs. Other printers: use foo2qpdl-wrapper and /usr/share/foo2qpdl/icm/ Other printers: use foo2lava-wrapper and /usr/share/foo2lava/icm/ |
[Caricare il CD Solaris_Software_Companion] $ Cd / media/S10_807_SOFTWARE_COMPANION/Solaris_Software_Companion/Solaris_i386/Packages Root $ su-c "/ usr / bin / bash" # Pkgadd-d `pwd` SFWgroff # Pkgadd-d `pwd` SFWgawk $ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Gmake $. 2530 O altri stampante Root $ su-c "/ usr / bin / bash" # Gmake install # Printmgr Per vedere una schermata per la GUI: Http://foo2lava.rkkda.com/solaris/ NOTA: non è possibile visualizzare le opzioni della stampante (Paper Source, il tipo di carta, Libro Media, la modalità colore, ICM, ecc.) Vi è NO GUI per farlo! Sorry. MINOLTA-QMS 2200/2300 DL NOTE ------------------------------ Utilizzare l'interfaccia di rete, se possibile. Queste stampanti capire Unix Protocollo LPD server di stampa. Così, quando la costituzione della coda di stampa, Potete selezionare "UNIX Printer (mf coda)", impostare il nome della coda di mf "Lp" (arbitrario), e impostare il "Server" per l'indirizzo IP del Stampante. Queste stampanti capire anche diversi altri protocolli server di stampa, Come JetDirect e IPP, ma non ho provato. In ogni caso, Io non sono a conoscenza di alcuna vantaggi del loro impiego su LPD. L'interfaccia USB su questa stampante funziona se la stampante è in Revisione firmware 2,55 o successiva. Mine non è stato, ma è stato in grado di Ottenere questo firmware dal Konica Minolta sito web Europa. Stati Uniti Sito non l'ha. Aggiornamento del firmware della stampante può E potrebbe essere pericoloso accendere la stampante in un fermacarte, quindi fare Non lo consiglio se non avete bisogno di USB e sono un esperto di computer. A Ottenere l'aggiornamento del firmware v2.55, prova: . / Getweb 2300dl_fw HP LASERJET 1000/1005/1018/1020, P1005/P1006/P1505 NOTE -------------------------------------------------- ------ Queste stampanti bisogno di loro firmware scaricato per loro ogni volta che Sono alimentati. Su Linux stampante collegata con USB: Se si esegue Linux e la stampante è collegata tramite USB, Può organizzare per il firmware per essere scaricato automaticamente al Stampante attraverso l'esecuzione di un altro passo di installazione: # Make install-hotplug Scollegare e ri-plug, la stampante USB. Su un altro sistema operativo o con una porta parallela stampante collegata: È necessario inviare un file di firmware per la stampante ogni volta che si è potere . Se si è scaricato il file supplementari per la HP di cui sopra, un tipico Linea di comando per caricare il firmware sarebbe una di queste: Cat / usr/share/foo2zjs/firmware/sihp1000.dl> / dev/usb/lp0 Cat / usr/share/foo2zjs/firmware/sihp1005.dl> / dev/usb/lp0 Cat / usr/share/foo2zjs/firmware/sihp1018.dl> / dev/usb/lp0 Cat / usr/share/foo2zjs/firmware/sihp1020.dl> / dev/usb/lp0 Cat / usr/share/foo2xqx/firmware/sihpP1005.dl> / dev/usb/lp0 Cat / usr/share/foo2xqx/firmware/sihpP1006.dl> / dev/usb/lp0 Cat / usr/share/foo2xqx/firmware/sihpP1505.dl> / dev/usb/lp0 Su Mac OS X: È necessario inviare un file di firmware per la stampante ogni volta che si è potere . Se si è scaricato il file supplementari per la HP di cui sopra, un tipico Linea di comando per caricare il firmware potrebbe essere: LP-oraw / usr/share/foo2zjs/firmware/sihp1018.dl LP-oraw / usr/share/foo2zjs/firmware/sihp1020.dl NOTA: il file originale HP sono denominate '*. img'. Talvolta HP forniture Questi file pronti per il download per la stampante, talvolta si tratta di greggio ARM eseguibili e le necessità di disporre di una speciale intestazione aggiunto alla loro prima Essi possono essere scaricati. Il "make install" si usa il passo offerti "Arm2hpdl", il programma di rilevare automaticamente il tipo di file che sono E li converte (se necessario) alla scaricabile '*. dl' formato. Queste stampanti non hanno un "tasto" quando si esegue su carta. Ma, c'è un GNOME gui in: Applicazioni -> Utilità di sistema -> HPLJ 10xx sostituito Libro O, si può simulare questo ricarico la carta e fare: $ Usb_printerid / dev/usb/lp0 Oppure, è possibile aprire la porta cartuccia di stampa e poi chiuderlo. PSUTILS e capacità 2/4-UP ----------------------------- Se si desidera utilizzare il 2-up/4-up capacità, allora avete bisogno di Ottenere e installare Angus Duggan l'eccellente pacchetto psutils. Potete Trovare il codice sorgente per psutils qui: Http://knackered.knackered.org/angus/psutils/index.html O un RPM qui: Http://rpmfind.net/linux/rpm2html/search.php?query=psutils Formato del foglio personalizzato ---------------- Append "PageSize = Custom.MMMxNNNin" per il comando lpr. E.G. $ Lpr-P hp2600-o PageSize = Custom.4x6in ~ / testpage.ps $ Lpr-P hp2600-o PageSize = Custom.10x15cm ~ / testpage.ps $ Lpr-P hp1020-o PageSize = Custom.4x6in ~ / testpage.ps Oppure, utilizzare una interfaccia grafica che permette di formato personalizzato parametri, come ad esempio "Evince" - file PostScript e PDF Viewer. MEDIA impostata di default con CUPS --------------------------- $ Sudo # Lpoptions-o media = A4 - O - # Lpoptions-o media = Lettera UPDATE ------ Qui sono a portata di mano le linee è possibile fare clic su per avere l'ultima versione: Http://foo2zjs.rkkda.com/ Wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz Il mio consiglio: aggiornamento presto e spesso! DISINSTALLAZIONE ------------ Ciò disinstallare tutto dal tuo sistema. $ SU # Make uninstall BUG RELAZIONI ----------- PLEASE utilizzare il forum all'indirizzo: Http://foo2zjs.rkkda.com/forum/index.php Io non leggere o HTML rispondere a e-mail o messaggi inviati sotto un alias. Non ho francese di classe, per cui non addirittura pensare invio Mi e-mail in inglese, ma nulla. Rick Richardson Sviluppatore e il debug di suggerimenti ---------------------------- Se si desidera lavorare su questo programma, si raccomanda di creare una "raw" Coda di stampa diretta alla stampante, senza alcun protocollo di conversioni. O, semplice copiare il file / dev/usb/lp0 (USB) o nc (netcat) File (rete). Quindi, si può utilizzare il "foo2zjs-wrapper" programma per convertire Postscript Test di programmi per ZjS formato, e ispezionare con "zjsdecode" prima Di decidere se stampare o meno. Per esempio: Foo2zjs-wrapper testpage.ps> testpage.zm Foo2zjs-wrapper-c testpage.ps> testpage.zc Zjsdecode <testpage.zm Zjsdecode <testpage.zc LPR-Praw testpage.zm O CP testpage.zm / dev/usb/lp0 O Nc 192.168.1.NNN 9100 <testpage.zm Stessa cosa per gli altri piloti, e.g. ... Foo2hiperc-wrapper testpage.ps> testpage.hc Hipercdecode <testpage.hc Nc 192.168.1.NNN 9100 <testpage.hc Se la stampante è una HP LaserJet 10xx o P1xxx e deve avere la Firmware scaricato, questo vi dirà (P1006): Prima: Usb_printerid / dev/usb/lp0 MFG: Hewlett-Packard; MDL: HP LaserJet P1006; CMD: ACL; CLS: STAMPANTE; \ DES: HP LaserJet P1006; Dopo: Usb_printerid / dev/usb/lp0 MFG: Hewlett-Packard; MDL: HP LaserJet P1006; CMD: ACL; CLS: STAMPANTE; \ DES: HP LaserJet P1006; FWVER: 20070910; CUSTOM ICC / ICM stampante a colori PROFILO ------------------------------------ Ho bisogno di: Samsung CLP-600 Samsung CLP-610 Presso la risoluzione di default! 0) un fornitore di ritiro, e.g. "Custom ICC ICM profilo stampante a colori RGB o CMYK" Venditore: personalised101 Http://stores.ebay.ie/The-Graphics-Depot Costo: 10 libra "Creare un profilo ICC personalizzato per la tua stampante-" Venditore: fotojimbo Http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=200162943572&ssPageName=STRK:MEWN:IT&ih=010 Costo: 10 dollari 1) Converti il venditore foglio (s) da *. tif in *. ps (OPZIONALE) $ Gimp O Preferito, utilizzando ImageMagick's "convertire" $ Convertire Color \ Patch \ RGB \ \ (Pagina \ 1 \). Tif page1.ps $ Convertire Color \ Patch \ RGB \ \ (Pagina \ 2 \). Tif page2.ps 2) Stampare la Postscript venditore foglio (s), N correzione del colore: $ Foo2hp2600-wrapper-c-C10-Gnone.icm \ Test_sheets_from_icc_vendor.ps> test.prn $ Nc 192.168.1.xxxxxxx 9100 <test.prn O $ Cp test.prn / dev/usb/lp0 3) Inviare al venditore da POSTALI MAIL 4) Per tornare *. icc / *. icm profilo da EMAIL o WEB 5) Metti nel / usr/share/foo2hp/icm/testing.icm 6), la stampa di un test di fotografia: $ Foo2hp2600-wrapper-c-C10-Gtesting.icm \ Picture.ps> picture.prn $ Nc 192.168.1.xxxxxxx 9100 <picture.prn O $ Cp picture.prn / dev/usb/lp0 7) Se è OK, inviare "testing.icm" per rick.richardson @ comcast.net Per l'inclusione in foo2zjs. Altre stampanti: utilizzare foo2qpdl-wrapper e / usr/share/foo2qpdl/icm / Altre stampanti: utilizzare foo2lava-wrapper e / usr/share/foo2lava/icm / |
ATTENZIONE! Questa è una pagina di prove tecniche, pertanto le informazioni qui riportate possono essere del tutto provvisorie e incomplete. |
IndiceBRTableOfContents |
Introduzione
TEMI
- INSTALLAZIONE
- GHOSTSCRIPT BUGS
- UBUNTU NOTE
- DEBIAN NOTE
- OPENSUSE 10,3 NOTE
- EEE PC ASUS NOTE
- MAC OS X NOTE
- FREEBSD NOTE
- OPENBSD NOTE
- OPENSOLARIS, SOLARIS EXPRESS DEVELOPER EDIZIONE 9 / 07, Solaris 11 + NOTE
- MINOLTA-QMS 2200/2300 DL NOTE
- HP LASERJET 1000/1005/1018/1020, P1005/P1006/P1505 NOTE
- PSUTILS E CAPACITÀ 2/4-UP
- Dimensioni di pagina personalizzato
- MEDIA impostata di default con CUPS
- AGGIORNAMENTO
- DISINSTALLAZIONE
- BUG RELAZIONI
- Sviluppatore e il debug di suggerimenti
- Personalizzato ICC / ICM stampante a colori PROFILO INSTALLAZIONE
- Scompattate:
$ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs
- O $ su $ sudo make uninstall # Make uninstall
- $ Make
$. / Getweb # Get 2600n HP Color LaserJet 2600n. ICM file $. / Getweb 1600 # Get HP Color LaserJet 1600. ICM file $. / Getweb 2530 # Get Konica Minolta magicolor 2530 DL. ICM file $. / Getweb 2490 # Get Konica Minolta magicolor 2490 MF. ICM file $. / Getweb 2480 # Get Konica Minolta magicolor 2480 MF. ICM file $. / Getweb 6115 # Get Xerox Phaser 6115MFP. ICM file $. / Getweb 2430 # Get Konica Minolta magicolor 2430 DL. ICM file $. / Getweb 2300 # Get Minolta / QMS magicolor 2300 DL. ICM file $. / Getweb 2200 # Get Minolta / QMS magicolor 2200 DL. ICM file
$. / Getweb cpwl # Get Color Minolta PageWorks / Pro L. ICM file $. / Getweb 300 # Get Samsung CLP-300. ICM file $. / Getweb 600 # Get Samsung CLP-600. ICM file $. / Getweb 610 # Get Samsung CLP-610. ICM file $. / Getweb 2160 # Get Samsung CLX-2160. ICM file $. / Getweb 3160 # Get Samsung CLX-3160. ICM file $. / Getweb 6110 # Get Xerox Phaser 6110 e 6110MFP. ICM file $. / Getweb 500 # Get Lexmark C500. ICM file $. / Getweb 3200 # Get Okidata C3200. ICM file $. / Getweb 3300 # Get Okidata C3300. ICM file $. / Getweb 3400 # Get Okidata C3400. ICM file $. / Getweb 5100 # Get Okidata C5100. ICM file $. / Getweb 5200 # Get Okidata C5200. ICM file $. / Getweb 5500 # Get Okidata C5500. ICM file $. / Getweb 5600 # Get Okidata C5600. ICM file $. / Getweb 5800 # Get Okidata C5800. ICM file
$. / 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
$. / Getweb P1505 # Get HP LaserJet P1505 file di firmware $. / Getweb P1006 # Get HP LaserJet P1006 file di firmware $. / Getweb P1005 # Get HP LaserJet P1005 file di firmware
- O $ su $ sudo make install # Make install
- O $ su $ sudo make install-hotplug # Make install-hotplug Scollegare e ri-plug, la stampante USB
- # Make tazze O $ sudo make tazze
- # Make test
Creare stampanti (7.2/7.3/8.0/9.0 RedHat, Fedora Core 1-5):
- # Printconf-gui
Di "rete JetDirect", e impostare il "Printer" per l'indirizzo IP Della stampante, e la "Porta", a "9100". 6 per Fedora Core e Fedora 7 / 8 e 7,10 Ubuntu utenti:
- # System-config-stampante
- # Printerdrake
- # Yast2 stampante
- $ Sudo gnome-cups-manager $ Sudo make cups # Ubuntu è un bug in gnome-cups-manager
- Collegare con un web browser per:
Http://localhost:631
- E configurare stampante HP (esempio mostrato) a:
HP LaserJet 2600n, Foomatic + foo2zjs (it)
Poi modificare "Gestione Stampanti-> Configura stampante" secondo le proprie esigenze, Come "taglia" o "Color Mode".
- # Printmgr
- Bene temperato Screening (WTS) funziona con ghostscript attraverso 8,62 + 8,54.
- Quindi, se volete BEST COLORS, dovrete installare gs o meglio 8,54 Se non si dispone di esso.
- $ Gs - versione 8.15.2
$ Wget "http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/ghostscript-8.62.tar.gz" $ Tar zxf ghostscript-8.62.tar.gz $ Cd Ghostscript-8,62 $. / Autogen.sh $ Make O $ su $ sudo cp bin / gs / usr / bin / gs.foo # Cp bin / gs / usr / bin / gs.foo (Facoltativo) # Make install O $ sudo make install $ Gs.foo - versione 8,62
- Ghostscript prima di 8,55 ha un problema con i file ICM e 64-bit di gcc.
- Essa provoca un segfault con km2430_2.icm. Così che non si seleziona uno.
- Ghostscript prima di 8,55 ha un problema con i file ICM e 64-bit di gcc.
- Installare build-essential PRIMA:
- $ Sudo apt-get install build-essential
$ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Sudo make uninstall $ Make $. 1020 O altri stampante $ Sudo make install install-hotplug tazze 7,10 e successivamente per gli utenti: $ Sudo system-config-stampante Per 5.10/6.06/6.10/7.04 utenti: $ Sudo gnome-cups-manager
[Configurare ColorMode = Colore se una stampante a colori] $ Sudo make tazze Ubuntu è un bug in gnome-cups-manager con colori, in modo da dovete Riavviare tazze. Nessuna altra distribuzione ha questo bug.
- Se questo non funziona, allora il fuoco:
$ Firefox http://localhost:631
- E cliccate su:
Stampanti -> Imposta stampante Opzioni -> Modalità colori -> Colore
- Quindi fare clic su:
- Installare build-essential, foomatic-filters, cupsys PRIMA:
- $ SU # Apt-get install build-essential # Apt-get install foomatic-filters # Apt-get install cupsys
$ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
- $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Make $. 1020
- O altri stampante
$ Firefox http://localhost:631 OPENSUSE 10,3 NOTE
- $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Make $. 1020
- Farlo:
- # Zypper SA \
Http://download.opensuse.org/repositories/Printing/openSUSE_10.3/ \ Stampa # Zypper up-r-t pacchetto di stampa
- Poi l'installazione usando la procedura sopra indicata.
- Si tratta di una versione di Xandros. Primo:
- Ottenere una shell digitando ctrl-alt-T $ Sudo su -- O kwrite # vi / etc / apt / sources.list Aggiungere la seguente riga:
Deb ftp://ftp.us.debian.org/debian stable main contrib non-free # Apt-get-f install # Apt-get install wget # Apt-get install build-essential <ctrl-d>
$ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
- $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Make $. 1020
- O altra stampante, e.g. 2600n
- Quindi utilizzare la funzione "Aggiungi stampante" GUI.
- $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Make $. 1020
- Si prega di leggere le dettagliate istruzioni per l'installazione di Clint Morgan E Rick Richardson nel file INSTALL.osx.
- FREEBSD NOTE
- Sono necessari i seguenti pacchetti prima di iniziare il "fare":
- # Pkg_add-r wget # Pkg_add-r gmake # Pkg_add-r ghostscript-gnu # Pkg_add-r tazze # Pkg_add-r foomatic-filters
- Usa "gmake" invece di "fare". NOTE USB per HP LJ 1018/1020
-- Cat / usr/share/foo2zjs/firmware/sihp1018.dl> / dev/ugen0.1 O -- Cat / usr/share/foo2zjs/firmware/sihp1020.dl> / dev/ugen0.1 -- Sauron_the_evil_bastard in Linux, FreeBSD, Solaris: 1 su Yahoo! Chat.
-- Alexander Sashurin aka ZetRooT o WinterSilence NOTE OPENBSD
- Sono necessari i seguenti pacchetti prima di iniziare il "fare":
- # Pkg_add wget # Pkg_add gmake # Pkg_add-i Ghostscript # Pkg_add tazze # Pkg_add unzip
- Usa "gmake" invece di "fare".
- Usa "bash" per la vostra shell. Solo le stampanti di rete sono supportati. $ Export PATH = $ PATH: / sbin: / usr / sbin: / usr / sfw / bin: / opt / sfw / bin [Caricare il CD Solaris_Software_Companion] $ Cd / media/S10_807_SOFTWARE_COMPANION/Solaris_Software_Companion/Solaris_i386/Packages Root $ su-c "/ usr / bin / bash"
# Pkgadd-d pwd SFWgroff # Pkgadd-d pwd SFWgawk
$ Wget-O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz $ Tar zxf foo2zjs.tar.gz $ Cd foo2zjs $ Gmake $. 2530
- O altri stampante
- Root $ su-c "/ usr / bin / bash" # Gmake install # Printmgr Per vedere una schermata per la GUI:
Http://foo2lava.rkkda.com/solaris/
- NOTA: non è possibile visualizzare le opzioni della stampante (Paper Source, il tipo di carta, Libro Media, la modalità colore, ICM, ecc.) Vi è NO GUI per farlo! Sorry.
- Utilizzare l'interfaccia di rete, se possibile. Queste stampanti capire Unix Protocollo LPD server di stampa. Così, quando la costituzione della coda di stampa, Potete selezionare "UNIX Printer (mf coda)", impostare il nome della coda di mf "Lp" (arbitrario), e impostare il "Server" per l'indirizzo IP del Stampante. Queste stampanti capire anche diversi altri protocolli server di stampa,
Come JetDirect e IPP, ma non ho provato. In ogni caso, Io non sono a conoscenza di alcuna vantaggi del loro impiego su LPD. L'interfaccia USB su questa stampante funziona se la stampante è in Revisione firmware 2,55 o successiva. Mine non è stato, ma è stato in grado di Ottenere questo firmware dal Konica Minolta sito web Europa. Stati Uniti Sito non l'ha. Aggiornamento del firmware della stampante può E potrebbe essere pericoloso accendere la stampante in un fermacarte, quindi fare Non lo consiglio se non avete bisogno di USB e sono un esperto di computer. A Ottenere l'aggiornamento del firmware v2.55, prova:
- / Getweb 2300dl_fw HP LASERJET 1000/1005/1018/1020, P1005/P1006/P1505 NOTE
- Queste stampanti bisogno di loro firmware scaricato per loro ogni volta che Sono alimentati.
- Su Linux stampante collegata con USB: Se si esegue Linux e la stampante è collegata tramite USB, Può organizzare per il firmware per essere scaricato automaticamente al Stampante attraverso l'esecuzione di un altro passo di installazione: # Make install-hotplug Scollegare e ri-plug, la stampante USB. Su un altro sistema operativo o con una porta parallela stampante collegata: È necessario inviare un file di firmware per la stampante ogni volta che si è potere
- Se si è scaricato il file supplementari per la HP di cui sopra, un tipico Linea di comando per caricare il firmware sarebbe una di queste:
Cat / usr/share/foo2zjs/firmware/sihp1000.dl> / dev/usb/lp0 Cat / usr/share/foo2zjs/firmware/sihp1005.dl> / dev/usb/lp0 Cat / usr/share/foo2zjs/firmware/sihp1018.dl> / dev/usb/lp0 Cat / usr/share/foo2zjs/firmware/sihp1020.dl> / dev/usb/lp0 Cat / usr/share/foo2xqx/firmware/sihpP1005.dl> / dev/usb/lp0 Cat / usr/share/foo2xqx/firmware/sihpP1006.dl> / dev/usb/lp0 Cat / usr/share/foo2xqx/firmware/sihpP1505.dl> / dev/usb/lp0 Su Mac OS X: È necessario inviare un file di firmware per la stampante ogni volta che si è potere
- Se si è scaricato il file supplementari per la HP di cui sopra, un tipico Linea di comando per caricare il firmware potrebbe essere: LP-oraw / usr/share/foo2zjs/firmware/sihp1018.dl LP-oraw / usr/share/foo2zjs/firmware/sihp1020.dl
- NOTA: il file originale HP sono denominate '*. img'. Talvolta HP forniture Questi file pronti per il download per la stampante, talvolta si tratta di greggio ARM eseguibili e le necessità di disporre di una speciale intestazione aggiunto alla loro prima Essi possono essere scaricati. Il "make install" si usa il passo offerti "Arm2hpdl", il programma di rilevare automaticamente il tipo di file che sono E li converte (se necessario) alla scaricabile '*. dl' formato. Queste stampanti non hanno un "tasto" quando si esegue su carta. Ma, c'è un GNOME gui in:
Applicazioni -> Utilità di sistema -> HPLJ 10xx sostituito Libro
- O, si può simulare questo ricarico la carta e fare:
- Oppure, è possibile aprire la porta cartuccia di stampa e poi chiuderlo.
- Se si desidera utilizzare il 2-up/4-up capacità, allora avete bisogno di Ottenere e installare Angus Duggan l'eccellente pacchetto psutils. Potete Trovare il codice sorgente per psutils qui:
Http://knackered.knackered.org/angus/psutils/index.html
- O un RPM qui:
Http://rpmfind.net/linux/rpm2html/search.php?query=psutils Formato del foglio personalizzato
Append "PageSize = Custom.MMMxNNNin" per il comando lpr. E.G.
$ Lpr-P hp2600-o PageSize = Custom.4x6in ~ / testpage.ps $ Lpr-P hp2600-o PageSize = Custom.10x15cm ~ / testpage.ps $ Lpr-P hp1020-o PageSize = Custom.4x6in ~ / testpage.ps Oppure, utilizzare una interfaccia grafica che permette di formato personalizzato parametri, come ad esempio
"Evince" - file PostScript e PDF Viewer.
- MEDIA impostata di default con CUPS
- $ Sudo # Lpoptions-o media = A4
- - O -
- # Lpoptions-o media = Lettera
- Qui sono a portata di mano le linee è possibile fare clic su per avere l'ultima versione:
Http://foo2zjs.rkkda.com/ Wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz
- Il mio consiglio: aggiornamento presto e spesso!
- Ciò disinstallare tutto dal tuo sistema. $ SU # Make uninstall
- BUG RELAZIONI
- PLEASE utilizzare il forum all'indirizzo:
Http://foo2zjs.rkkda.com/forum/index.php
- Io non leggere o HTML rispondere a e-mail o messaggi inviati sotto un alias. Non ho francese di classe, per cui non addirittura pensare invio Mi e-mail in inglese, ma nulla. Rick Richardson
- Se si desidera lavorare su questo programma, si raccomanda di creare una "raw" Coda di stampa diretta alla stampante, senza alcun protocollo di conversioni. O, semplice copiare il file / dev/usb/lp0 (USB) o nc (netcat) File (rete). Quindi, si può utilizzare il "foo2zjs-wrapper" programma per convertire Postscript Test di programmi per ZjS formato, e ispezionare con "zjsdecode" prima Di decidere se stampare o meno. Per esempio:
Foo2zjs-wrapper testpage.ps> testpage.zm Foo2zjs-wrapper-c testpage.ps> testpage.zc
Zjsdecode <testpage.zm Zjsdecode <testpage.zc LPR-Praw testpage.zm O CP testpage.zm / dev/usb/lp0 O
Nc 192.168.1.NNN 9100 <testpage.zm
- Stessa cosa per gli altri piloti, e.g. ...
Foo2hiperc-wrapper testpage.ps> testpage.hc Hipercdecode <testpage.hc Nc 192.168.1.NNN 9100 <testpage.hc
Se la stampante è una HP LaserJet 10xx o P1xxx e deve avere la Firmware scaricato, questo vi dirà (P1006):
MFG: Hewlett-Packard; MDL: HP LaserJet P1006; CMD: ACL; CLS: STAMPANTE; \ DES: HP LaserJet P1006; Dopo: Usb_printerid / dev/usb/lp0
MFG: Hewlett-Packard; MDL: HP LaserJet P1006; CMD: ACL; CLS: STAMPANTE; \ DES: HP LaserJet P1006; FWVER: 20070910; CUSTOM ICC / ICM stampante a colori PROFILO
- Ho bisogno di:
- Samsung CLP-600 Samsung CLP-610
- Presso la risoluzione di default! 0) un fornitore di ritiro, e.g.
Http://stores.ebay.ie/The-Graphics-Depot Costo: 10 libra "Creare un profilo ICC personalizzato per la tua stampante-" Venditore: fotojimbo
Http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=200162943572&ssPageName=STRK:MEWN:IT&ih=010 Costo: 10 dollari
- 1) Converti il venditore foglio (s) da *. tif in *. ps (OPZIONALE)
Preferito, utilizzando ImageMagick's "convertire" $ Convertire Color \ Patch \ RGB \ \ (Pagina \ 1 \). Tif page1.ps $ Convertire Color \ Patch \ RGB \ \ (Pagina \ 2 \). Tif page2.ps
- 2) Stampare la Postscript venditore foglio (s), N correzione del colore:
Test_sheets_from_icc_vendor.ps> test.prn
$ Nc 192.168.1.xxxxxxx 9100 <test.prn O $ Cp test.prn / dev/usb/lp0
- 3) Inviare al venditore da POSTALI MAIL 4) Per tornare *. icc / *. icm profilo da EMAIL o WEB 5) Metti nel / usr/share/foo2hp/icm/testing.icm 6), la stampa di un test di fotografia:
Picture.ps> picture.prn
$ Nc 192.168.1.xxxxxxx 9100 <picture.prn O $ Cp picture.prn / dev/usb/lp0
- 7) Se è OK, inviare "testing.icm" per rick.richardson @ comcast.net
- Altre stampanti: utilizzare foo2qpdl-wrapper e / usr/share/foo2qpdl/icm / Altre stampanti: utilizzare foo2lava-wrapper e / usr/share/foo2lava/icm /
Installazione
Rimozione
Ulteriori risorse
[http://www.ubuntu-it.org/ Link].