I have a serial port on my server which I want to connect to. But when I try to connect to this port via console cable, I can not see any outputs on the screen but I can hit any keys as inputs. The related device is /dev/ttyu2.
Here's my relevant part of my /etc/ttys file:
Sorry for my poor English.
Here's my relevant part of my /etc/ttys file:
Code:
console none unknown off secure
#
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
ttyv2 "/usr/libexec/getty Pc" cons25 on secure
ttyv3 "/usr/libexec/getty Pc" cons25 on secure
ttyv4 "/usr/libexec/getty Pc" cons25 off secure
ttyv5 "/usr/libexec/getty Pc" cons25 off secure
ttyv6 "/usr/libexec/getty Pc" cons25 off secure
ttyv7 "/usr/libexec/getty Pc" cons25 off secure
ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
ttyu0 "/usr/libexec/getty std.115200" vt100 on secure
ttyu1 "/usr/libexec/getty std.115200" vt100 on secure
ttyu2 "/usr/libexec/getty std.9600" vt100 on secure
ttyu3 "/usr/libexec/getty std.9600" vt100 on secure
# Dumb console
dcons "/usr/libexec/getty std.9600" vt100 off secure