# # Printer-Howto # # # Original File # -------------- # http://www.Linux-Consulting.com/LPR # # # 11-Jul-05 amo Added USB stuff # 16-Apr-06 amo Added comments # # # # Printer Daemons # ---------------- # lpd ( berkeley ) # http://www.cups.org/ # # # Network Printers # ---------------- # http://www.hp.com JetDirect # http://www.lantronix.com # http://www.rosel.com # # # # Printing-HOWTO # -------------- # http://www.linuxdoc.org/HOWTO/Printing-HOWTO/index.html # http://www.ibiblio.org/pub/Linux/docs/HOWTO/Hardware-HOWTO # # http://www.oreilly.com/catalog/netprint/chapter/ch05.html # # http://www.linuxprinting.org # http://www.linuxprinting.org/foomatic.html # # http://hpinkjet.sf.net # http://hpoj.sourceforge.net/ # # # # good cups examples # http://www.brennan.id.au/15-System_Printing.html # # # # Printing-Usage-HOWTO # # # http://www.linuxdoc.org/HOWTO/Printing-Usage-HOWTO.html # # # lprngtool # # # Spool Dir # ========= # mkdir /var/spool/lpd/lp # # # same owner as the UID running lpd # chown -R daemon.lp /var/spool/lpd # # chmod -R 700 /var/spool/lpd # # # chown 2.2 /var/log/lp-errs # chmod 600 /var/log/lp-errs # # # USB Website # ----------- # http://www.linux-usb.org # http://sourceforge.net/mailarchive/forum.php?forum_id=5398&max_rows=25 # # make sure the bios supports USB # # make sure USB-PRINTER is turned on in the linux kernel # # cat /proc/scsi/scsi # # # ls -la /dev/usb/lp0 # ls -la /dev/usblp # # mknod /dev/usblp c 63 0 # # lp: cannot open lp device '/dev/lp0' # ------------------------------------ # chmod 666 /dev/lp0 # # # Printer Modules # --------------- # lp.o # parport.o # parport_pc.o # ## parport_probe.o # # # /etc/modules.conf # ----------------- # alias parport_lowlevel parport_pc # # # Kernel Config Options # --------------------- # # Networking support (CONFIG_NET) # TCP/IP support (CONFIG_INET) # # parallel port printer --> CONFIG_PRINTER # serial printer --> CONFIG_SERIAL # # # GNU Ghostscript Website http://www.gnu.org/software/ghostscript/ghostscript.html # # # Filters # ========== # # # # # # StairStep Filters # # # http://Linux-Consulting.com/LPR/lpr.stairstep.others.txt # http://Linux-Consulting.com/LPR/lpr.stairstep.sh # # # # APSFilter Website # http://www.apsfilter.org/ # # # # Enscrpt # # # MagicFilter # # # # End of file