systemd를 사용하여 Wi-Fi를 시작할 수 없습니다

systemd를 사용하여 Wi-Fi를 시작할 수 없습니다

명령을 사용하는 동안 netctl start wlp3s0-tian오류가 발생했습니다 .

Apr 29 18:28:57 ArchPad systemd[1]: Starting Networking for netctl profile wlp3s0-tian...
Apr 29 18:28:57 ArchPad network[1019]: Starting network profile 'wlp3s0-tian'...
Apr 29 18:29:13 ArchPad network[1019]: WPA association/authentication failed for interface 'wlp3s0'
Apr 29 18:29:13 ArchPad network[1019]: Failed to bring the network up for profile 'wlp3s0-tian'
Apr 29 18:29:13 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Main process exited, code=exited, status=1/FAILURE
Apr 29 18:29:13 ArchPad systemd[1]: Failed to start Networking for netctl profile wlp3s0-tian.
Apr 29 18:29:13 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Unit entered failed state.
Apr 29 18:29:13 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Failed with result 'exit-code'.
Apr 29 18:30:52 ArchPad systemd[1]: Starting Networking for netctl profile wlp3s0-tian...
Apr 29 18:30:52 ArchPad network[1672]: Starting network profile 'wlp3s0-tian'...
Apr 29 18:31:08 ArchPad network[1672]: WPA association/authentication failed for interface 'wlp3s0'
Apr 29 18:31:08 ArchPad network[1672]: Failed to bring the network up for profile 'wlp3s0-tian'
Apr 29 18:31:08 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Main process exited, code=exited, status=1/FAILURE
Apr 29 18:31:08 ArchPad systemd[1]: Failed to start Networking for netctl profile wlp3s0-tian.
Apr 29 18:31:08 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Unit entered failed state.
Apr 29 18:31:08 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Failed with result 'exit-code'.
Apr 29 18:31:33 ArchPad systemd[1]: Starting Networking for netctl profile wlp3s0-tian...
Apr 29 18:31:33 ArchPad network[2167]: Starting network profile 'wlp3s0-tian'...
Apr 29 18:31:49 ArchPad network[2167]: WPA association/authentication failed for interface 'wlp3s0'
Apr 29 18:31:49 ArchPad network[2167]: Failed to bring the network up for profile 'wlp3s0-tian'
Apr 29 18:31:49 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Main process exited, code=exited, status=1/FAILURE
Apr 29 18:31:49 ArchPad systemd[1]: Failed to start Networking for netctl profile wlp3s0-tian.
Apr 29 18:31:49 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Unit entered failed state.
Apr 29 18:31:49 ArchPad systemd[1]: netctl@wlp3s0\x2dtian.service: Failed with result 'exit-code'.

그러나 다음 명령을 사용하여 수동으로 시작하면 wpa_supplicant문제 dhcpcd가 발생하지 않습니다.

sudo ip link set wlp3s0 up wpa_passphrase tian `sudo cat /etc/netctl/wlp3s0-tian | grep Key | sed 's/=/ /' | awk '{print $2}'` | sudo wpa_supplicant -c /dev/stdin -D nl80211 -i wlp3s0 -B sudo dhcpcd -4 --waitip -L wlp3s0

systemd가 실행 중이면 및 wpa_supplicant만 추가됩니다 .-P-q

그래서 systemd가 Wi-Fi를 올바르게 시작할 수 없는 이유와 Wi-Fi를 매번 수동으로 시작하고 다시 시작하는 것이 지루한 이유를 알고 싶습니다.

관련 정보