You are not logged in.

#1 2020-06-15 15:30:09

ovalShape
Member
Registered: 2020-06-15
Posts: 2

WiFi wont connect

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

#2 2020-06-15 15:58:47

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: WiFi wont connect

Conflicting network services, perhaps? Did you disable NetworkManager and set the interface down before trying netctl?

Can we see

ls -lR /etc/systemd/system

Can you connect manually with wpa_supplicant alone? Ensure all other networking programs are stopped before trying.


Jin, Jîyan, Azadî

Offline

#3 2020-06-15 16:06:01

ovalShape
Member
Registered: 2020-06-15
Posts: 2

Re: WiFi wont connect

Head_on_a_Stick wrote:

Conflicting network services, perhaps? Did you disable NetworkManager and set the interface down before trying netctl?

Can we see

ls -lR /etc/systemd/system

Can 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@.service

Offline

#4 2020-06-15 16:52:21

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: WiFi wont connect

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

Board footer

Powered by FluxBB