From owner-freebsd-questions Sun May 24 00:39:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04437 for freebsd-questions-outgoing; Sun, 24 May 1998 00:39:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04415 for ; Sun, 24 May 1998 00:39:14 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09561; Sun, 24 May 1998 00:37:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:37:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: "drachen (James)" cc: questions@FreeBSD.ORG Subject: Re: PnP modems... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, drachen (James) wrote: > How would one go about in setting up a plug-n-play modem? > > I have put controller pnp0 in the kernel config and now i need to know how > to get FreeBSD to recognize the modem. Any help is appreciated. It should be automatic once pnp0 is in there. On the next reboot it should show up like so (stolen from someone else): Probing for PnP devices: CSN 1 Vendor ID: ESS1868 [0x68187316] Serial 0xffffffff CSN 2 Vendor ID: PCP2880 [0x80287040] Serial 0x01000000 sio4 (siopnp sn 0x01000000) at 0x2e8 irq 9 drq -1 flags 0x0 id 20 The modem here has been assigned to sio4, so it'll show up at /dev/cuaa4 or /dev/ttyd4. If it doesn't, get the Vendor ID and plug it into /sys/i386/isa/sio.c around line 2100 -- look for `Supra1201'. Rebuild & reinstall the kernel and it should show up. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message