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
36 Output will appear on all of them. The last device will be used when
43 console and the 2nd serial port (ttyS1 or COM2) at 9600 baud.
45 Note that you can only define one console per device type (serial, video).
49 first looks for a VGA card and then for a serial port. So if you don't
50 have a VGA card in your system the first serial port will automatically
66 rm -f console tty0
67 mknod -m 622 console c 5 1
68 mknod -m 622 tty0 c 4 0
70 2. LILO can also take input from a serial device. This is a very
71 useful option. To tell LILO to use the serial port:
74 serial = 1,9600n8 (ttyS1, 9600 bd, no parity, 8 bits)
81 4. Make sure a getty runs on the serial port so that you can login to
85 S1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
90 ``/etc/ioctl.save``. REMOVE THIS FILE before using the serial
111 Thanks to Geert Uytterhoeven <geert@linux-m68k.org>
115 Miquel van Smoorenburg <miquels@cistron.nl>, 11-Jun-2000