Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2006 22:53:13 +0900
From:      Yoichi NAKAYAMA <yoichi@geiin.org>
To:        hackers@freebsd.org
Subject:   uplcom and getty
Message-ID:  <878xljfr92.wl%yoichi@geiin.org>

next in thread | raw e-mail | index | archive | help
Can't we use ttyU0 with getty?

I have USB to serial converter ELECOM UC-SGT
# usbdevs -v | grep Prolific
 port 2 addr 4: full speed, power 500 mA, config 1, USB-Serial Controller(0x5004), Prolific Technology Inc.(0x056e), rev 3.00

I linked two machine with RS232C reverse cable and UC-SGT.
I cannot connect getty on ttyU0 on the machine.
  remote# cu -l /dev/ttyd0
does not print anything.

I have the line
  ttyU0   "/usr/libexec/getty std.9600"   vt100   on secure
in /etc/ttys and getty is actually running as
  local# ps -ax | grep ttyU0 | grep -v grep
   1171  ??  I      0:00.40 /usr/libexec/getty std.9600 ttyU0

# I have no problem with
#   local# cu -l /dev/cuaU0
# to connect getty running on ttyd0 of remote machine.
-- 
Yoichi NAKAYAMA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?878xljfr92.wl%yoichi>