使用 getty 时物理终端 (Teleray 1060) 上的按键映射

使用 getty 时物理终端 (Teleray 1060) 上的按键映射

我有一个旧的物理终端 (Teleray 1060),我尝试使用 getty 将其用作 Linux 终端。我已经开始登录会话了。但是,我的终端缺少回车键,同时具有回车键和换行键。这些都不能用作输入键,因此我无法登录。是否可以将回车重新指定为回车键。我对 Linux 非常缺乏经验。我正在使用 Xubuntu 20.04.1 和 USB 转串行电缆。

Ctrl+M 在虚拟终端上工作。

我尝试使用 Ubuntu 18.04.5,现在似乎工作正常。两个版本之间是否存在可能会影响此问题的更改?

用于启动登录会话的命令:

systemctl enable [email protected] --now

stty -a在虚拟终端上以 root 身份输出:

intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = ^E; eol2 = <undef>;
swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V;
discard = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany
-imaxbel iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo``` 

Thanks

相关内容