58 are ignored. If the \fBKEYCLICK\fR variable is not specified in the default
59 file, the setting is unchanged.
60 .sp
61 .LP
62 The keyboard abort sequence effect can only be changed by a super-user using
63 the \fB-a\fR option. This sequence is typically Stop-A or L1-A and Shift-Pause
64 on the keyboard on \fBSPARC\fR systems, F1-A and Shift-Pause on x86 systems,
65 and BREAK on the serial console input device on most systems.
66 .sp
67 .LP
68 A \fBBREAK\fR condition that originates from an erroneous electrical signal
69 cannot be distinguished from one deliberately sent by remote \fBDCE\fR. As a
70 remedy, use the \fB-a\fR option with Alternate Break to switch break
71 interpretation. Due to the risk of incorrect sequence interpretation, binary
72 protocols such as \fBSLIP\fR and others should not be run over the serial
73 console port when Alternate Break sequence is in effect.
74 .sp
75 .LP
76 Although PPP is a binary protocol, it has the ability to avoid using characters
77 that interfere with serial operation. The default alternate break sequence is
78 CTRL-m \fB~\fR CTRL-b, or \fB0D 7E 02\fR in hexidecimal. In PPP, this can be
79 avoided by setting either \fB0x00000004\fR or \fB0x00002000\fR in the ACCM.
80 This forces an escape for the CTRL-b or CTRL-m characters, respectively.
81 .sp
82 .LP
83 To do this in Solaris PPP 4.0, add:
84 .sp
85 .in +2
86 .nf
87 asyncmap 0x00002000
88 .fi
89 .in -2
90 .sp
91
92 .sp
93 .LP
94 to the \fB/etc/ppp/options\fR file or any of the other configuration files used
95 for the connection. See \fBpppd\fR(1M).
96 .sp
97 .LP
98 SLIP has no comparable capability, and must not be used if the Alternate Break
|
58 are ignored. If the \fBKEYCLICK\fR variable is not specified in the default
59 file, the setting is unchanged.
60 .sp
61 .LP
62 The keyboard abort sequence effect can only be changed by a super-user using
63 the \fB-a\fR option. This sequence is typically Stop-A or L1-A and Shift-Pause
64 on the keyboard on \fBSPARC\fR systems, F1-A and Shift-Pause on x86 systems,
65 and BREAK on the serial console input device on most systems.
66 .sp
67 .LP
68 A \fBBREAK\fR condition that originates from an erroneous electrical signal
69 cannot be distinguished from one deliberately sent by remote \fBDCE\fR. As a
70 remedy, use the \fB-a\fR option with Alternate Break to switch break
71 interpretation. Due to the risk of incorrect sequence interpretation, binary
72 protocols such as \fBSLIP\fR and others should not be run over the serial
73 console port when Alternate Break sequence is in effect.
74 .sp
75 .LP
76 Although PPP is a binary protocol, it has the ability to avoid using characters
77 that interfere with serial operation. The default alternate break sequence is
78 CTRL-m \fB~\fR CTRL-b, or \fB0D 7E 02\fR in hexadecimal. In PPP, this can be
79 avoided by setting either \fB0x00000004\fR or \fB0x00002000\fR in the ACCM.
80 This forces an escape for the CTRL-b or CTRL-m characters, respectively.
81 .sp
82 .LP
83 To do this in Solaris PPP 4.0, add:
84 .sp
85 .in +2
86 .nf
87 asyncmap 0x00002000
88 .fi
89 .in -2
90 .sp
91
92 .sp
93 .LP
94 to the \fB/etc/ppp/options\fR file or any of the other configuration files used
95 for the connection. See \fBpppd\fR(1M).
96 .sp
97 .LP
98 SLIP has no comparable capability, and must not be used if the Alternate Break
|