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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to