From owner-freebsd-questions Fri Dec 3 9:51:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 365C61520D for ; Fri, 3 Dec 1999 09:51:43 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 13352 invoked from network); 3 Dec 1999 17:38:43 -0000 Received: from userai15.uk.uudial.com (HELO marder-1.) (62.188.133.45) by smtp.dial.pipex.com with SMTP; 3 Dec 1999 17:38:43 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id RAA00825; Fri, 3 Dec 1999 17:38:29 GMT (envelope-from mark) Date: Fri, 3 Dec 1999 17:38:28 +0000 From: Mark Ovens To: nrrobins@unity.ncsu.edu Cc: freebsd-questions@freebsd.org Subject: Re: ppp troubles: failed to open /dev/cuaa0 Message-ID: <19991203173828.A319@marder-1> References: <199912030418.XAA17123@uni01du.unity.ncsu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912030418.XAA17123@uni01du.unity.ncsu.edu> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 02, 1999 at 11:18:17PM -0500, nrrobins@unity.ncsu.edu wrote: > Hello, > > I just cvsup'd and did a "make world" successfully to 3.3-Stable this > afternoon and now I am trying to connect to the internet again. > > I know it worked before hand, and I am pretty sure I used the connection > afterwards, but not certain. I left for work and when I returned I > started to get an error and have not been able to connect since. My > modem is a external Boca 33.6 that I have had success with since 3.1. > > Here is my ppp.conf: > > default: > set log Phase Chat LCP IPCP CCP tun command > set device /dev/cuaa0 > set speed 115200 > set dial "ABORT BUSY ABORT ...." > isp: > set phone 1234567 > set timeout 0 > set authname username > set authkey password > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > add default HISADDR > enable dns > > > Here is the command I use to start PPP: > > # ppp isp > # ppp ON myname> dial > # ppp on myname> > > and it just sits there doing nothing. > > Here is my info from my ppp.log file: > > Phase: Using interface: tun0 > Phase: deflink: Created in closed state > tun0: Command: default: set device /dev/cuaa0 > tun0: Command: default: set speed 115200 > tun0: Command: default: set dial ABORT BUSY ABORT .... > tun0: Command: isp: set phone 1234567 > tun0: Command: isp: set timeout 0 > tun0: Command: isp: set authname username > tun0: Command: isp: set authkey password > tun0: Command: isp: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > tun0: Command: isp: add default HISADDR > tun0: Command: isp: enable dns > tun0: Phase: PPP started (Interactive mode) > tun0: Command: /dev/tty: term > tun0: Phase: bundle: Establish > tun0: Phase: deflink: closed -> opening > tun0: Phase: /dev/cuaa0 is in use: uu_lock creat error: No such file or > directory Check that /var/spool/lock exists. It creates a lock file there (LCK..cuaa2). > tun0: Chat: Failed to open device > tun0: Phase: deflink: opening -> closed > tun0: Phase: bundle: Dead > tun0: Command: /dev/tty: quit > tun0: Phase: PPP Terminated (normal) > > > cuaa0 exists (dmesg reports it found and I did a MAKEDEV) but when I try > a manual ppp with term I dont see the lights on the modem acting up in > response. What might be the solution to this? I did not see anything in > the archives specifically regarding this. > > Thanks. > > -Neill > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- PERL has been described as "the duct tape of the Internet" and "the Unix Swiss Army chainsaw" - Computer Shopper 12/99 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message