Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 1998 22:40:40 -0400 (EDT)
From:      Chris Coleman <chrisc@vmunix.com>
To:        Ken Seggerman <suleyman@echonyc.com>
Cc:        FreeBSD Newbies Mailing List <freebsd-newbies@FreeBSD.ORG>
Subject:   Re: more modem trouble
Message-ID:  <Pine.BSF.3.96.980708223019.20622A-100000@vnode>
In-Reply-To: <Pine.GSO.3.96.980708153702.28448A-100000@echonyc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Will this require a kernel re-build?
It shouldn't, the serial drivers should be in your kernel.

type:
	dmesg | grep sio
This will tell you if the sio0  (COM1) driver is in your kernel.

If this reveals nothing, you can try talking to the COM port using cu.

	cu -l /dev/cuaa0

This will connect you to the modem.  You can try the other different com
ports cuaa1 cuaa2 etc..

If the device is there, but not configured, you can try this.

	cd /dev
	sh MAKEDEV cuaa0

This will rebuild your COM port device.

	-Chris

> 
> Thanks,
> Ken
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-newbies" in the body of the message
> 




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980708223019.20622A-100000>