From owner-freebsd-current@FreeBSD.ORG Sun Aug 21 15:19:13 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACFBF16A41F for ; Sun, 21 Aug 2005 15:19:13 +0000 (GMT) (envelope-from fredthetree@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F02D43D46 for ; Sun, 21 Aug 2005 15:19:13 +0000 (GMT) (envelope-from fredthetree@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so850249wra for ; Sun, 21 Aug 2005 08:19:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QmJWqCumzuJ+rCeS2PkrOunAL89CO932QPCfz/VfeS1jMEde4I7JXl+XrgIvF7SeoaAknhvEFbJUlfrRX1oJylozhYuwyKZKTMnxR1jPCm+cXukKKi8m76YYD2R6tqvEd9tjN/W2QqTWALGRkPcf0TnNT0URtjyO43+wZMjs4UM= Received: by 10.54.124.17 with SMTP id w17mr1053667wrc; Sun, 21 Aug 2005 08:19:12 -0700 (PDT) Received: by 10.54.125.2 with HTTP; Sun, 21 Aug 2005 08:19:12 -0700 (PDT) Message-ID: Date: Sun, 21 Aug 2005 12:19:12 -0300 From: fredthetree To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 6.0beta2 install + wifi modules? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 15:19:13 -0000 Is there a way to load modules during/before the installation process? I'd like to use an ath card for an ethernet installation, but the module isn't loaded. I tried using "kldload if_ath" in the emergecny holographic shell, but.. kldload was not found. What's the point of ethernet configuration, and net-installs, if the install is unable to support the wifi cards that 6.0 is bragging about? ;)