From owner-freebsd-stable@FreeBSD.ORG Fri Jun 30 21:57:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13AC16A412 for ; Fri, 30 Jun 2006 21:57:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54BE744353 for ; Fri, 30 Jun 2006 21:57:43 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6DC345E1E; Fri, 30 Jun 2006 17:57:42 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hw8mi5RaYT4S; Fri, 30 Jun 2006 17:57:41 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 9F58A5DBA; Fri, 30 Jun 2006 17:57:41 -0400 (EDT) In-Reply-To: <11419abd0606301328j46179111p7e438bb7e6e5abc7@mail.gmail.com> References: <11419abd0606301328j46179111p7e438bb7e6e5abc7@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6701E75E-8A5F-457C-807E-9E13EA55D857@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 30 Jun 2006 17:57:38 -0400 To: Mihir Sanghavi X-Mailer: Apple Mail (2.752.2) Cc: freebsd-stable@freebsd.org Subject: Re: Adapter X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 21:57:43 -0000 On Jun 30, 2006, at 4:28 PM, Mihir Sanghavi wrote: > How do i set up the adater in FreeBSD. I do have the internet > connection but > the light does not come up. Do I have to do some installation. > please tell > me. There isn't enough detail to address what's going wrong. :-) I think you're trying to configure your network adaptor, in which case perhaps running "dhclient" as root might be what you want to do, otherwise look at /etc/rc.conf and provide a static network configuration via that. -- -Chuck