Networking :: Netgear WG511vg2 card ...



ok figured it out...was a BIOS value, had to change it from "auto" to "Cardbus 16bit"
now the LED on the Card is lit, and I can go on with wpasupplicant *g*

Quote (roberts @ Jan. 02 2007,09:29)
wpa with ndiswrapper and with my Linksys was fairly easy and is why I added wpa in dsl-v3.2RC2

ndiswrapper -i NET8180.INF
ndiswrapper -l
modprobe ndiswrapper
iwlist wlan0 scan
iwconfig wlan0 essid my_essid_here
wpa_supplicant -Bdd -Dndiswrapper -i wlan0 -c /home/dsl/wpa_supplicant.conf
pump -i wlan0

My wpa_supplicant.conf:

network={
  ssid="my_ssid_here"
  key_mgmt=WPA-PSK
  pairwise=TKIP
  psk="my_passphrase"
}

Of course YMMV and it is really dependent on finding a wpa_supplicant.conf that will work with your card & access point.

Sad ... i can't manage to implement the wpa_supplicant tool to my dsl installation ... how can i do this?

But wait ... is wpa-supplicant implemented in Version 3.2?


original here.