From owner-freebsd-questions Thu Nov 9 22:35:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id E890F37B479 for ; Thu, 9 Nov 2000 22:35:47 -0800 (PST) Received: from mark8 (hutch-877.hutchtel.net [206.10.71.205]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id AAA22471; Fri, 10 Nov 2000 00:35:46 -0600 (CST) Message-ID: <001101c04ae0$a6e79b20$0200000a@vladsempire.net> From: "Josh Paetzel" To: "'FreeBSD Questions (E-mail)'" , "Drew Tomlinson" References: Subject: Re: Network Card Troubleshooting (was How To Configure 2nd NIC?) Date: Fri, 10 Nov 2000 00:37:08 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I do have a utility but there is no choice for setting anything like iomem. > I picked different settings for what they call I/O base address which > corresponds to the 0x240 line on ed0 and the 0x260 line on ed1. I can also > set the IRQs which I did; ed0=9 & ed1=11. There are no conflicts AFAIK as > self-testing shows both cards working OK. Do you have any other ideas? Well, there is a conflict, as the cards are both using the same iomem space. They are both mapping memory to the same address space in RAM and therefore are overwriting each other. If there really is no way to change that then you will not be able to use the cards together. The > cards are LinkSys Ether16 LAN cards if that helps. > > > of a software utility. Plug and Play has kind of removed us > > from the joys > > of configuring hardware, but most cards require one or more > > irqs, a range of > > Yeah, I haven't done this for a long time. Brings back memories. > > I know I keep saying it but thank you again for your time on this. I really > appreciate it and am anxious to take on the task of setting up NAT and > filters. Now if I could just get both interfaces working... :) > The pleasure is all mine. I got a lot of help from the FreeBSD community when I was first starting out, and now it's payback time. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message