From owner-freebsd-questions Sun Feb 2 17:06:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA27187 for questions-outgoing; Sun, 2 Feb 1997 17:06:32 -0800 (PST) Received: from venus.net (venus.net [205.243.72.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA27181 for ; Sun, 2 Feb 1997 17:06:28 -0800 (PST) Received: from lostfork (ve1-p3.venus.net [205.243.75.6]) by venus.net (8.7.1/8.7.3) with SMTP id UAA26208; Sun, 2 Feb 1997 20:10:35 -0500 (EST) Date: Sun, 2 Feb 1997 20:06:11 -0500 (EST) From: Andre LeClaire X-Sender: leclaire@lostfork To: Robert Chalmers cc: bsd Subject: Re: getting pppd to work? In-Reply-To: <199702022330.JAA02290@nanguo.chalmers.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > On my machine, the modem just sits there looking back at me. The port is > ok, the modem is ok, "cu -l /dev/cuaa0 dir" connects fine and I can even use > that to dial the ISP, but when I try to use the pppd scripts. nada! zilch, > zero, nothing! > > > /etc/ppp/ppp0.start is: > ======================= > #!/bin/sh > # > DEVICE=cuaa1 > What com port is your modem on? It looks to me like your script is trying to use the wrong port. Also what is /dev/modem symlinked to? Andre