From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 21:13:30 2003 Return-Path: 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 247DC37B401 for ; Wed, 6 Aug 2003 21:13:30 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8805743F85 for ; Wed, 6 Aug 2003 21:13:29 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange.errno.com (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h774DQ7N049259 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 6 Aug 2003 21:13:29 -0700 (PDT) (envelope-from sam@errno.com) Date: Wed, 06 Aug 2003 21:13:25 -0700 From: Sam Leffler To: snoop9@hushmail.com, freebsd-current@freebsd.org Message-ID: <16679724.1060204405@melange.errno.com> In-Reply-To: <200308070019.h770JMux095087@mailserver2.hushmail.com> References: <200308070019.h770JMux095087@mailserver2.hushmail.com> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: MADWIFI Question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 07 Aug 2003 04:13:30 -0000 > Sorry for the lame post, but here goes. > > Madwifi works fine on linux laptops, but need support in Freebsd. > > The post I read I seem to remember saying that it (madwifi) was native > in current? > > I took a new hd in a Dell laptop. Did an ftp install of 5.1 stable. > Cvsuped to current for source and ports. Did a buildworld, recompiled > the kernel and did a installworld. Everything seemed to work fine. > > Stuck in a 11a card (works fine with madwifi in linux) and looked for > an ath0 interface. Found nothing. Looked in modules and found the ath_hal > module. Installed it with kld, but there's got to be another supporting > module somewhere for the interface? > > The answer isn't to grab the ported linux tarball off of sf.net, is it? > If it is, I am really missing something here. > > Any and all help would be great. > Either config your kernel with: device ath device wlan device ath_hal or build these as modules, install them, and do kldload ath Module dependencies will do the rest. Sam