From owner-freebsd-questions Mon Mar 6 12:29: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id 5ADB237BBC1 for ; Mon, 6 Mar 2000 12:28:58 -0800 (PST) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost.fedde.littleton.co.us [127.0.0.1]) by fedde.littleton.co.us (8.10.0.Beta12/8.10.0.Beta10) with ESMTP id e26KSpm03555; Mon, 6 Mar 2000 13:28:51 -0700 (MST) Message-Id: <200003062028.e26KSpm03555@fedde.littleton.co.us> To: Chris Hill Cc: FreeBSD Questions List From: Chris Fedde Subject: Re: Need Help with Modem and PPP In-reply-to: Your message of "Thu, 02 Mar 2000 23:23:24 EST." Date: Mon, 06 Mar 2000 13:28:51 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Hill writes: +--------------- | On Thu, 2 Mar 2000, Chris Fedde wrote: | | > | > It looks like your device directory is not set up right. | > Do the following... | > | > dmesg | grep sio | | The dmesg output Jim originally posted showed | | sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa | sio0: type 16550A | sio1: configured irq 3 not in bitmap of probed irqs 0 | sio1 not found at 0x2f8 | ^^^^^^^^^^^^^^ | ...and he's trying to use /dev/cuaa1 for his modem, so he'll probably need | to, as you say: +--------------- If this is the case then there must be some hardware or bios problem here. He needs to check the bios settings then crack the box if that does not solve it for him. +--------------- | > If nothing shows up you'll need to remake the device files. | > | > cd /dev | > ./MAKEDEV cua0 | > ./MAKEDEV cua1 | > | > Then start over with the tip stuff. | | I could be wrong, but doesn't he need two As in the device names? That is, | cuaa0 and cuaa1. +--------------- The pattern in the case statement in MAKEDEV is 'cuaa?|cua?)' so either will work. Thanks again for pointing this out. chris __ Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message