Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 1998 15:47:19 +0000
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        Haydar <haydar@worldonline.nl>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ppp
Message-ID:  <19981115154719.A3281@scientia.demon.co.uk>
In-Reply-To: <002001be1099$ca10ec60$5a99f1c3@haydar>
References:  <002001be1099$ca10ec60$5a99f1c3@haydar>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981115154719.A3281>