rx, dz, kermit

Dan Dorough ccdan at ucdavis.ucdavis.edu
Wed Sep 14 13:30:38 AEST 1988


In article <270 at marque.mu.edu> dennisf at marque.UUCP (Dennis Flaherty) writes:
> On my 2.10 system, I have (among many others) an RX02 and a
> DZ11 mux.  [...]  Although the
> dz driver attaches, and the lines are in /etc/ttys, I can't
> get the lines to work.  
> If I try an echo >/dev/tty00, I have to hit ^C and I get
> a "can't create" error.  A listing of "ps asux" shows that
> unlike my DL11 lines (which work), my DZ11 lines all have
> a ? for the tty of their gettys.

these symptoms sound like modem control in action.  the DZ11
honors modem control signals.  when an open() occurs on a dz
port, the open() hangs until the dz gets carrier.  that's why
your "echo" hangs, and it's also why getty shows "?" for tty;
it hasn't gotten the device opened, so the controlling tty
(that ps displays) isn't established yet.

if you are using your DZ11s as hard lines, you need to bring
in more than just pins 2, 3, and 7.  you also need DTR going
out and CD coming in (i don't have the pin numbers handy).
some folks just jumper those inside the DB25 connector, others
actually carry them from the terminal so that when the terminal
is turned off the session gets a SIGHUP.  if you are using
your DZ11s as dialup lines, of course those cables should
carry modem control signals between the dz and the modem.

--dan dorough, ucdavis systems programmer



More information about the Comp.bugs.2bsd mailing list