From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 10:19:44 2003 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 DFF5F16A4CE for ; Fri, 7 Nov 2003 10:19:44 -0800 (PST) Received: from mta4.adelphia.net (mta4.adelphia.net [68.168.78.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BC044005 for ; Fri, 7 Nov 2003 10:19:43 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([68.169.105.65]) by mta4.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031107181947.ILNL4841.mta4.adelphia.net@barbish>; Fri, 7 Nov 2003 13:19:47 -0500 From: "fbsd_user" To: , Date: Fri, 7 Nov 2003 13:19:41 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200311050926.56057.chowse@charter.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Resolving IRQ conflicts with 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 18:19:45 -0000 The problem you describe is becoming common in the 4.x versions of FBSD. I have seen these solutions voiced previously in this list. 1. Check the PC's bios, look for a toggle to disable plug-n-play function. 2. Check that your PCI cards are not in the first or last PCI expansion slot on the motherboard. 3 add option PCI_ENABLE_IO_MODES to your kernel source and recompile. See LINT 4. add device puc option PUC_FASTINTR to your kernel source and recompile. See LINT 5. Follow bug fix using this url http://www.freebsd.org/cgi/query-pr.cgi?pr=40636 6. check /var/boot/dmesg.boot file to see if your pci cards are found as unknown. See FBSD FAQ for instructions on how to fix. Try one of the above one at a time until your problem goes away. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Charles Howse Sent: Wednesday, November 05, 2003 10:27 AM To: freebsd-questions@freebsd.org Subject: Resolving IRQ conflicts with 4.8 Hi, If this post is considered off-topic, forgive me. Perhaps someone might be willing to work with me off-list? I have 3 PCI devices using IRQ 9! The modem, nic and built-in sound card. I've physically removed the modem, because it was being detected before the nic, and I had no ability to network. In BIOS, I have PnP OS set to "No". There is a setting to allow resources to be controlled manually, but this defaults to "Legacy ISA device". Since I have no ISA devices, this won't work. I noticed from output of dmesg, that it does some probing for PnP devices: Probing for PnP devices on ppbus0: ppbus0: PRINTER MLC,PCL,PJL What, if anything can I do so that I can have my nic, modem, and sound card detected during boot? -- Thanks, Charles _______________________________________________ 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"