devices 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Here is a sample printer devices file where some of the printers have
  2. # been commented out.
  3. #
  4. # device_name loc dest_host phys_dev_name speed class def_proc spooler stat kill daemon sched
  5. #
  6. # HP LaserJet 4M connected to serial port on an Annex terminal server.
  7. # 2c254 2C-254 rice tcp!annex!7035 19200 post+600dpi generic generic generic generic tcppost FIFO
  8. #
  9. # HP LaserJet 4M connected to Ethernet via a JetDirect card.
  10. # The speed field is used to set the bufffer size in the tcpostio program run from tcppost.
  11. # 2c307 2C-307 alice tcp!mh2c307!9100 81920 post+600dpi generic generic generic generic tcppost FIFO
  12. #
  13. # HP LaserJet 4M connected to serial port on a Cisco terminal server.
  14. # 2t4 2T-402 pyxis tcp!ts!4010 19200 post+600dpi generic generic generic generic tcppost FIFO
  15. #
  16. # HP LaserJet 4Si/MX connected to Ethernet via a JetDirect card.
  17. # This printer has a duplexing option.
  18. # See /sys/lib/postscript/prologues/hpsimx.ps for a fix to make it default
  19. # to the large paper tray at postion 1.
  20. # fn 2C-501 helix tcp!fn!9100 81920 post2+600dpi+duplex generic generic generic generic tcppost FIFO
  21. #
  22. # Tektronix Phaser 200i connected to Ethernet.
  23. # Using Xinet K-Talk software from a UNIX host. This software is not recommended.
  24. # We do not want to waste stock on the color printer so we do not print header pages.
  25. # peacock 2C-501 cetus peacock - post2+300dpi+nohead+color generic generic generic generic appletalk FIFO
  26. #
  27. # Any PostScript printer connected to the LPT1 port on my 486 pc running Plan 9 as a terminal.
  28. pcclone - - /dev/lpt1data - post+nohead generic pcclone - - - -
  29. #
  30. # QMS-410 connected to the serial port of an NCD terminal.
  31. # math34 2T-102 rice tcp!math34!87 9600 post+600dpi generic generic generic generic tcppost FIFO
  32. #
  33. # QMS-410 connected to the serial port of an AT&T 630/730 terminal
  34. # ps630 printer-on-630 - - - post+300dpi+nohead generic ps630 - - - -
  35. #
  36. # Xante Accel-a-Writer-8200. 1200dpi printer that uses a BSD lpr print daemon protocol
  37. # psu 2C-501 cetus psu - post+1200dpi generic generic xante generic lpddaemon FIFO
  38. #
  39. # 'stdout' sends the output to the standard output of the lp command.
  40. # if the 'phys_dev_name' field is set to a file or device, the output will go to it instead.
  41. # if '+sendEOT' is added to the 'class' field, an EOT character will be sent at the end of the output.
  42. #
  43. stdout - - - - post+nohead generic nospool - - - -
  44. #
  45. # sends the output to the standard output of the lp command.
  46. # used for generating output suitable for 100 dpi.
  47. 100dpi - - - - post+100dpi+nohead generic nospool - - - -
  48. #
  49. # same as above for generating output suitable for 300 dpi.
  50. 300dpi - - - - post+300dpi+nohead generic nospool - - - -
  51. #
  52. # same as above for generating output suitable for 600 dpi.
  53. #
  54. 600dpi - - - - post+600dpi+nohead generic nospool - - - -
  55. #
  56. # same as above for generating output suitable for Linotronics phototypesetter.
  57. 1270dpi - - - - post+lino+nohead generic nospool - - - -
  58. # 600dpi postscript printer named vogon via BSD LPD printer queue on alice
  59. vogon printer-room alice vogon - post+600dpi generic lpdspool lpd - - FIFO
  60. # HP DeskJet and Canon BJC-240
  61. hpdeskjet - - /dev/lpt1data - gs!cdj670+nohead generic nospool - - - -
  62. canonbjc240l - - /dev/lpt1data - gs!bjc600+nohead generic nospool - - - -