From owner-freebsd-questions@FreeBSD.ORG Mon May 1 14:02:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C4C9416A410 for ; Mon, 1 May 2006 14:02:19 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.77.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B86F43D7D for ; Mon, 1 May 2006 14:02:05 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (sccrmhc11) with ESMTP id <2006050114020301100qer8ae>; Mon, 1 May 2006 14:02:03 +0000 Message-ID: <445614DB.8020306@computer.org> Date: Mon, 01 May 2006 09:02:03 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.2 (X11/20060426) MIME-Version: 1.0 To: sub02@freeode.co.uk References: <20060430161622.9bb0ff5e.dick@nagual.st> <4454CCBD.4060203@computer.org> <20060430165029.22416721.dick@nagual.st> <5pmb52ti2il1spfec3t65gp7ql1crlea95@4ax.com> In-Reply-To: <5pmb52ti2il1spfec3t65gp7ql1crlea95@4ax.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: device ath compile in kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 14:02:20 -0000 John Murphy wrote: > dick hoogendijk wrote: > >> On Sun, 30 Apr 2006 09:42:05 -0500 >> Eric Schuele wrote: >> >>> dick hoogendijk wrote: >>>> How do I add my ath card ? Loading it from /boot/loader.conf goes >>>> well, but I want it in the kernel. >>>> >>> I've got the following: >>> # wLAN stuff >>> device wlan_wep >>> device wlan_ccmp >>> device wlan_tkip >>> >>> # Ath NIC >>> device ath >>> device ath_hal >>> device ath_rate_sample # <- probably what you are missing. >> That was it. Thank you very much. > > Hmm. Running '6.0 here with ath compiled into the kernel and there > is no mention of ath_rate_sample in the ath man page. The synopsis > goes: > device ath > device ath_hal > device ath_rate_onoe > device wlan > > Has ath_rate_onoe been replaced by ath_rate_sample in '6.1? Not "replaced by". you can use whichever you like. Though it's my understanding that ath_rate_sample is the *preferred* algorithm. In the 6.1-RC man pages, *_onoe is not mentioned, while *_sample is. > > I feel quite pleased to have got mine running with an ipsec > esp tunnel, mostly by adapting the instructions at: > http://genomics.lbl.gov/~tham/wifi-ipsec.txt > -- Regards, Eric