From owner-freebsd-questions Fri Jan 10 16: 4:11 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 0AA8E37B401 for ; Fri, 10 Jan 2003 16:04:08 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 99B1643F3F for ; Fri, 10 Jan 2003 16:04:06 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 10282 invoked from network); 11 Jan 2003 00:03:58 -0000 Received: from 202-6-144-47.ip.adam.com.au (HELO adam.com.au) (202.6.144.47) by eden.adam.com.au with SMTP; 11 Jan 2003 00:03:58 -0000 Message-ID: <3E1F5FBB.5000500@adam.com.au> Date: Sat, 11 Jan 2003 10:35:15 +1030 From: Brian Astill User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20020926 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lattera@softhome.net Cc: freebsd-questions@freebsd.org Subject: Re: kppp References: <20030110181050.GB12890@sub21-156.member.dsl-only.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 lattera@softhome.net wrote: > 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 Your question was about kppp not allowing you to use cuaa4, which it doesn't and shoudn't as there are normally no more than 4 serial ports available, numbered cuaa0, 1, 2 and 3. There is no /dev/cuaa4 on my system - did you create one on yours? Your ppp data hasn't been cut&pasted from your ppp output - be nice if it had been as there might be something "insignificant" there which would help resolve the issue. As it stands ppp would seem to be lying to you, or you have a weird mobo problem or you have sonfused ppp by mistyping the "set device" line in ppp.conf, or ... cuaa4 is definitely wrong on "normal" i386 systems. --- Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message