Subject: Re: error: device tty00 not configured
To: Gerald Exner <gexner@scheller.de>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: port-i386
Date: 08/11/1999 12:08:59
On Wed, Aug 11, 1999 at 10:29:18AM +0200, Gerald Exner wrote:
> Hi netBSD
>
> i want connect to internet of tty00 with pppd.
>
> syslog shows following error:
>
> device /dev/tty00 not configured
>
> i run ./MAKEDEV tty00 for a new serial device.
> How can i configure the COMs ?
Does the dmesg output list any com ports? Like:
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
com2 at isa0 port 0x3e8-0x3ef irq 5: ns16550a, working fifo
com3 at isa0 port 0x2e8-0x2ef irq 7: ns16550a, working fifo
If not, your kernel config file must be edited to match the com port
addresses / irq's and a new kernel must be built.
-jm