For my PCMCIA wifi card I am using the serialmonkey driver for RT61 chipset
http://prdownloads.sourceforge.net/rt2400/rt61-1.1.0-b2.tar.gz?downloadAfter adding the module [rt61.ko] I can connect to an open network fine.
I have then created [/etc/wpa_supplicant.conf] as described in the readme files of the RT61 modules directory personalising the file with my wifi-network details and WPA details.
Then use:
wpa_supplicant -B -Dwext -ira0 -c/etc/wpa_supplicant.conf
(ra0 is confirmed as my wireless interface via iwconfig)
But nothing, no connection.
How do I know what driver to use with wpa_supplicant as the [wpa_supplicant --help] help-files advise the wext is a generic driver?