Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2005 12:20:07 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        jerry@evasefor.com
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: serial login to SBC
Message-ID:  <20050930.122007.08405107.imp@bsdimp.com>
In-Reply-To: <0MKp2t-1ELOvS2gcy-0001na@mrelay.perfora.net>
References:  <0MKp2t-1ELOvS2gcy-0001na@mrelay.perfora.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <0MKp2t-1ELOvS2gcy-0001na@mrelay.perfora.net>
            <jerry@evasefor.com> writes:
: One thing I've noticed on the FreeBSD (5.4 RELEASE) dmesg is
: sio0: port may not be enabled
: 
: I enabled the first serial port in the BIOS, but I still get this.
: Me scratching head now. Anything else I may be missing?

Can you post a dmesg?

Also, ps auxww | grep getty | grep d0 
should show something like:

root    726  0.0  0.2  1316   956  d0  Is+   8:16AM   0:00.00 /usr/libexec/getty Pc ttyd0

You should also be able to tell if sio attaches by looking at /dev:

ls -l /dev/*d0*

you will likely see ad0 devices, kbd0 devices in addition to ttyd0 and
cuad0 devices.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050930.122007.08405107.imp>