On 5/1/07, Tom London <selinux@xxxxxxxxx> wrote:
you need a config file call it whatever you want ex: wpa_supplicant.conf ;)
mine looks like this:
ctrl_interface=/var/run/wpa_supplicantNo, and thanks for the offer of help.
It would help if you could provide steps for wpa_supplicant. (Sorry,
but I've forgotten....).
I'll have to shutdown NetworkManager first, right? Anything else?
you need a config file call it whatever you want ex: wpa_supplicant.conf ;)
mine looks like this:
ctrl_interface_group=wheel
network={
ssid="yourssid"
proto=WPA
key_mgmt=WPA-PSK
scan_ssid=1
pairwise=TKIP
group=TKIP
psk="yourpassword"
}
then do (as root)
/sbin/service NetworkManager stop
/usr/sbin/wpa_supplicant -dd -D wext -i wlan0 -c /yoor/configfile.conf
open a second terminal (after it has assiotated) and type (as root)
dhclient wlan0
after this the network should be up and running
-- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list