DragonFly BSD
DragonFly users List (threaded) for 2006-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: 80211 patch3 (to be committed)


From: "Sepherosa Ziehau" <sepherosa@xxxxxxxxx>
Date: Sat, 6 May 2006 09:45:12 +0800

On 5/6/06, Erik Wikström <erik-wikstrom@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

The ath_hal version is:
ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)

Not 0.9.14.9 as shown in the photo of crash, so I am quite sure you
are using the wrong modules

Best Regards,
sephe

--
Live Free or Die




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]