From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 10:52:22 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 F365D37B404 for ; Tue, 10 Jun 2003 10:52:21 -0700 (PDT) Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40CA43FB1 for ; Tue, 10 Jun 2003 10:52:20 -0700 (PDT) (envelope-from matt@overdose.com) Received: from overdose.com ([80.0.158.31]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20030610175219.LSOW20145.mta07-svc.ntlworld.com@overdose.com>; Tue, 10 Jun 2003 18:52:19 +0100 Date: Tue, 10 Jun 2003 18:52:18 +0100 Mime-Version: 1.0 (Apple Message framework v552) To: "Scott Miller" From: Matthew Ryan In-Reply-To: <001401c32f5a$72c103c0$0200a8c0@carson> Message-Id: <46FD7A30-9B6C-11D7-87C6-0030654886A6@overdose.com> X-Mailer: Apple Mail (2.552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie wirless install question 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: Tue, 10 Jun 2003 17:52:22 -0000 Hi Scot, On Tuesday, June 10, 2003, at 03:13 PM, Scott Miller wrote: > I am still trying to get my wireless card working. What am I doing > wrong? > > It should get an address via DHCP. (I did not see where this was > indicated in ifconfig.) ifconfig won't tell you how it got it's address. Can you post the full output of ifconfig wi0 and also /etc/rc.conf? Have you used pccard_ifconfig="DHCP" in /etc/rc.conf? > Matthew Ryan Matt@overdose.com