# # # 10-Jul-05 amo Date-of-Birth # 25-Jul-06 amo Download cups-1.2.2 ( no NEC printers listed in "list of printer makes" --> use ppd ) # # http://www.easysw.com/printpro - 5300 printers ( $2500 ) http://www.easysw.com/printpro/pricing.php ( $2500 - $15K ) # # http://www.cups.org/doc-1.2/ http://www.cups.org/doc-1.1/sam.html # http://www.cups.org/software.php?VERSION=1.3svn-r5771&FILE=cups/1.2.2/cups-1.2.2-source.tar.bz2 # # # ================== # Supported Printers # ================== # http://www.linuxprinting.org/printer_list.cgi # # # ================ # PPD # ================ http://www.linuxprinting.org/download/oldPPDs/ http://www.linuxprinting.org/download/PPD/ # Brother/ 22-Jun-2006 08:40 - # ( ... missing cannon ... ) # Epson/ 22-Jun-2006 08:40 - # Gestetner/ 22-Jun-2006 08:40 - # HP/ 22-Jun-2006 08:40 - # ( ... missing IBM ... ) # Infotec/ 22-Jun-2006 08:40 - # Kyocera/ 22-Jun-2006 08:40 - # Lanier/ 22-Jun-2006 08:40 - # ( ... missing NEC ... ) # NRG/ 22-Jun-2006 08:40 - # Oce/ 22-Jun-2006 08:40 - # Okidata/ 22-Jun-2006 08:40 - # Ricoh/ 22-Jun-2006 08:40 - # Savin/ 22-Jun-2006 08:40 - # Sharp/ 05-Jul-2006 08:49 - # # PPD files for older printers # --------- # http://www.adobe.com/products/printerdrivers/winppd.html # # # More PPD from # ------------- # http://gimp-print.sourceforge.net/ # # # # cd /usr/local/src # tar jxpvf cups-1.2.2-source.tar.bz2 # cd cups-1.2.2 # ./configure # make # # # does NOT install into /usr/local/{s}bin make install # # cups-config --version # 1.1.23 == slack-10.2 # # /etc/rc.d/rc.cups stop /etc/rc.d/rc.cups start # # vi /etc/hosts # ... # 127.0.0.1 localhost.localdomain localhost # # netstat -nl | grep 631 # lsof -i :631 - see if its cupsd # mozilla http://localhost:631/ # # # List of printer devices lpinfo -v # # To Add a printer lpadmin -p printername -E -v URI -m filename.ppd # # # # End of file