From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 19:30:45 2005 Return-Path: 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 3276916A4CF for ; Tue, 19 Apr 2005 19:30:45 +0000 (GMT) Received: from zhonka1.zhonka.net (zhonka1.zhonka.net [66.228.195.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B5DC43D2D for ; Tue, 19 Apr 2005 19:30:44 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from wolf.pjkh.com ([66.228.196.74]) by zhonka1.zhonka.net (Post.Office MTA v3.5.3 release 223 ID# 0-58414U4500L450S0V35) with ESMTP id net for ; Tue, 19 Apr 2005 12:30:44 -0700 Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id 6C3465826 for ; Tue, 19 Apr 2005 12:30:38 -0700 (PDT) Received: from wolf.pjkh.com ([127.0.0.1]) by localhost (wolf.pjkh.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27934-08 for ; Tue, 19 Apr 2005 12:30:38 -0700 (PDT) Received: by wolf.pjkh.com (Postfix, from userid 1000) id 2BE4A5825; Tue, 19 Apr 2005 12:30:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id 289405824 for ; Tue, 19 Apr 2005 12:30:38 -0700 (PDT) Date: Tue, 19 Apr 2005 12:30:38 -0700 (PDT) From: Philip Hallstrom To: freebsd-questions@freebsd.org In-Reply-To: <20050418141339.C1211@wolf.pjkh.com> Message-ID: <20050419122912.W28469@wolf.pjkh.com> References: <20050418141339.C1211@wolf.pjkh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at pjkh.com Subject: Re: IRQ problems b/n USB and PCI modem... help! (SOLVED) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 19:30:45 -0000 So, after getting some pointers from folks (thanks!) I started from scratch this morning twiddling one BIOS setting at a time. Turns out that it's *NOT* the USB controller. Well, maybe it is, I don't really know I guess. By turning off "Power Management" in the BIOS, I can access all three modems just fine. Strange, but I'm glad it's working :) Thanks all! On Mon, 18 Apr 2005, Philip Hallstrom wrote: > Hi all - > I am in IRQ h*ll. I'm trying to setup an box to use as an inbound > modem server... > > Here's what's happening... > > FreeBSD 4.9 > Dell Dimension XPS T450 (ie. several year old dell). > Default BIOS settings (switching the PnP OS has no effect). > > One NIC recognized as fxp0. One IDE drive, one cdrom, one floppy. > Three USR 5610B PCI modems (which work fine individually). > > I can access the first two modems via tip, but tipping to the last one locks > up the entire system (network, console, everything). Here's the relevant > parts from /var/run/dmesg.boot: > > pci1: <3Dfx Voodoo 3 graphics accelerator> at 0.0 irq 11 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > pci0: at 7.2 irq 9 > fxp0: port 0x1000-0x103f mem > 0xf4000000-0xf40fffff,0xf4100000-0xf4100fff irq 11 at device 13.0 on pci0 > sio0: <3COM PCI FaxModem> port 0x1070-0x1077 irq 10 at device 14.0 on pci0 > sio0: moving to sio4 > sio4: type 16550A > sio0: <3COM PCI FaxModem> port 0x1078-0x107f irq 7 at device 15.0 on pci0 > sio0: moving to sio5 > sio5: type 16550A > sio0: <3COM PCI FaxModem> port 0x1080-0x1087 irq 9 at device 16.0 on pci0 > sio0: moving to sio6 > sio6: type 16550A > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > atkbd0: flags 0x1 irq 1 on atkbdc0 > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > > > I am pretty sure my problem is that the USB controller and the third modem > are both using IRQ 9, but I can't think of any way to resolve that. > > I don't have USB compiled into my kernel and there aren't any settings in the > BIOS to shut USB off completely. > > I've also tried killing off sio0/IRQ4 in hopes the modem would take that IRQ, > but no luck there either. > > > > Anyone have any ideas on how I can get this to work? Should I try FreeBSD > 5.x? > > Thanks all! > > -philip > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >