Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2001 19:22:03 -0500
From:      "Thill, Daniel Gerard (UMR-Student)" <thill@umr.edu>
To:        "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Cc:        "'peltkore@hotmail.com'" <peltkore@hotmail.com>
Subject:   RE: US Robotics PCI modem not found
Message-ID:  <6CAC36C3427CEB45A4A6DF0FBDABA56D950979@umr-mail03.cc.umr.edu>

next in thread | raw e-mail | index | archive | help
> pci0: <unknown card> (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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6CAC36C3427CEB45A4A6DF0FBDABA56D950979>