From owner-freebsd-questions Sun Nov 15 09:17:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14103 for freebsd-questions-outgoing; Sun, 15 Nov 1998 09:17:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14097 for ; Sun, 15 Nov 1998 09:17:30 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from ben by scientia.demon.co.uk with local (Exim 2.053 #3) id 0zf4OV-0000rJ-00; Sun, 15 Nov 1998 15:47:19 +0000 Date: Sun, 15 Nov 1998 15:47:19 +0000 From: Ben Smithurst To: Haydar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp Message-ID: <19981115154719.A3281@scientia.demon.co.uk> References: <002001be1099$ca10ec60$5a99f1c3@haydar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <002001be1099$ca10ec60$5a99f1c3@haydar> User-Agent: Mutt/0.94.12i (FreeBSD/3.0-CURRENT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Haydar wrote: > I have instaled freebsd on my computer but i couldn't establish an > internet connection because i couldnot configure my ppp. > i have a pnp modem (dataflex office plus) on the com-port 4 in dos, > when i type > #ppp -ddial > in freebsd i get a message that cuaa2 (or cuaa3) does not exised . > My freeBSD version is 2.1.6 (i dont know if it support pnp). You'll probably need to rebuild your kernel to support cuaa3. Try putting a line like this in your kernel config: device sio3 at isa? port "IO_COM4" tty irq 3 vector siointr Change the IRQ if you need to. If it's at a non-standard address, use ``port 0x3e8'' or wherever it might be. (At least, I think that would work.) -- Ben Smithurst ben@scientia.demon.co.uk send a blank message to ben+pgp@scientia.demon.co.uk for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message