From owner-freebsd-questions Mon Jun 3 18:29:43 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02228 for questions-outgoing; Mon, 3 Jun 1996 18:29:43 -0700 (PDT) Received: from mojo.calyx.com (mojo.calyx.net [204.137.148.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA02223 for ; Mon, 3 Jun 1996 18:29:41 -0700 (PDT) Received: (from amir@localhost) by mojo.calyx.com (8.7.5/8.7.3) id BAA21400; Tue, 4 Jun 1996 01:29:05 GMT Date: Tue, 4 Jun 1996 01:29:04 +0000 (GMT) From: Amir Rosenblatt To: Chris Odom cc: "'questions@freebsd.org'" Subject: Re: Device not configured. In-Reply-To: <01BB5176.56D34DE0@chris.digitech.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Jun 1996, Chris Odom wrote: > > I'm trying to use Kermit on my FreeBSD box. I have a modem on COM2, which I assumed > to be /dev/cuaa1. Whenever I try to "set line /dev/cuaa1", it says "Device not configured". > What do I have to do to make the operating system configure the device correctly to > recognize that there is a modem sitting on COM2? This sounds silly but double-check that you have 2 serial ports (sio0 and sio1) compiled into your kernel. I accidentally clipped one out of mine and this exact problem drove me nuts until I realized it. -Amir