From owner-freebsd-questions Thu Jan 16 18:42:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA04841 for questions-outgoing; Thu, 16 Jan 1997 18:42:35 -0800 (PST) Received: from tok.qiv.com (root@[204.214.141.211]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id SAA04836 for ; Thu, 16 Jan 1997 18:42:33 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.7.5/8.7.3) with UUCP id UAA07912; Thu, 16 Jan 1997 20:30:33 -0600 Received: from localhost (jdn@localhost) by acp.qiv.com (8.7.5/8.7.3) with SMTP id TAA00938; Thu, 16 Jan 1997 19:40:10 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Thu, 16 Jan 1997 19:40:10 -0600 (CST) From: "Jay D. Nelson" To: JKtheOWL@aol.com cc: freebsd-questions@freebsd.org Subject: Re: Getting tip to work In-Reply-To: <970116005426_1925258373@emout19.mail.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It sounds like your getty is arguing with the modem. Try ATE0Q1&W0 to turn of echoing, etc. You may want to do this from DOS. Use hardware flow control (&K3) and &D3 to reset on DTR drop. Also set &C1. Be sure you're using the correct entries in gettytab and ttys. -- Jay On Thu, 16 Jan 1997 JKtheOWL@aol.com wrote: ->Greetings, -> ->I do not seem to be able to get any response out of my internal modem. It ->works ->fine under WIndows but no go with FreeBSD. I have been over the ->documentation ->(online and on my system) until I no longer am sensible. -> ->The modem is a Zoom 14.4 V.32bis and will work like a generic Hayes. It is ->located on sio1 (COM2 - in DOSnik). Boot finds the port and reports its ->location and irq number. I do get these funny little messages in root about ->"events on sio1 with ->no tp." One of the errors (on running tip) is "all ports busy." These two ->are related, ->yes? The other error is "permission denied". -> ->Which files need modification? And,what goes in them? Help, please? -> ->The question which is next, is how would I hook tip or whatever else to ->Mosaic ->to get to stop using DOS/Windows? -> ->Thanks for the help. -> ->Regards, John -> ->PS Version is 2.1.5 with X on top. ->