From owner-freebsd-hackers Thu Jun 21 9:13:39 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from hotmail.com (f6.law14.hotmail.com [64.4.21.6]) by hub.freebsd.org (Postfix) with ESMTP id 99EEE37B409 for ; Thu, 21 Jun 2001 09:13:37 -0700 (PDT) (envelope-from list_tracker@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Jun 2001 09:13:34 -0700 Received: from 64.242.6.171 by lw14fd.law14.hotmail.msn.com with HTTP; Thu, 21 Jun 2001 16:13:29 GMT X-Originating-IP: [64.242.6.171] From: "list tracker" To: hackers@FreeBSD.ORG Subject: multiple pccard_ifconfig statements in one rc.conf ? Problems. Date: Thu, 21 Jun 2001 16:13:29 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Jun 2001 16:13:34.0103 (UTC) FILETIME=[1EC5C270:01C0FA6D] Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have two pc card NICs in my system - ep0 and wi0. All of the normal problems (irq, etc.) have been solved, and I am using them beautifully. The problem is, I would like to use the pccard_ifconfig directive to configure BOTH of these cards from /etc/rc.conf. Currently, I have _one_ pccard_ifconfig statement in rc.conf, and NO normal ifconfig statements: pccard_ifconfig="DHCP" and this causes my ep0 (in slot 0) to successfully grab a DHCP address and function on the network. Since I do not specify in any way which card to use, I am assuming that it just uses whichever card is in slot 0. So the logical thing to try (I thought) was this: pccard_ifconfig_ep0="DHCP" pccard_ifconfig_wi0="inet 10.10.10.10 netmask 255.255.255.0" But this does not work. How do I use the (very convenient) pccard_ifconfig mechanism in rc.conf to configure multiple pccard NICs ? thanks, LT _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message