FS#14101 - wpa_supplicant does not load with netcfg
Attached to Project:
Arch Linux
Opened by Matt Warner (coolpyrofreak) - Sunday, 05 April 2009, 06:44 GMT
Last edited by Thomas Bächler (brain0) - Sunday, 05 April 2009, 10:47 GMT
Opened by Matt Warner (coolpyrofreak) - Sunday, 05 April 2009, 06:44 GMT
Last edited by Thomas Bächler (brain0) - Sunday, 05 April 2009, 10:47 GMT
|
Details
Description: When loading netcfg2 on a WPA network, the
following error occurs:
wpa_supplicant: invalid option -- 'w' This has only occurred since wpa_supplicant was updated on April 4. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
If you change line 91 in /usr/lib/network/wireless.subr
from
wpa_supplicant -wB [...]
to
wpa_supplicant -B [...]
it works fine again.
wpa_supplicant -B -P/var/run/wpa_supplicant_${INTERFACE}.pid -i${INTERFACE} -c$WPA_CONF
Did the same as Simon and it works fine.