Ребят, помогите решить проблему с подключением к wi-fi. Не работает подключение к конкретной точке доступа (WPA2 PSK), к которой нормально подключается смартфон. К другой (домашней) сети ноут нормально подключается. Профиль netctl сгенерирован с помощью wifi-menu:
Description="..."
Interface=wlp2s0
Connection=wireless
Security=wpa
ESSID=123
IP=dhcp
Key=<my password>
При попытке подключения выводит следующее:
$ sudo netctl start 123
Job for netctl@123.service failed because the control process exited with error code.
See "systemctl status netctl@123.service" and "journalctl -xe" for details
$ journalctl -xe
...
WPA assotiation/authentification failed for interface 'wlp2s0'
Failed to bring the network up for profile '123'
...
Failed to start Networking for netctl profile 123
...
Чё делать?
$ uname -a
Linux archlinux 4.13.4-1-ARCH #1 SMP PREEMPT Thu Sep 28 08:39:52 CEST 2017 x86_64 GNU/Linux
$ lspci -k | rg Net
02:00.0 Network controller: Intel Corporation Centurino Ultimate-N 6300 (rev 3e)