Note experimental. Then you'll find it in the usual obvious place in Drivers
--
alan dot mckinnon at gmail dot com
10-14-2008, 07:20 PM
Neil Bothwick
ath5k in the kernel - where is it?
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!"
10-15-2008, 01:32 AM
Grant
ath5k in the kernel - where is it?
>> 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
10-15-2008, 02:03 AM
Adam Carter
ath5k in the kernel - where is it?
> 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.
10-15-2008, 06:13 AM
Dirk Heinrichs
ath5k in the kernel - where is it?
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).
> 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??)
10-15-2008, 07:44 AM
Adam Carter
ath5k in the kernel - where is it?
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)
10-15-2008, 01:53 PM
Grant
ath5k in the kernel - where is it?
>> 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
10-16-2008, 12:02 AM
Adam Carter
ath5k in the kernel - where is 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.
Update - no segfault with 2.6.27 with WPA2 Enterprise.