From owner-freebsd-questions@FreeBSD.ORG Mon May 1 10:29:10 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 AB92616A400 for ; Mon, 1 May 2006 10:29:10 +0000 (UTC) (envelope-from sub02@freeode.co.uk) Received: from mail.freeode.co.uk (213-162-123-162.johnmu221.adsl.metronet.co.uk [213.162.123.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F13B43D48 for ; Mon, 1 May 2006 10:29:09 +0000 (GMT) (envelope-from sub02@freeode.co.uk) Received: from lexx.freeode.co.uk (lexx.freeode.co.uk [10.10.10.2]) by mail.freeode.co.uk (8.13.4/8.13.4) with ESMTP id k41AT58c002244 for ; Mon, 1 May 2006 11:29:05 +0100 (BST) (envelope-from sub02@freeode.co.uk) From: John Murphy To: freebsd-questions@freebsd.org Date: Mon, 01 May 2006 11:29:05 +0100 Message-ID: <5pmb52ti2il1spfec3t65gp7ql1crlea95@4ax.com> References: <20060430161622.9bb0ff5e.dick@nagual.st> <4454CCBD.4060203@computer.org> <20060430165029.22416721.dick@nagual.st> In-Reply-To: <20060430165029.22416721.dick@nagual.st> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: device ath compile in kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sub02@freeode.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 10:29:10 -0000 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? 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 -- John.