Re: wpa_supplicant and f8

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

 



On Nov 10, 2007 5:03 PM, Mike Cohler <mike.cohler@xxxxxxxxx> wrote:
> Has anyone managed to get wpa_supplicant to load correctly at boot time in f8?
>
> --
>
> mike cohler
>
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>

I did by putting the following in it:

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

And then the following in /etc/rc.d./rc.local

ifconfig wlan0 up
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -dd &
dhclient wlan0

Worked for me.  My wireless LED still doesn't light up, but at least
it works now.  I don't activate the wireless in
system-config-network-gui because otherwise it just errors out on boot
anyhow (after timing out).  Works great by not activating it there,
and doing the above.

Jacques B.

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