Table of Contents

Ubuntu Serial Console

Ubuntu 10.10

sudo apt-get install minicom
ls /dev/

Use the tty interface for your serial port. Mine was ttyUSB0 since I used a USB dongle.<br /> NOTE: Needs to be run as root or change permissions on the tty device. The '-s' option starts minicom in the setup window.

sudo minicom -s

Set the device and configure settings.<br /> Save as default

Ubuntu 6.06

This document presents (almost) the minimum amount of work required to enable a serial console login on an Ubuntu 6.06 and later versions. (Minor changes have been added to improve performance.) Both server and client settings are included.

This procedure was developed using the Remote Serial Console HOWTO (see “External links” below), and adapted to apply specifically to Ubuntu. The reader is referred to this document for any issues arising from using this HOWTO.

Assumptions

– Main.FredPettis - 2010-10-13