There are config file examples in the folder /usr/share/doc/packages/wpa_supplicant/examples. Here's one for WPA-PSK-TKIP. Code: # WPA-PSK/TKIP
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="example wpa-psk network"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="secret passphrase"
}
You need to change the "example wpa-psk network" and "secret passphrase" to your specific settings, keep the quotation marks around those entries.
There are other examples in the wpa_supplicant.conf file in /usr/share/doc/packages/wpa_supplicant/.
Put your file in /etc/wpa_supplicant.conf. When you run wpa_supplicant, point it to that file. Code: wpa_supplicant -Dipw -ieth1 -c/etc/wpa_supplicant.conf
Here is a link to your drivers page: Intel® PRO/Wireless 3945ABG Driver for Linux
It says that you need the latest version of wpa_supplicant for it to work.
There also is the wpa_gui that comes with wpa_supplicant. Type that into a terminal to bring it up.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
|