You are not logged in.
Pages: 1
is there any way to get a atheros card (madwifi) running with wpa-psk?
My last attempt was to reconfigure the wpa-supplicant package form AUR to include the madwifi drivers but I can't get it built.
perhaps anybody can help?
Thanks
wabi
Offline
I could finally get it running by comiling wpa_supplicant by hand because the package of the aur is only for ipw cards.
if anybody is interested in details please contact me.
Offline
I am very interested in the solution. I have been trying to connect to my wireless AP with wpa-psk, but i dont have the slighest clue about how to configure it.
i have a netgear WG511T
Arch .7.1, 2.6.15, 1024 MB PC2700, Athlon XP 2600+, Soyo KT400 Dragon Ultra Platinum, NVIDIA GeForceFX 5700 256MB
Compaq Armada E500--Arch .7.1, 2.6.14, 256MB PC100, 900MHz PIII, Netgear WG511T
Offline
here's a quick answer to your question:
You need to edit the config file in your wpa_supplicant build directory to point to your madwifi sources.
I'll assume that you've built madwifi with ABS and you are doing the same for wpa_supplicant.
First make sure you have the madwifi sources. They should be in /var/abs/local/madwifi/src/madwifi (or something to the like)
Then edit the config file in your wpa_supplicant build directory.
Uncomment CONFIG_DRIVER_MADWIFI=y
Next uncomment the line CFLAGS += -I../madwifi/wpa and change it to read:
CFLAGS += -I /var/abs/local/madwifi/src/madwifi
Then it should build with madwifi support. You can also comment out ipw since you don't need it.
andy
Offline
thanks!
Arch .7.1, 2.6.15, 1024 MB PC2700, Athlon XP 2600+, Soyo KT400 Dragon Ultra Platinum, NVIDIA GeForceFX 5700 256MB
Compaq Armada E500--Arch .7.1, 2.6.14, 256MB PC100, 900MHz PIII, Netgear WG511T
Offline
Pages: 1