dslrgm
Group: Members
Posts: 84
Joined: July 2007 |
|
Posted: Aug. 31 2007,17:43 |
|
A must for me....
I have a D-Link PCMCIA card with the Atheros chipset.
The card is recognized no problem.
From the system menu it is not clear what to do for WPA. Searching around here, I tried:
/etc/wpa_supplicant.conf
network={ ssid="Mynetwork" proto=WPA key_mgmt=WPA-PSK pairwise=TKIP group=TKIP WEP40 psk="MySecret" priority=2 }
(this is what I have in my wpa config on my Centos based notebook and works).
Then I issued the command:
sudo wpa_supplicant -c/etc/wpa_supplicant.conf -iath0 -d -B -Dmadwifi
I see what looks like a successful authentication. with wpa_supplicant daemonizing.
But no dhcp?
I tried dhclient, but command not found.
What is this pump command I see used in some discussions?
|