Lines Matching +full:serial +full:- +full:output

3 Linux Serial Console
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 …n:`Character devices --> Serial drivers --> 8250/16550 and compatible serial support --> Console o…
12 You must compile serial support into the kernel and not as a module.
14 It is possible to specify multiple devices for console output. You can
16 use for console output.
24 ttySx for a serial port
26 ttyUSB0 for the first USB serial device
28 options: depend on the driver. For the serial port this
38 In this case, the output will appear on all requested consoles. And
46 console and the 2nd serial port (ttyS1 or COM2) at 9600 baud.
51 1. The output will appear only on the first device of each defined type.
69 tries to register graphical consoles before serial ones. It does it
79 first looks for a VGA card and then for a serial port. So if you don't
80 have a VGA card in your system the first serial port will automatically
96 rm -f console tty0
97 mknod -m 622 console c 5 1
98 mknod -m 622 tty0 c 4 0
100 2. LILO can also take input from a serial device. This is a very
101 useful option. To tell LILO to use the serial port:
104 serial = 1,9600n8 (ttyS1, 9600 bd, no parity, 8 bits)
111 4. Make sure a getty runs on the serial port so that you can login to
115 S1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
120 ``/etc/ioctl.save``. REMOVE THIS FILE before using the serial
141 Thanks to Geert Uytterhoeven <geert@linux-m68k.org>
145 Miquel van Smoorenburg <[email protected]>, 11-Jun-2000