1PLIPCONFIG(8) Linux System Administrator's Manual PLIPCONFIG(8)
2
3
4
6 plipconfig - fine tune PLIP device parameters
7
9 plipconfig interface [nibble NN] [trigger NN]
10 plipconfig [-V] [--version] [-h] [--help]
11
13 Plipconfig is used to (hopefully) improve PLIP performance by changing
14 the default timing parameters used by the PLIP protocol. Results are
15 dependent on the parallel port hardware, cable, and the CPU speed of
16 each machine on each end of the PLIP link.
17
18 If the single interface argument is given, plipconfig displays the sta‐
19 tus of the given interface only. Otherwise, it will try to set the
20 options.
21
23 nibble NN
24 Sets the nibble wait value in microseconds. Default is 3000.
25
26 trigger NN
27 Sets the trigger wait value in microseconds. Default is 500.
28
29 PLIP speed can in some cases be improved by lowering the default val‐
30 ues. Values which are too low may cause excess use of CPU, poor inter‐
31 rupt response time resulting in serial ports dropping characters, or in
32 dropping of PLIP packets. Changing the plip MTU can also affect PLIP
33 speed.
34
36 If you get no response it is far more likely the irq is wrong and needs
37 setting with ifconfig. The few cases where the default parameters will
38 be too fast are those using very long cables. Something you should
39 never do as the parallel port is not specified or designed for driving
40 long cable runs.
41
43 ifconfig(8)
44
46 Non.
47
49 John Paul Morrison, <jmorriso@bogomips.ee.ubc.ca>,
50 <ve7jpm@ve7jpm.ampr.org>
51
52
53
54
55net-tools 2008-10-03 PLIPCONFIG(8)