From owner-freebsd-questions Fri Jan 10 11:53:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD9437B401 for ; Fri, 10 Jan 2003 11:53:55 -0800 (PST) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 374C743F13 for ; Fri, 10 Jan 2003 11:53:55 -0800 (PST) (envelope-from lattera@softhome.net) Received: (qmail 3621 invoked by uid 417); 10 Jan 2003 19:53:44 -0000 Received: from slide-.softhome.net (HELO softhome.net) (172.16.2.21) by shunt-smtp-out-0 with SMTP; 10 Jan 2003 19:53:44 -0000 Received: from localhost (localhost [127.0.0.1]) (uid 417) by softhome.net with local; Fri, 10 Jan 2003 12:53:44 -0700 References: <20030110181050.GB12890@sub21-156.member.dsl-only.net> In-Reply-To: <20030110181050.GB12890@sub21-156.member.dsl-only.net> From: lattera@softhome.net To: freebsd-questions@freebsd.org Subject: Re: kppp Date: Fri, 10 Jan 2003 12:53:44 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Sender: lattera@softhome.net X-Originating-IP: [204.113.120.202] Message-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I determine that the modem is on /dev/cuaa4 by trying all ports up to that one. I did this: ppp ON localhost> set device /dev/cuaa0 ppp ON localhost> set speed 115200 ppp ON localhost> term ppp ON localhsot> set device /dev/cuaa1 ppp ON locahlost> set speed 115200 ppp ON localhost> term ppp ON localhost> set device /dev/cuaa2 ppp ON localhost> set speed 115200 ppp ON localhost> term ppp ON localhsot> set device /dev/cuaa3 ppp ON locahlost> set speed 115200 ppp ON localhost> term ppp ON localhsot> set device /dev/cuaa4 ppp ON locahlost> set speed 115200 ppp ON localhost> term at OK atdt1234567 CONNECT ISP login:asdfadfadf --------------- That's how I got it lattera Nathan Kinkade writes: > On Fri, Jan 10, 2003 at 08:25:53AM -0700, lattera@softhome.net wrote: >> I run kppp for dialup. My modem is on port /dev/cuaa4. kppp doesn't allow >> me to use /dev/cuaa4, only up to /dev/cuaa3. Is there a way to force kppp >> to see /dev/cuaa4? >> >> I've currently removed /dev/cuaa3, and instead made /dev/cuaa3 a symlink to >> /dev/cuaa4. >> >> Thanks, >> >> lattera >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > > How many serial devices do you actually have on that machine? Just to > be sure, are aware that the device numbering begings at 0?....so serial > port 4 (COM4) is actually represented by cuaa3. How are you determining > that the modem is on serial port cuaa4? > > Nathan > > -- > GPG Public Key ID: 0x4250A04C > gpg --keyserver pgp.mit.edu --recv-keys 4250A04C > http://63.105.21.156/gpg_nkinkade_4250A04C.asc > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message