From owner-freebsd-questions@FreeBSD.ORG Thu Feb 17 00:38:28 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 2BFB716A4CE for ; Thu, 17 Feb 2005 00:38:28 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797BD43D2D for ; Thu, 17 Feb 2005 00:38:27 +0000 (GMT) (envelope-from jramos2@nc.rr.com) Received: from europa (cpe-024-211-212-202.nc.rr.com [24.211.212.202]) j1H0cNef016745 for ; Wed, 16 Feb 2005 19:38:25 -0500 (EST) Message-ID: <002701c51488$fd369e10$6501a8c0@europa> From: "J Ramos" To: Date: Wed, 16 Feb 2005 19:38:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Questions with configuring multiple NIC's 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: Thu, 17 Feb 2005 00:38:28 -0000 Hello, I'm currently running 5.3 on a HP Pavillion ze4420us laptop. Pretty much everything that I would like to get working works, with the exception of my NIC's. The onboard National Semiconductor DP83815/16 works fine by itself with the sis driver. I have 2 pcmcia wireless ethernet cards, that "work." Linksys WPC11 v4 wireless B card is recognized via XP drivers and ndis, as is the Netgear WG511, also through XP drivers and ndis. I'm having a tough time getting the wireless cards configured correctly with ifconfig. I believe that the problem is with the netmasks. Seems like I read somewhere that 2 NIC's on the same machine connected to the same network may not share the same netmask. One should be 255.255.255.0 and the other should be 255.255.255.255. sis driver support is built in to the kernel, GENERIC kernel from install, which I will probably have to rebuild shortly. Not being able to kldunload the si and if_sis modules keeps sis0 constantly in ifconfig. If I unplug the cable and try to run only a wireless card, it doesn't seem to work correctly. ifconfig'ing ndis0 to a good ip and 255.255.255.0 netmask says the network is down when trying to ping the router. Using the 255.255.255.255 netmask with ndis0, pinging the router leads to "ping: sendto: Host is down." However, the interesting thing is that I get a message from arp, "io kernel: arp: 192.168.1.1 is on sis0 but got reply from 00:09:5b:dd:c4:f8 ( the router mac address) on ndis0." Although sis0 is not on the network, my machine is acting like it since sis0 can be disabled, but the modules can't be unloaded. Here's my point... Would I be better off rebuilding a kernel with sis driver support not built in, but instead loading the modules and ifconfig'ing only the interface I need at that point in time, and if I need to change, just unload the modules I don't need, and load the ones I do, then ifconfig the new active interface? There may be a more elegant solution, and I'd be happy to hear them, or any links or man pages that I probably overlooked. Thanks much, Josh