Date: Sun, 24 May 1998 00:37:59 -0700 (PDT) From: Doug White <dwhite@gdi.uoregon.edu> To: "drachen (James)" <drachen@drachen.dyn.ml.org> Cc: questions@FreeBSD.ORG Subject: Re: PnP modems... Message-ID: <Pine.BSF.3.96.980524003617.9142w-100000@gdi.uoregon.edu> In-Reply-To: <Pine.BSF.3.96.980521220941.9233A-100000@drachen.dyn.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <PCP2880> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980524003617.9142w-100000>