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_at_exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/Received on Fri Mar 11 2005 - 14:52:10 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:29 UTC