On Mon, 15 Jul 2002 07:27:01 +0100 Matthew Seaman <[EMAIL PROTECTED]> wrote:
> > with no fuss. It also lives on IRQ 9 here; that can cause conflicts, > > at least here where I'm trying to resolve a conflict between it and > > the second built-in USB hub on my computer. Other than that it's a > > That's a plug'n'play modem isn't it? If you make yourself a custom > kernel config where you comment out the sio2 and sio3 device lines > (which are disabled by default), then your internal modem will be > assigned to sio2 (/dev/cuaa2) on the IO_COM3 port and irq 5. Thanks. Someone else wrote me with a solution for the root cause of it though; apparantly the kernel assumes that a serial port (or serial-port emulating device like a PCI modem) cannot share IRQs. A one-line modification of the source fixes this, and now my USB bus and the device on it is detected according to the boot messages. I'm still having problems getting my printer to work though; instead of saying that the device doesn't exist it says /dev/ulpt0 and /dev/unlpt0 are "busy" in aspfilter's setup and also if I redirect text directly to the device on the command line. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message