ath driver within 5.4-RELEASE

2005-08-16 Thread d3c3it-linux
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

-
Email sent from www.ntlworld.com
Virus-checked using McAfee(R) Software 
Visit www.ntlworld.com/security for more information

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ath driver within 5.4-RELEASE

2005-08-16 Thread Nikolas Britton
On 8/16/05, [EMAIL PROTECTED] [EMAIL PROTECTED] 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=athapropos=0sektion=0manpath=FreeBSD+5.4-RELEASE+and+Portsformat=html

http://www.freebsd.org/cgi/man.cgi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ath driver within 5.4-RELEASE

2005-08-16 Thread Andrew L. Gould
On Tue, 16 Aug 2005 13:36:14 -0500
Nikolas Britton [EMAIL PROTECTED] wrote:

 On 8/16/05, [EMAIL PROTECTED] [EMAIL PROTECTED]
 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=athapropos=0sektion=0manpath=FreeBSD+5.4-RELEASE+and+Portsformat=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 [EMAIL PROTECTED]


Re: ath driver within 5.4-RELEASE

2005-08-16 Thread Glyn Tebbutt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andrew L. Gould wrote:
 On Tue, 16 Aug 2005 13:36:14 -0500
 Nikolas Britton [EMAIL PROTECTED] wrote:
 
 
On 8/16/05, [EMAIL PROTECTED] [EMAIL PROTECTED]
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=athapropos=0sektion=0manpath=FreeBSD+5.4-RELEASE+and+Portsformat=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 [EMAIL PROTECTED]
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 ?
Cheers again
Glyn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDAkorMmCtbXGg1+4RAuB/AJ94I2VBdRhY3xPDiPHDG/qnK9f5aACg7TwD
idKEdWquZhwkLrTK4oDNIpg=
=BJp9
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ath driver within 5.4-RELEASE

2005-08-16 Thread Michal Mertl
Glyn Tebbutt wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Andrew L. Gould wrote:
  On Tue, 16 Aug 2005 13:36:14 -0500
  Nikolas Britton [EMAIL PROTECTED] wrote:
  
  
 On 8/16/05, [EMAIL PROTECTED] [EMAIL PROTECTED]
 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=athapropos=0sektion=0manpath=FreeBSD+5.4-RELEASE+and+Portsformat=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 [EMAIL PROTECTED]
 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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ath driver within 5.4-RELEASE

2005-08-16 Thread Glyn Tebbutt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michal Mertl wrote:
 Glyn Tebbutt wrote:
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andrew L. Gould wrote:

On Tue, 16 Aug 2005 13:36:14 -0500
Nikolas Britton [EMAIL PROTECTED] wrote:



On 8/16/05, [EMAIL PROTECTED] [EMAIL PROTECTED]
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=athapropos=0sektion=0manpath=FreeBSD+5.4-RELEASE+and+Portsformat=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 [EMAIL PROTECTED]

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
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
My other cards on linux dont support WPA yet anyway so I'm using WEP atm
(yes I know its crappy and insecure:()
I'm new to freebsd so im not exactly sure how everything works yet, so
the kernel config builds all the stuff you need into the kernel but
modules for everything else is still compiled?
because on my 6.0-BETA 2 ath module doesn't exists :?
so in theory which module's do I need to load
Thanks again for replying

- --
++
| | Glyn Tebbutt |
| +--+
| www: http://www.plasticmongoose.com|
| GPG: http://www.plasticmongoose.com/d3c3it/misc/d3c3it.gpg |
| Email: [EMAIL PROTECTED]   |
||
| Damn you, vile woman! You've impeded my work since the|
| day I escaped from your wretched womb. - Stewie Griffin|
++
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDAlSUMmCtbXGg1+4RAhryAKCnZ6V387EhoFfsB7ySfj1gpjFAvwCdE2ug
WYSborHTyIsLY400Ow0S4jc=
=iwYX
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ath driver within 5.4-RELEASE

2005-08-16 Thread Michal Mertl
Glyn Tebbutt wrote:
 Michal Mertl wrote:
  
  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.
  
 My other cards on linux dont support WPA yet anyway so I'm using WEP atm
 (yes I know its crappy and insecure:()
 I'm new to freebsd so im not exactly sure how everything works yet, so
 the kernel config builds all the stuff you need into the kernel but
 modules for everything else is still compiled?

Yes. By default all the modules are always compiled and installed
(in /boot/kernel/*.ko).

 because on my 6.0-BETA 2 ath module doesn't exists :?
 so in theory which module's do I need to load

Modules for network cards are called if_$cardname(.ko). So to load
ath(4) support you'd issue 'kldload if_ath'. The linker loads whatever
other modules are required for function of the module which aren't
compiled in or already loaded (so ath would load wlan, ath_rate and
ath_hal).

Michal

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ath driver within 5.4-RELEASE

2005-08-16 Thread Glyn Tebbutt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michal Mertl wrote:
 Glyn Tebbutt wrote:
 
Michal Mertl wrote:

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.


My other cards on linux dont support WPA yet anyway so I'm using WEP atm
(yes I know its crappy and insecure:()
I'm new to freebsd so im not exactly sure how everything works yet, so
the kernel config builds all the stuff you need into the kernel but
modules for everything else is still compiled?
 
 
 Yes. By default all the modules are always compiled and installed
 (in /boot/kernel/*.ko).
 
 
because on my 6.0-BETA 2 ath module doesn't exists :?
so in theory which module's do I need to load
 
 
 Modules for network cards are called if_$cardname(.ko). So to load
 ath(4) support you'd issue 'kldload if_ath'. The linker loads whatever
 other modules are required for function of the module which aren't
 compiled in or already loaded (so ath would load wlan, ath_rate and
 ath_hal).
 
 Michal
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
Thanks very much Michal, I'll go and try again
btw I found my error's
http://lists.freebsd.org/mailman/htdig/freebsd-stable/2004-October/009041.html
yay for mailinglists, ill report back on my experiences :)
Cheers again

- --
++
| | Glyn Tebbutt |
| +--+
| www: http://www.plasticmongoose.com|
| GPG: http://www.plasticmongoose.com/d3c3it/misc/d3c3it.gpg |
| Email: [EMAIL PROTECTED]   |
||
| Damn you, vile woman! You've impeded my work since the|
| day I escaped from your wretched womb. - Stewie Griffin|
++
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDAlnaMmCtbXGg1+4RAu59AJ0aJONTxYfDmeau1ymLLLbseNIv0wCdG6BY
74lsUuemW5LU+Du09hOAylc=
=hNWs
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ath driver within 5.4-RELEASE

2005-08-16 Thread Glyn Tebbutt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michal Mertl wrote:
 Glyn Tebbutt wrote:
 
Michal Mertl wrote:

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.


My other cards on linux dont support WPA yet anyway so I'm using WEP atm
(yes I know its crappy and insecure:()
I'm new to freebsd so im not exactly sure how everything works yet, so
the kernel config builds all the stuff you need into the kernel but
modules for everything else is still compiled?
 
 
 Yes. By default all the modules are always compiled and installed
 (in /boot/kernel/*.ko).
 
 
because on my 6.0-BETA 2 ath module doesn't exists :?
so in theory which module's do I need to load
 
 
 Modules for network cards are called if_$cardname(.ko). So to load
 ath(4) support you'd issue 'kldload if_ath'. The linker loads whatever
 other modules are required for function of the module which aren't
 compiled in or already loaded (so ath would load wlan, ath_rate and
 ath_hal).
 
 Michal
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
Well that was fruitless I just looked and realised the card im trying to
get working is a Netgear WG511 not the WG511T, bugger :(

- --
++
| | Glyn Tebbutt |
| +--+
| www: http://www.plasticmongoose.com|
| GPG: http://www.plasticmongoose.com/d3c3it/misc/d3c3it.gpg |
| Email: [EMAIL PROTECTED]   |
||
| Damn you, vile woman! You've impeded my work since the|
| day I escaped from your wretched womb. - Stewie Griffin|
++
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDAl5uMmCtbXGg1+4RAi/oAJ0e09014d9D/1toGp4Q2z7uq+X8EgCg1DVC
YKznrMgH/HYI5DMVGJjNTbM=
=1r3V
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]