summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man8/plipconfig.8
blob: e92c3363a1d220f6612343dde94336d0a6d0e555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.TH PLIPCONFIG 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
plipconfig \- fine tune PLIP device parameters 
.SH SYNOPSIS
.B plipconfig interface
.RB [ nibble
.IR NN ]
.RB [ trigger
.IR NN ]
.br
.B plipconfig
.RB [ \-V ]
.RB [ \-\-version ]
.RB [ \-h ]
.RB [ \-\-help ]
.SH DESCRIPTION
.B Plipconfig
is used to (hopefully) improve PLIP performance by changing the default
timing parameters used by the PLIP protocol. Results are dependent on
the parallel port hardware, cable, and the CPU speed of each machine
on each end of the PLIP link.
.LP
If the single 
.B interface
argument is given,
.B plipconfig
displays the status of the given interface
only.  Otherwise, it will try to set the options.
.SH OPTIONS
.TP
.B "nibble NN"
Sets the nibble wait value in microseconds. Default is 3000.
.TP
.B "trigger NN"
Sets the trigger wait value in microseconds. Default is 500.
.LP
PLIP speed can in some cases be improved by lowering the default values.
Values which are too low may cause excess use of CPU, poor interrupt 
response time resulting in serial ports dropping characters, or in dropping
of PLIP packets. Changing the plip MTU can also affect PLIP speed.
.SH NOTE
If you get no response it is far more likely the irq is wrong and needs
setting with ifconfig. The few cases where the default parameters will
be too fast are those using very long cables. Something you should
never do as the parallel port is not specified or designed for driving
long cable runs.
.SH SEE ALSO
.BR ifconfig (8)
.SH BUGS
Non.
.SH AUTHOR
John Paul Morrison, <jmorriso@bogomips.ee.ubc.ca>, <ve7jpm@ve7jpm.ampr.org>