From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 07:48:44 2003 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 D366337B401 for ; Sun, 30 Mar 2003 07:48:44 -0800 (PST) Received: from above.proper.com (mail.proper.com [208.184.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE1843FA3 for ; Sun, 30 Mar 2003 07:48:44 -0800 (PST) (envelope-from phoffman@proper.com) Received: from [63.202.92.152] (adsl-63-202-92-152.dsl.snfc21.pacbell.net [63.202.92.152]) by above.proper.com (8.12.9/8.11.6) with ESMTP id h2UFmfJN027492; Sun, 30 Mar 2003 07:48:42 -0800 (PST) Mime-Version: 1.0 X-Sender: phoffprop@mail.proper.com Message-Id: In-Reply-To: References: X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Date: Sun, 30 Mar 2003 07:48:41 -0800 To: Dan Pelleg From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Laptop with PCcard ethernet: how to set up? 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: Sun, 30 Mar 2003 15:48:45 -0000 At 8:14 AM -0500 3/30/03, Dan Pelleg wrote: > > I have a laptop with an Ethernet PCcard which comes up as "ep0". I want to >> use DHCP on it. My rc.conf has: >> >> >> pccard_enable="YES" >> pccard_ifconfig="YES" >> ifconfig_ep0="DHCP" >> >> The card comes up fine, but it doesn't get ifconfig'd. Do I need to add >> something else to rc.conf? >> > >1. You don't need the ifconfig_ep0 line. > >2. Change the pccard_ifconfig value to either "DHCP" or something like >"inet 192.168.1.1/24". That worked fine, thanks!