From owner-freebsd-questions Sun Feb 11 17:44:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from route-1.damn-cool.net (route-1.damn-cool.net [209.134.127.237]) by hub.freebsd.org (Postfix) with ESMTP id AE5AE37B401 for ; Sun, 11 Feb 2001 17:44:48 -0800 (PST) Received: from localhost (gmains@localhost) by route-1.damn-cool.net (8.11.0/8.11.0) with ESMTP id f1C1fiF00375 for ; Sun, 11 Feb 2001 19:41:44 -0600 (CST) (envelope-from gmains@damn-cool.net) Date: Sun, 11 Feb 2001 19:41:44 -0600 (CST) From: Gabriel Mark Mains To: freebsd-questions@freebsd.org Subject: 3rd NIC giving me problems.... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Dual PPro 200Mhz server running FreeBSD 4.1.1-RELEASE. It is set up with 2 NICs, one as my outside interface connected to my DSL modem and one to my inside interface connected to my LAN. I have a set of static IPs assigned to my network, but I am running out of them, so I decided to try and install a 3rd NIC and run natd for my lesser important machines on my LAN. The problem that I am running into is that I can't seem to get a 3rd NIC installed because on bootup I keep getting IRQ conflicts. I have tried a linksys etherfast 10/100 PCI NIC and a 3COM 509 ISA NIC, and both give me errors. Here is the output of the 509 on bootup: Feb 11 19:21:54 route-1 /kernel: fxp0: port 0xff40-0xff5f mem 0xff700000-0xff7fffff,0xffbdd000-0xffbddfff irq 10 at device 6.0 on pci0 Feb 11 19:21:54 route-1 /kernel: fxp0: Ethernet address 00:a0:c9:60:79:44 Feb 11 19:21:54 route-1 /kernel: isab0: at device 7.0 on pci0 Feb 11 19:21:54 route-1 /kernel: isa0: on isab0 Feb 11 19:21:54 route-1 /kernel: pci0: at 7.1 Feb 11 19:21:54 route-1 /kernel: ahc0: port 0xfc00-0xfcff mem 0xffbdf000-0xffbdffff irq 11 at device 9.0 on pci0 Feb 11 19:21:54 route-1 /kernel: aic7880: Wide Channel A, SCSI Id=7, 16/255 SCBs Feb 11 19:21:54 route-1 /kernel: pci0: at 11.0 irq 11 Feb 11 19:21:54 route-1 /kernel: dc0: port 0xf8ff mem 0xffbde800-0xffbde8ff irq 10 at device 17.0 on pci0 Feb 11 19:21:54 route-1 /kernel: dc0: Ethernet address: 00:a0:cc:e5:c2:4b Feb 11 19:21:54 route-1 /kernel: miibus0: on dc0 Feb 11 19:21:54 route-1 /kernel: dcphy0: on miibus0 Feb 11 19:21:54 route-1 /kernel: dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Feb 11 19:21:54 route-1 /kernel: ep0: <3Com 3C509-Combo EtherLink III> at port 0x300-0x30f irq 10 on isa0 Feb 11 19:21:54 route-1 /kernel: ep0: No irq?! Feb 11 19:21:54 route-1 /kernel: ep0: ep_alloc() failed! (6) Feb 11 19:21:54 route-1 /kernel: device_probe_and_attach: ep0 attach returned 6 As you can see, it is trying to put all my NICs on IRQ 10. Even the ISA 3COM 509. I have tried to set it in the BIOS so that the ISA is on IRQ 5, which is available, but still no go. Anyone have any suggestions? Thanks, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message