I've installed Arch on my Raspberry PI and I have a Edimax EW-7711uac USB wifi adaptor connected. At first I had problems with it not saving the profile after I did
I can now get it to save the profile (by using a different adaptor) but after awifi-menu -o
it still wont connect. I get an error message ofnetctl start wireless-home
Examining these files:Job for netctl@wireless\x2dhome.service failed. See 'systemctl status netctl@wireless\x2dhome.service' and 'journalctl -xn' for details.
and[root@alarmpi netctl]# [root@alarmpi netctl]# journalctl -xn
-- Logs begin at Thu 1970-01-01 00:00:03 UTC, end at Thu 2016-06-02 20:44:15 UTC. --
Jun 02 20:44:14 alarmpi network[410]: Successfully initialized wpa_supplicant
Jun 02 20:44:14 alarmpi network[410]: Line 5: Invalid passphrase length 0 (expected: 8..63) '"'.
Jun 02 20:44:14 alarmpi network[410]: Line 5: failed to parse psk '""'.
Jun 02 20:44:14 alarmpi network[410]: Line 7: failed to parse network block.
Jun 02 20:44:14 alarmpi network[410]: Failed to read or parse configuration '/run/network/wpa_supplicant_wlan0.c
Jun 02 20:44:15 alarmpi network[410]: The WPA supplicant did not start for interface 'wlan0'
Jun 02 20:44:15 alarmpi network[410]: Failed to bring the network up for profile 'wireless-home'
Jun 02 20:44:15 alarmpi systemd[1]: netctl@wireless\x2dhome.service: main process exited, code=exited, status=1/
Jun 02 20:44:15 alarmpi systemd[1]: Failed to start Networking for netctl profile wireless-home.
-- Subject: Unit netctl@wireless\x2dhome.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/li ... temd-devel
-- Documentation: http://www.freedesktop.org/wiki/Softwar ... e9d022f03d
--
-- Unit netctl@wireless\x2dhome.service has failed.
--
-- The result is failed.
Jun 02 20:44:15 alarmpi systemd[1]: Unit netctl@wireless\x2dhome.service entered failed state.
It looks like some corruption / mis-configuration in wpa_supplicant?????? I didn't think you had to edit this file when using netctl, is that correct?[root@alarmpi netctl]# systemctl status netctl@wireless\x2dhome.service
netctl@wirelessx2dhome.service - Networking for netctl profile wirelessx2dhome
Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static)
Active: inactive (dead)
Docs: man:netctl.profile(5)
Can anyone tell me where I am going wrong?
Thanks