From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 05:36:08 2004 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 14B4316A4CE for ; Sun, 7 Nov 2004 05:36:08 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCBE43D31 for ; Sun, 7 Nov 2004 05:36:07 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc11) with ESMTP id <20041107053607011002sg1re>; Sun, 7 Nov 2004 05:36:07 +0000 Received: from [192.168.0.3] (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id B8FDE17B; Sun, 7 Nov 2004 00:36:06 -0500 (EST) Message-ID: <418DB447.7040800@trini0.org> Date: Sun, 07 Nov 2004 00:36:07 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 0.8 (X11/20041015) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <418D8887.1020105@trini0.org> <20041107024320.GB66864@xor.obsecurity.org> <418D8DC3.9060308@trini0.org> <418DA628.4010205@trini0.org> In-Reply-To: <418DA628.4010205@trini0.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsdquestions Subject: Re: FreeBSD 5.3 and ed0 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, 07 Nov 2004 05:36:08 -0000 Gerard Samuel wrote: > Gerard Samuel wrote: > >> Kris Kennaway wrote: >> >>> On Sat, Nov 06, 2004 at 09:29:27PM -0500, Gerard Samuel wrote: >>> >>> >>>> Im trying to move from FreeBSD 4.10 to 5.3. >>>> When I used to install 3.x/4.x on this box, I would configure >>>> the network card during the install process. >>>> According to the manual, the device config part of the install, >>>> was taken out, but the network card doesnt get identified by >>>> FreeBSD 5.3. >>>> I tried selecting #6 during the install boot menu, >>>> and entered -> >>>> boot -c >>>> in the hopes to get the device config screen, but I didn't get that. >>>> Is it possible to get that pre FBSD 5.x device config screen, >>>> or is there some way to configure that network card during the >>>> install process?? >>>> >>> >>> >>> >>> I believe you can set a hint variable from the loader prompt. The >>> defaults are: >>> >>> hint.ed.0.at="isa" >>> hint.ed.0.disabled="1" >> While reading the manual at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/device-hints.html it says -> disabled: if set to 1 the device is disabled. So that maybe my problem. I'll give it a shot tomorrow, and report back...