Lines Matching full:serial
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 …`Character devices --> Serial drivers --> 8250/16550 and compatible serial support --> Console on …
12 You must compile serial support into the kernel and not as a module.
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
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
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
90 ``/etc/ioctl.save``. REMOVE THIS FILE before using the serial