From owner-freebsd-questions Mon Jun 3 18:24:13 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02027 for questions-outgoing; Mon, 3 Jun 1996 18:24:13 -0700 (PDT) Received: from jolt.eng.umd.edu (jolt.eng.umd.edu [129.2.102.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA02022 for ; Mon, 3 Jun 1996 18:24:11 -0700 (PDT) Received: from gilligan.eng.umd.edu (gilligan.eng.umd.edu [129.2.98.205]) by jolt.eng.umd.edu (8.7.5/8.7.3) with ESMTP id VAA04110; Mon, 3 Jun 1996 21:24:09 -0400 (EDT) Received: (from chuckr@localhost) by gilligan.eng.umd.edu (8.7.5/8.7.3) id VAA28858; Mon, 3 Jun 1996 21:24:09 -0400 (EDT) Date: Mon, 3 Jun 1996 21:24:08 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@gilligan.eng.umd.edu 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? Should be done, unless you used the "-c" boot option to disable ttyd1/cuaa1. Take a look at the output of dmesg, make sure you have sio1 set up. Are you using the generic kernel, or did you configure and build your own? That error message "device not configured" doesn't mean it doesn't exist, it means the kernel hasn't been set up in software to handle it. Remember that sio1 is the driver, but it allows for the devices /dev/ttyd1 and /dev/cuaa1. You might also try deleting those devices and rebuilding them with the script /dev/MAKEDEV, which is handy in building devices. It's possible your major/minor device numbers (which identify to the kernel which drivers you mean) could be scragged. > > Thanx, > > Chris Odom > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+-----------------------------------------------