* [gentoo-user] ath5k in the kernel - where is it?
@ 2008-10-14 17:38 Grant
2008-10-14 18:10 ` Alan McKinnon
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: Grant @ 2008-10-14 17:38 UTC (permalink / raw
To: Gentoo mailing list
I'm using linux-2.6.25-hardened-r8 and I get:
# locate ath5k
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/Makefile
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/ath5k.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/base.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/base.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/debug.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/debug.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/hw.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/hw.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/initvals.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/phy.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/reg.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/regdom.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/regdom.h
but I can't find ath5k in menuconfig. Does anyone know where it is?
- Grant
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] ath5k in the kernel - where is it?
2008-10-14 17:38 [gentoo-user] ath5k in the kernel - where is it? Grant
@ 2008-10-14 18:10 ` Alan McKinnon
2008-10-14 19:20 ` Neil Bothwick
2008-10-15 7:44 ` [gentoo-user] ath5k in the kernel - where is it? Adam Carter
2 siblings, 0 replies; 15+ messages in thread
From: Alan McKinnon @ 2008-10-14 18:10 UTC (permalink / raw
To: gentoo-user
On Tuesday 14 October 2008 19:38:54 Grant wrote:
> I'm using linux-2.6.25-hardened-r8 and I get:
>
> # locate ath5k
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/Makefile
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/ath5k.h
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/base.c
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/base.h
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/debug.c
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/debug.h
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/hw.c
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/hw.h
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/initvals.c
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/phy.c
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/reg.h
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/regdom.c
> /usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/regdom.h
>
> but I can't find ath5k in menuconfig. Does anyone know where it is?
>
> - Grant
Depends on: NETDEVICES && !S390 && PCI && MAC80211 && WLAN_80211 &&
EXPERIMENTAL
Note experimental. Then you'll find it in the usual obvious place in Drivers
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] ath5k in the kernel - where is it?
2008-10-14 17:38 [gentoo-user] ath5k in the kernel - where is it? Grant
2008-10-14 18:10 ` Alan McKinnon
@ 2008-10-14 19:20 ` Neil Bothwick
2008-10-15 1:32 ` Grant
2008-10-15 7:44 ` [gentoo-user] ath5k in the kernel - where is it? Adam Carter
2 siblings, 1 reply; 15+ messages in thread
From: Neil Bothwick @ 2008-10-14 19:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
On Tue, 14 Oct 2008 10:38:54 -0700, Grant wrote:
> but I can't find ath5k in menuconfig. Does anyone know where it is?
It won't show up in the menus if options on which it depends are not
selected, but it will show up when you use the search function - press /.
--
Neil Bothwick
"Come on! It's a whole new life out there!"
"Oh, no. Not another one!"
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] ath5k in the kernel - where is it?
2008-10-14 19:20 ` Neil Bothwick
@ 2008-10-15 1:32 ` Grant
2008-10-15 2:03 ` Adam Carter
0 siblings, 1 reply; 15+ messages in thread
From: Grant @ 2008-10-15 1:32 UTC (permalink / raw
To: gentoo-user
>> but I can't find ath5k in menuconfig. Does anyone know where it is?
>
> It won't show up in the menus if options on which it depends are not
> selected, but it will show up when you use the search function - press /.
Thanks guys. Anybody tried it?
- Grant
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: [gentoo-user] ath5k in the kernel - where is it?
2008-10-15 1:32 ` Grant
@ 2008-10-15 2:03 ` Adam Carter
2008-10-15 6:13 ` Dirk Heinrichs
2008-10-16 0:02 ` Adam Carter
0 siblings, 2 replies; 15+ messages in thread
From: Adam Carter @ 2008-10-15 2:03 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
> Thanks guys. Anybody tried it?
I've tried it. Works at home with WPA2 PSK, but I get a segfault (in wpa_supplicant IIRC) when I use it with WPA2 Enterprise (802.1x) at work. I think my laptop is 2.6.25-gentoo-r6 or r7.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] ath5k in the kernel - where is it?
2008-10-15 2:03 ` Adam Carter
@ 2008-10-15 6:13 ` Dirk Heinrichs
2008-10-15 7:39 ` Adam Carter
2008-10-16 0:02 ` Adam Carter
1 sibling, 1 reply; 15+ messages in thread
From: Dirk Heinrichs @ 2008-10-15 6:13 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 803 bytes --]
Am Mittwoch 15 Oktober 2008 04:03:26 schrieb ext Adam Carter:
> I've tried it. Works at home with WPA2 PSK, but I get a segfault (in
> wpa_supplicant IIRC) when I use it with WPA2 Enterprise (802.1x) at work. I
> think my laptop is 2.6.25-gentoo-r6 or r7.
Could you post the output of lspci, please? I have stability problems with
madwifi on my system, so if you've got the same wlan chipset I would give it a
try also (with 2.6.27, then).
Bye...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Wanheimerstraße 68 | Web: http://www.capgemini.com
D-40468 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: [gentoo-user] ath5k in the kernel - where is it?
2008-10-15 6:13 ` Dirk Heinrichs
@ 2008-10-15 7:39 ` Adam Carter
2008-10-15 13:53 ` Grant
0 siblings, 1 reply; 15+ messages in thread
From: Adam Carter @ 2008-10-15 7:39 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
> Could you post the output of lspci, please? I have stability
> problems with
> madwifi on my system, so if you've got the same wlan chipset
> I would give it a try also (with 2.6.27, then).
03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
FWIW I had no stability issues with madwifi-ng 0.9.4 with wpa_supplicant 0.5.7 with 2.6.25-gentoo-r7, and IIRC that was with only the old 80211 stuff turned on in the kernel. (??IEEE80211 instead of MAC80211??)
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: [gentoo-user] ath5k in the kernel - where is it?
2008-10-14 17:38 [gentoo-user] ath5k in the kernel - where is it? Grant
2008-10-14 18:10 ` Alan McKinnon
2008-10-14 19:20 ` Neil Bothwick
@ 2008-10-15 7:44 ` Adam Carter
2 siblings, 0 replies; 15+ messages in thread
From: Adam Carter @ 2008-10-15 7:44 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
Location:
Device Drivers --->
[*] Network device support --->
Wireless LAN --->
<M> Atheros 5xxx wireless cards support
You also need;
Networking --->
Wireless --->
<M> Improved wireless configuration API
<M> Generic IEEE 802.11 Networking Stack (mac80211)
It can co-exist with the old one at <M> Generic IEEE 802.11 Networking Stack
(info from http://madwifi.org/wiki/About/ath5k)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] ath5k in the kernel - where is it?
2008-10-15 7:39 ` Adam Carter
@ 2008-10-15 13:53 ` Grant
2008-11-12 16:33 ` Grant
0 siblings, 1 reply; 15+ messages in thread
From: Grant @ 2008-10-15 13:53 UTC (permalink / raw
To: gentoo-user
>> Could you post the output of lspci, please? I have stability
>> problems with
>> madwifi on my system, so if you've got the same wlan chipset
>> I would give it a try also (with 2.6.27, then).
>
> 03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
I have the same one.
> FWIW I had no stability issues with madwifi-ng 0.9.4 with wpa_supplicant 0.5.7 with 2.6.25-gentoo-r7, and IIRC that was with only the old 80211 stuff turned on in the kernel. (??IEEE80211 instead of MAC80211??)
Mine works great except it freezes the whole system when starting ath0
in master mode if I have SMP enabled in my kernel:
http://madwifi.org/ticket/1903
- Grant
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: [gentoo-user] ath5k in the kernel - where is it?
2008-10-15 2:03 ` Adam Carter
2008-10-15 6:13 ` Dirk Heinrichs
@ 2008-10-16 0:02 ` Adam Carter
2008-10-16 3:09 ` [gentoo-user] Does vmware work with 2.6.27? Adam Carter
1 sibling, 1 reply; 15+ messages in thread
From: Adam Carter @ 2008-10-16 0:02 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
> I've tried it. Works at home with WPA2 PSK, but I get a
> segfault (in wpa_supplicant IIRC) when I use it with WPA2
> Enterprise (802.1x) at work. I think my laptop is
> 2.6.25-gentoo-r6 or r7.
Update - no segfault with 2.6.27 with WPA2 Enterprise.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-user] Does vmware work with 2.6.27?
2008-10-16 0:02 ` Adam Carter
@ 2008-10-16 3:09 ` Adam Carter
2008-10-16 3:34 ` Andrey Vul
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: Adam Carter @ 2008-10-16 3:09 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
Or even 2.6.26? I use gentoo-sources.
Presumably I'll have to use ~x86 for vwmare-modules and vwmare-server.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Does vmware work with 2.6.27?
2008-10-16 3:09 ` [gentoo-user] Does vmware work with 2.6.27? Adam Carter
@ 2008-10-16 3:34 ` Andrey Vul
2008-10-16 3:35 ` Tony Clark
2008-10-16 14:32 ` Paul Hartman
2 siblings, 0 replies; 15+ messages in thread
From: Andrey Vul @ 2008-10-16 3:34 UTC (permalink / raw
To: gentoo-user
On Wed, Oct 15, 2008 at 11:09 PM, Adam Carter <Adam.Carter@optus.com.au> wrote:
> Or even 2.6.26? I use gentoo-sources.
>
> Presumably I'll have to use ~x86 for vwmare-modules and vwmare-server.
Not the portage one (6.0.5).
You have to download (6.5.0) from vmware.com.
Download vmware-player, run the installer like this:
/path/to/VMWare-Player-6.5.0.18166.i386.bundle --command -x
extract_path
If that doesn't work, run
/path/to/VMWare-Player-6.5.0.18166.i386.bundle --help to get the
arguments.
In the extracted directory, you can find the .tgzs of the module
sources (they also include SuSE, Ubuntu, RedHat, and other binary
versions).
Just extract and compile.
--
Andrey Vul
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Does vmware work with 2.6.27?
2008-10-16 3:09 ` [gentoo-user] Does vmware work with 2.6.27? Adam Carter
2008-10-16 3:34 ` Andrey Vul
@ 2008-10-16 3:35 ` Tony Clark
2008-10-16 14:32 ` Paul Hartman
2 siblings, 0 replies; 15+ messages in thread
From: Tony Clark @ 2008-10-16 3:35 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Adam Carter wrote:
> Or even 2.6.26? I use gentoo-sources.
>
> Presumably I'll have to use ~x86 for vwmare-modules and vwmare-server.
vmware-modules-1.0.0.22 works with 2.6.26, they won't, however, compile
against 2.6.27
tony
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkj2tn0ACgkQS4m4BrtCK4wAxQCeJUSAeN2wWlRMNl6lq4nrspnW
Z8EAnjk7zSY/+xDRM+Kac0NnJfq3YulA
=xfEO
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Does vmware work with 2.6.27?
2008-10-16 3:09 ` [gentoo-user] Does vmware work with 2.6.27? Adam Carter
2008-10-16 3:34 ` Andrey Vul
2008-10-16 3:35 ` Tony Clark
@ 2008-10-16 14:32 ` Paul Hartman
2 siblings, 0 replies; 15+ messages in thread
From: Paul Hartman @ 2008-10-16 14:32 UTC (permalink / raw
To: gentoo-user
On Wed, Oct 15, 2008 at 10:09 PM, Adam Carter <Adam.Carter@optus.com.au> wrote:
> Or even 2.6.26? I use gentoo-sources.
>
> Presumably I'll have to use ~x86 for vwmare-modules and vwmare-server.
vmware-workstation 6.0.5 from the vmware overlay works for me in
2.6.26 (gentoo-sources)
Typically every new kernel version breaks vmware again and it takes a
few weeks for it to get patched.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] ath5k in the kernel - where is it?
2008-10-15 13:53 ` Grant
@ 2008-11-12 16:33 ` Grant
0 siblings, 0 replies; 15+ messages in thread
From: Grant @ 2008-11-12 16:33 UTC (permalink / raw
To: gentoo-user
>>> Could you post the output of lspci, please? I have stability
>>> problems with
>>> madwifi on my system, so if you've got the same wlan chipset
>>> I would give it a try also (with 2.6.27, then).
>>
>> 03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
>
> I have the same one.
>
>> FWIW I had no stability issues with madwifi-ng 0.9.4 with wpa_supplicant 0.5.7 with 2.6.25-gentoo-r7, and IIRC that was with only the old 80211 stuff turned on in the kernel. (??IEEE80211 instead of MAC80211??)
>
> Mine works great except it freezes the whole system when starting ath0
> in master mode if I have SMP enabled in my kernel:
>
> http://madwifi.org/ticket/1903
>
> - Grant
In case anyone else runs into this with madwifi-ng, it's fixed with
the latest madwifi-ng-svn ebuild in the je_fro overlay. ath5k doesn't
support master mode yet in 2.6.27 (although there is a patch floating
around) and madwifi-old is completely unsupported (sandbox violations,
should be removed from portage).
- Grant
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2008-11-12 16:33 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 17:38 [gentoo-user] ath5k in the kernel - where is it? Grant
2008-10-14 18:10 ` Alan McKinnon
2008-10-14 19:20 ` Neil Bothwick
2008-10-15 1:32 ` Grant
2008-10-15 2:03 ` Adam Carter
2008-10-15 6:13 ` Dirk Heinrichs
2008-10-15 7:39 ` Adam Carter
2008-10-15 13:53 ` Grant
2008-11-12 16:33 ` Grant
2008-10-16 0:02 ` Adam Carter
2008-10-16 3:09 ` [gentoo-user] Does vmware work with 2.6.27? Adam Carter
2008-10-16 3:34 ` Andrey Vul
2008-10-16 3:35 ` Tony Clark
2008-10-16 14:32 ` Paul Hartman
2008-10-15 7:44 ` [gentoo-user] ath5k in the kernel - where is it? Adam Carter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox