From owner-freebsd-current@FreeBSD.ORG Fri Mar 11 15:52:10 2005 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 96BFE16A4CE for ; Fri, 11 Mar 2005 15:52:10 +0000 (GMT) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C9B43D39 for ; Fri, 11 Mar 2005 15:52:10 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.3/8.13.3) with ESMTP id j2BFnA6a070163; Fri, 11 Mar 2005 07:50:02 -0800 (PST) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.1/8.12.9) with ESMTP id j2BFnAMY092213; Fri, 11 Mar 2005 07:49:10 -0800 (PST) (envelope-from frank@realtime.exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.1/8.13.1/Submit) id j2BFnABc092212; Fri, 11 Mar 2005 07:49:10 -0800 (PST) (envelope-from frank) From: Frank Mayhar Message-Id: <200503111549.j2BFnABc092212@realtime.exit.com> In-Reply-To: <4231BAE6.1040802@centtech.com> To: Eric Anderson Date: Fri, 11 Mar 2005 07:49:10 -0800 (PST) X-Copyright0: Copyright 2005 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: Sam Leffler cc: FreeBSD Current Subject: Re: [Fwd: cvs commit: src/sys/modules Makefile src/sys/conf files src/sys/modules/ath_rate_sample Makefile src/sys/i386/conf NOTES] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: frank@exit.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 15:52:10 -0000 Eric Anderson wrote: > Sam Leffler wrote: > > If you''re an ath user on current it'd be great to get John some > > feedback on his rate control algorithm as it might be made the default. > > I've not tested it with 5210 or 5211 cards and it's likely to have some > > issues with them so beware. To use it be sure you have up to date code > > and then specify > > > > device ath_rate_sample > > > > instead of the normal ath_rate_onoe. > > After updating to latest -current (as of about an hour ago), I can't use my atheros card anymore. Here's what I have: > > In /boot/loader.conf: > > ath_load="YES" > ath_hal_load="YES" > ath_rate_amrr="YES" Um, this is a no-op. Both of the old ones (and I assume the new one as well) install as "ath_rate.ko." This means that the last one wins, which will now be ath_rate_sample (previously it was ath_rate_onoe). You want to go to sys/modules/ath_rate_{amrr|onoe|sample| and do a 'make install'. > kldstat shows me: > 11 1 0xc0941000 26b60 ath_hal.ko > 22 1 0xc29d8000 3000 wlan_wep.ko > > dmesg showed this: > link_elf: symbol ath_hal_computetxtime undefined > KLD if_ath.ko: depends on ath_rate - not available Hmm. Is ath_rate_sample linked properly? -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/