Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2005 22:45:10 +0200
From:      Michal Mertl <mime@traveller.cz>
To:        Glyn Tebbutt <d3c3it-linux@ntlworld.com>
Cc:        freebsd-questions@freebsd.org, Nikolas Britton <nikolas.britton@gmail.com>
Subject:   Re: ath driver within 5.4-RELEASE
Message-ID:  <1124225110.78094.8.camel@genius1.i.cz>
In-Reply-To: <43024A2D.30307@ntlworld.com>
References:  <20050816124847.WTNO17166.aamta12-winn.ispmail.ntl.com@smtp.ntlworld.com> <ef10de9a05081611362fddd566@mail.gmail.com> <20050816142258.476d9226@grokwell.org>  <43024A2D.30307@ntlworld.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Glyn Tebbutt wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Andrew L. Gould wrote:
> > On Tue, 16 Aug 2005 13:36:14 -0500
> > Nikolas Britton <nikolas.britton@gmail.com> wrote:
> > 
> > 
> >>On 8/16/05, d3c3it-linux@ntlworld.com <d3c3it-linux@ntlworld.com>
> >>wrote:
> >>
> >>>Hi
> >>>I just wanted to know if the ath driver is included within the 5.4-
> >>>RELEASE as I can't seem to find it with the GENERIC config or do I
> >>>just load auth with kldload ? I can't check as I'm not at home atm.
> >>>Thanks in advance Glyn
> >>>
> >>
> >>Yes it's part of 5.4, started life in 5.2, man ath:
> >>http://www.freebsd.org/cgi/man.cgi?query=ath&apropos=0&sektion=0&manpath=FreeBSD+5.4-RELEASE+and+Ports&format=html
> >>
> >>http://www.freebsd.org/cgi/man.cgi
> > 
> > 
> > The ath driver is available in 5.4 RELEASE; but is not compiled into
> > the GENERIC kernel.  If my memory serves me correctly, people on this
> > list have reported problems loading the kernel modules.  Therefore,
> > you'll probably need to recompile the kernel with the following:
> > 
> > 	device ath
> > 	device ath_hal
> > 
> > Regards,
> > 
> > Andrew Gould
> > 
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> Thanks for your replies guys. Will this support 11g as I read something
> about the wireless stack in 6.0 is different in some way compared to 5.4 ?
> I tried to compile 6.0-BETA 2 with both device ath and device ath_hal
> but the kernel compile died with undefined symbol error's, i've google
> it but not found anything, any idea's guy's ?

I don't know if 5.4 supports 11g but it I know it doesn't support too
much advanced authentication mechanisms (WPA).

I believe you need not only ath and ath_hal in the kernel config file
but also wlan and some ath_rate module (one of ath_rate_onoe,
ath_rate_amrr or ath_rate_sample). The recommended rate module is
ath_rate_sample.

Why do you compile the modules statically into the kernel? Modules
should work too.

Michal




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1124225110.78094.8.camel>