F8 - wireless problem - SOLVED

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Got wireless to work with WPA-PSK.  The solution was at
http://fedoraforum.org/forum/showpost.php?p=857006&postcount=52

As root I edited /etc/wpa_supplicant/wpa_supplicant.conf so that it
contained the following:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
  network={
   ssid="your ssid"
   psk="your passphrase"
   key_mgmt=WPA-PSK
   proto=WPA
  }


The first two lines were already there.  I added the remaining lines
as per the the instructions on the site above.

I then ran
# ifconfig wlan0 up
# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -dd
(the process didn't exit so it seemed, but after doing the next
command successfully I was able to close this window anyhow).

Then in another terminal window as root I ran
# dhclient wlan0

I could then close both the windows and the wireless worked.  I went
into system-config-network-gui (either via command line or via System,
Administrator, Network) and ensured that my wireless card was checked
off so that it will start up on reboot (haven't rebooted yet but I am
fairly confident it will work - if not I will repost to that effect -
otherwise it worked).

Jacques B.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux