1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4  <head>
5    <meta name="generator" content="HTML Tidy, see www.w3.org">
6    <title>Tektronix Phaser Printers</title>
7    <meta name="GENERATOR" content=
8    "Modular DocBook HTML Stylesheet Version 1.7">
9    <link rel="HOME" title=" LPRng Reference Manual" href=
10    "index.htm">
11    <link rel="UP" title="Printcap Database " href=
12    "printcapref.htm">
13    <link rel="PREVIOUS" title="Lexmark Printers" href="x6228.htm">
14    <link rel="NEXT" title="Duplex Printing" href="x6242.htm">
15  </head>
16
17  <body class="SECT1" bgcolor="#FFFFFF" text="#000000" link=
18  "#0000FF" vlink="#840084" alink="#0000FF">
19    <div class="NAVHEADER">
20      <table summary="Header navigation table" width="100%" border=
21      "0" cellpadding="0" cellspacing="0">
22        <tr>
23          <th colspan="3" align="center">LPRng Reference Manual: 5
24          Sep 2003 (For LPRng-3.8.22)</th>
25        </tr>
26
27        <tr>
28          <td width="10%" align="left" valign="bottom"><a href=
29          "x6228.htm" accesskey="P">Prev</a></td>
30
31          <td width="80%" align="center" valign="bottom">Chapter
32          12. Printcap Database</td>
33
34          <td width="10%" align="right" valign="bottom"><a href=
35          "x6242.htm" accesskey="N">Next</a></td>
36        </tr>
37      </table>
38      <hr align="LEFT" width="100%">
39    </div>
40
41    <div class="SECT1">
42      <h1 class="SECT1"><a name="P450">12.20. Tektronix Phaser
43      Printers</a></h1>
44
45      <p>The <b class="APPLICATION">ifhp</b> filter supports the <a
46      href="appsocket.htm">AppSocket</a> protocol used by
47      Tektronix. You will need a printcap similar to the
48      following:</p>
49
50      <div class="INFORMALEXAMPLE">
51        <a name="AEN6240"></a>
52<pre class="SCREEN">
53    phaser:
54     :sd=/var/spool/lpd/%P
55     # need a dummy device for output
56     :lp=/dev/null
57     # You need to specify the IP address of the printer's network interface
58     #  In this example it is 10.0.0.1 - replace with the correct value
59     # The filter will actually open the connection.
60     :filter=/usr/local/libexec/filters/ifhp
61     :ifhp=dev=10.0.0.1%9100,model=tek
62</pre>
63      </div>
64      <br>
65      <br>
66    </div>
67
68    <div class="NAVFOOTER">
69      <hr align="LEFT" width="100%">
70
71      <table summary="Footer navigation table" width="100%" border=
72      "0" cellpadding="0" cellspacing="0">
73        <tr>
74          <td width="33%" align="left" valign="top"><a href=
75          "x6228.htm" accesskey="P">Prev</a></td>
76
77          <td width="34%" align="center" valign="top"><a href=
78          "index.htm" accesskey="H">Home</a></td>
79
80          <td width="33%" align="right" valign="top"><a href=
81          "x6242.htm" accesskey="N">Next</a></td>
82        </tr>
83
84        <tr>
85          <td width="33%" align="left" valign="top">Lexmark
86          Printers</td>
87
88          <td width="34%" align="center" valign="top"><a href=
89          "printcapref.htm" accesskey="U">Up</a></td>
90
91          <td width="33%" align="right" valign="top">Duplex
92          Printing</td>
93        </tr>
94      </table>
95    </div>
96  </body>
97</html>
98
99