From owner-freebsd-questions Thu Oct 18 17:21:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.umr.edu (mrelay.cc.umr.edu [131.151.1.89]) by hub.freebsd.org (Postfix) with ESMTP id 2CE2B37B401 for ; Thu, 18 Oct 2001 17:21:53 -0700 (PDT) Received: from umr-mail01.cc.umr.edu (umr-mail01.cc.umr.edu [131.151.1.108]) via ESMTP by mrelay.cc.umr.edu (8.9.3/R.4.20) id TAA28218; Thu, 18 Oct 2001 19:21:51 -0500 Received: by umr-mail01.cc.umr.edu with Internet Mail Service (5.5.2653.19) id ; Thu, 18 Oct 2001 19:21:51 -0500 Message-ID: <6CAC36C3427CEB45A4A6DF0FBDABA56D950979@umr-mail03.cc.umr.edu> From: "Thill, Daniel Gerard (UMR-Student)" To: "'freebsd-questions@freebsd.org'" Cc: "'peltkore@hotmail.com'" Subject: RE: US Robotics PCI modem not found Date: Thu, 18 Oct 2001 19:22:03 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain 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 > pci0: (vendor=0x12b9, dev=0x1008) > at 11.0 irq 10 > > (Does this line mean that it has found a card on > the PCI bus with an irq of > 10? Could this be my modem?) > > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1: configured irq 10 not in bitmap of probed irqs 0 > sio2: configured irq 10 not in bitmap of probed irqs 0 > sio3: configured irq 10 not in bitmap of probed irqs 0 > sio3 at port 0x2e8-0x2ef irq 10 flags 0x10 on isa0 > sio3: type 8250 I have this same modem, and had the same problems, initially. I'm not on my freebsd machine currently, so I can't give you exact configuration stuff. But here's some stuff to try: * Turn off the "PNP OS" setting in your bios, and make sure that the bios is assigning the addresses/irqs properly. * Disable your serial port(s) from the bios. Since your modem is internal, it doesn't need the external serial port connections * I've found that disabling or enabling the serial ports in the kernel (sio0-N) didn't seem to make much of a difference. YMMV, though. * make sure you're not getting IRQ conflicts with other cards. dmesg won't necessary report anything nasty when cards are on the same IRQ. Rearrange cards if necessary. Some mobo's share irq's based on what slot the card is in. Figure out what works together... be sure to check your other devices each time as well, as they might just stop working. * don't be surprised if on bootup, when everything is finally working, it detects your modem on one serial port, ie: sio1 (COM2 usually), and and reports that its moving it to sio4, which you wouldn't expect. Just make sure you choose the proper COM (cuaa) port when you're testing. * try without the "flags" line initially. I didn't have to use it. Let me know if you still have problems, as I can give you the exact kernel config stuff then. later, dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message