From owner-freebsd-questions Fri Jun 22 0:46:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id 676CB37B403 for ; Fri, 22 Jun 2001 00:46:06 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.4/8.11.2) with ESMTP id f5M7k4432134; Fri, 22 Jun 2001 01:46:04 -0600 (MDT) Message-Id: <200106220746.f5M7k4432134@fedde.littleton.co.us> To: Wyatt Banks Cc: questions@FreeBSD.ORG Subject: Re: Non-Winmodem Non PnP Modem configuration In-Reply-To: From: Chris Fedde Date: Fri, 22 Jun 2001 01:46:04 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Jun 2001 01:54:35 -0400 (EDT) Wyatt Banks wrote: +------------------ | I'm having a bit of trouble configuring my USR 56k 5687 internal ISA | modem. It's not a winmodem and not plug and play. This is the line I see | in my dmesg: | sio4: at port 0x3e8-0x3ef irq 5 on isa0 +------------------ Do have sio[0123] also in dmesg? Anyway sio4 is going to map to /dev/cuaa4. I think that by default you only get cuaa0 to cuaa3. You might have to use MAKEDEV to create that device file for you. cd /dev ./MAKEDEV cuaa4 You might also have to make some changes in /etc/remotes. Good Luck -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message