You are not logged in.
Pages: 1
My WiFi connection doesn't work.
Connecting with netctl doesn't work:
>> sudo netctl start profile-name
Job for netctl@wlp6s0x2darmoni.service failed because the control process exited with error code.
See systemctl status netctl@wlp6s0-armoni.service and journalctl -xe for details.
And when I try to use nmcli I get the following output:
>> nmcli
....
wlp6s0: unavailable
....
Any ideas why?
Offline
Conflicting network services, perhaps? Did you disable NetworkManager and set the interface down before trying netctl?
Can we see
ls -lR /etc/systemd/systemCan you connect manually with wpa_supplicant alone? Ensure all other networking programs are stopped before trying.
Jin, Jîyan, Azadî
Offline
Conflicting network services, perhaps? Did you disable NetworkManager and set the interface down before trying netctl?
Can we see
ls -lR /etc/systemd/systemCan you connect manually with wpa_supplicant alone? Ensure all other networking programs are stopped before trying.
/etc/systemd/system: user@archlinux
total 16
drwxr-xr-x 2 root root 4096 May 29 21:58 getty.target.wants
drwxr-xr-x 2 root root 4096 Jun 15 21:18 multi-user.target.wants
drwxr-xr-x 2 root root 4096 Jun 15 21:05 'netctl@wlp6s0\x2darmoni.service.d'
drwxr-xr-x 2 root root 4096 May 29 22:50 sys-subsystem-net-devices-wlp6s0.device.wants
/etc/systemd/system/getty.target.wants:
total 0
lrwxrwxrwx 1 root root 38 May 29 21:58 getty@tty1.service -> /usr/lib/systemd/system/getty@.service
/etc/systemd/system/multi-user.target.wants:
total 0
lrwxrwxrwx 1 root root 39 Jun 15 21:18 'netctl@wlp6s0\x2darmoni.service' -> /usr/lib/systemd/system/netctl@.service
lrwxrwxrwx 1 root root 40 May 29 21:58 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
'/etc/systemd/system/netctl@wlp6s0\x2darmoni.service.d':
total 4
-rw-r--r-- 1 root root 158 Jun 15 21:18 profile.conf
/etc/systemd/system/sys-subsystem-net-devices-wlp6s0.device.wants:
total 0
lrwxrwxrwx 1 root root 44 May 29 22:50 netctl-auto@wlp6s0.service -> /usr/lib/systemd/system/netctl-auto@.serviceOffline
Looks like you have netctl-auto enabled as well as a specific profile. Does disabling one of those fix things? If not then please answer my other questions.
Jin, Jîyan, Azadî
Offline
Pages: 1