Lines Matching +full:use +full:- +full:parity
6 To use a serial port as console you need to compile the support into your
7 kernel - by default it is not compiled in. For PC style serial ports
10 :menuselection:`Character devices --> Serial drivers --> 8250/16550 and compatible serial support -…
16 use for console output.
29 defines the baudrate/parity/bits/flow control of
31 speed, P is parity (n/o/e), N is number of bits,
74 The kernel command line is used also by systemd. It would use the last
83 You will need to create a new device to use ``/dev/console``. The official
86 (You can also use a network device as a console. See
89 Here's an example that will use ``/dev/ttyS1`` (COM2) as the console.
96 rm -f console tty0
97 mknod -m 622 console c 5 1
98 mknod -m 622 tty0 c 4 0
101 useful option. To tell LILO to use the serial port:
104 serial = 1,9600n8 (ttyS1, 9600 bd, no parity, 8 bits)
115 S1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
128 Those are programs that want to access the VT interface, and use
141 Thanks to Geert Uytterhoeven <geert@linux-m68k.org>
145 Miquel van Smoorenburg <[email protected]>, 11-Jun-2000