How to Activate Your Wireless on a Fedora 9 if It Fails
- 1). Open a terminal window.
- 2). Type "iwconfig" to see the name of the wireless interface. Don't include the quotes.
- 3). Type the following command to shut down the wireless interface:
ifconfig down wlan0
Replace "wlan0" with the name of your wireless interface. - 4). Type the following command the restart the wireless interface:
ifconfig up wlan0
Replace "wlan0" with the name of your wireless interface.
Source...