Subject: Re: Modem problem (DTR not going high?)
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: Patrick Welche <prlw1@cam.ac.uk>
List: netbsd-help
Date: 07/01/1998 23:31:18
Paul Kranenburg wrote:
> 
> > How/where can I find out what should be happening? It looks to me as
> > if getty "open"'s the tty read/write, then calls login_tty, but I
> > don't see how this should only happen when the modem receives a
> > call..
> 
> Does getty's `open(device)' succeed, or is it kept waiting in `ttyopen'
> state (according to `ps axl', that is)?
> 
> You might try to disable the modem result codes altogether, eg. ATQ1,
> so there's no "RING" and "CONNECT" characters going over the wire
> while the modems are negotiating the connection.

That's it THANK YOU!!

atq1 did the trick!

Patrick