80211 patch3 (to be committed)

Erik Wikström erik-wikstrom at telia.com
Fri May 5 23:53:28 PDT 2006


On 2006-05-06 03:45, Sepherosa Ziehau wrote:
On 5/6/06, Erik Wikström <erik-wikstrom at xxxxxxxxx> wrote:
On 2006-05-01 20:06, Thomas Schlesinger wrote:
> Am Montag, 1. Mai 2006 03:09 schrieb Sepherosa Ziehau:
>> Hi all,
>>
>> I have rearranged the previous 80211 patch:
>> http://leaf.dragonflybsd.org/~sephe/802_11.diff3
>> NOTE:
>> 1) Apply this patch at /usr/src, don't forget -p0 in `patch'.  It
>> should apply cleanly to HEAD or PREVIEW
>> 2) You will need to at least quickkernel if you have tried previous
>> patch.  If you have not applied previous patch, you will have to
>> buildworld and buildkernel
>> 3) Please don't forget "option INVARIANTS" in you kernel config file
Sorry for being late, but I'm having some problem with your latest patch
and ath(4). Just to check that I haven't missed something basic this is
what I did:
1. Downloaded a fresh copy of Preview
2. In /usr/src did patch -p0 < /tmp/802_11.diff3
3. Made world and kernel and all that
4. Reboot
5. Extracted ath.tbz in /tmp
6. in /tmp/ath did make
========================================
7. kldload ath_hal
8. kldload ath_rate
9. kldload if_ath (which panics the system)
========================================

These are not correct, you are using the ath(4) in /modules
Please add path name when loading the modules:
e.g.
cd /tmp/ath
kldload ./ath/hal/ath_hal
kldload ./ath/rate_sample/ath_rate
kldload ./ath/ath/if_ath
Or you can copy above three modules into /modules
Sorry, my bad. The new modules works just fine.

Erik Wikström
--
 "I have always wished for my computer to be as easy to use as my
 telephone; my wish has come true because I can no longer figure
 out how to use my telephone" -- Bjarne Stroustrup




More information about the Users mailing list