From owner-freebsd-questions Tue Jul 16 12:16:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B4A37B400 for ; Tue, 16 Jul 2002 12:16:10 -0700 (PDT) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 1031F43E42 for ; Tue, 16 Jul 2002 12:16:10 -0700 (PDT) (envelope-from yid@softhome.net) Received: (qmail 14483 invoked by uid 417); 16 Jul 2002 19:16:04 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 16 Jul 2002 19:16:04 -0000 Received: from unknown ([216.194.26.167]) (AUTH: LOGIN yid@softhome.net) by softhome.net with esmtp; Tue, 16 Jul 2002 13:16:02 -0600 Date: Tue, 16 Jul 2002 15:13:45 -0400 From: Joshua Lee To: Matthew Seaman Cc: iosphere@sonic.net, freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.6 Modems Message-Id: <20020716151345.418e85f4.yid@softhome.net> In-Reply-To: <20020715062700.GA29722@happy-idiot-talk.infracaninophi> References: <3D2FA455.2090009@sonic.net> <20020714223318.39f2d1e3.yid@softhome.net> <20020715062700.GA29722@happy-idiot-talk.infracaninophi> Organization: Plan B Software Labs X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Mon, 15 Jul 2002 07:27:01 +0100 Matthew Seaman 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message