serial login to SBC

M. Warner Losh imp at bsdimp.com
Fri Sep 30 11:21:31 PDT 2005


In message: <0MKp2t-1ELOvS2gcy-0001na at mrelay.perfora.net>
            <jerry at 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


More information about the freebsd-hackers mailing list