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,
53 You will need to create a new device to use ``/dev/console``. The official
56 (You can also use a network device as a console. See
59 Here's an example that will use ``/dev/ttyS1`` (COM2) as the console.
66 rm -f console tty0
67 mknod -m 622 console c 5 1
68 mknod -m 622 tty0 c 4 0
71 useful option. To tell LILO to use the serial port:
74 serial = 1,9600n8 (ttyS1, 9600 bd, no parity, 8 bits)
85 S1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
98 Those are programs that want to access the VT interface, and use
111 Thanks to Geert Uytterhoeven <geert@linux-m68k.org>
115 Miquel van Smoorenburg <miquels@cistron.nl>, 11-Jun-2000