Why can't I use uugetty with a null-modem (RTS/CTS & 115200 at the
terminal). My cable has all 7 lines connected.
My configuration:
---- /etc/rc.d/rc.serial
setserial -abv /dev/cua0 uart 16550A port 0x3f8 irq 4 baud_base 115200
spd_vhi
---- /etc/defaults/uugetty.ttyS0
INITLINE=cua0
TIMEOUT=60
INIT="" ATZ\r OK\r\n
WAITFOR=RING
CONNECT="" ATA\r CONNECT\s\A
DELAY=1
---- /etc/inittab
s0:45:respawn:/sbin/uugetty ttyS0 F38400 vt100
The above won't work. I'll get the following message every 5 mintues:
INIT: ID "s0" respawning too fast: disabled for 5 minutes
But the following will work just fine.
s0:45:respawn:/sbin/agetty 38400 ttyS0 vt100
I would like to try it out thru null-modem first, before I hook in the
modem. And I find it very strange... I'm using getty_ps-2.0.7h the rest
is from the Slackware 3.0 ELF distribution.
Joakim ?gren