From owner-freebsd-newbies Mon Jul 9 14:33:40 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from mail-srv1.micron.com (masquerade.micron.com [137.201.242.130]) by hub.freebsd.org (Postfix) with ESMTP id 79B5437B406 for ; Mon, 9 Jul 2001 14:33:36 -0700 (PDT) (envelope-from jgnovak@micron.com) Received: from mail-srv1.micron.com (localhost [127.0.0.1]) by mail-srv1.micron.com (8.9.3/8.9.3) with ESMTP id PAA01698 for ; Mon, 9 Jul 2001 15:33:35 -0600 (MDT) Received: from ntexchange01.micron.com (ntexchange01 [137.201.104.84]) by mail-srv1.micron.com (8.9.3/8.9.3) with ESMTP id PAA01684; Mon, 9 Jul 2001 15:33:34 -0600 (MDT) Received: by ntexchange01.micron.com with Internet Mail Service (5.5.2653.19) id <3M9RJ1TG>; Mon, 9 Jul 2001 15:33:34 -0600 Message-ID: <3607D767B8E1D311A24F0008C7590A960916CD27@ntexchange07.micron.com> From: jgnovak To: "'Simon Siemonsma'" Cc: "'freebsd-newbies@freebsd.org'" Subject: RE: how to resolve IRQ conflict between network and audio card Date: Mon, 9 Jul 2001 15:33:33 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Simon Without knowing what you have tried so far I would suggest this: First edit and re-compile your kernel so you are not running on the generic on3 that installs by default. The dir is /usr/src/sys/i386/conf, in there you will find GENERIC and LINT, i recommend that you read LINT, then copy and rename the GENERIC kernel, then edit it to match your hardware. During the custom kernel edit you will get a chance to specify the IRQ and IOMEM address for these devices. Once again, without knowing much about your hardware, I recommend that you keep the audio card on IRQ 5 and moe the NIC to IRQ 10 or 3, or whatever you have that is available, just don't use IRQ 2 (use IQ 9 instead of 2). hope this helps out. -----Original Message----- From: Simon Siemonsma [mailto:simon196405@bigfoot.com] Sent: Monday, July 09, 2001 1:36 PM To: freebsd-newbies@FreeBSD.ORG Subject: how to resolve IRQ conflict between network and audio card I have an IRQ conflict between my NE2000 compatible network card (ISA) and my audio card (PCI). Both are plug and play and want to use IRQ 5. The strange thing is that in W'2000 the NE2000 compatible card uses IRQ 10, and the audio card uses IRQ 11 (together with my ISDN modem, the PCI to USB controller, and my AGP graphics card. So they don't conflict there. At the moment it is not really a big problem, but I'll need the network card in the future to get ADSL up and running. Does anyone has any idea on how to solve this. It is important that at the end both cards work with freeBSD as well as with W'2000. Best regards Simon Siemonsma To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message