I was using manjaro with GNOME and never had any issue connecting to a wifi network. I got a new internet contract with a new router (speedport, telecom germany) and suddenly I could not connect to the wifi anymore (a friend with lubuntu/GNOME had the same issue). I switched to endeavouros with xfce and the wifi was working again (for endeavouros with GNOME it still wasn’t). Today I ran updates with yay and now the wifi is not working anymore again. Connecting with a LAN-cable works always. I can see all the networks, when I choose one to connect to, I can enter the password, but then it doesn’t connect.
I checked the driver:
lspci -k
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
Subsystem: Intel Corporation Centrino Advanced-N 6205 (802.11a/b/g/n)
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi, wl
I tried
netctl start wlan0-zwischennetz5G
Job for netctl@wlan0\x2dzwischennetz5G.service failed because the control process exited with error code.
See "systemctl status "netctl@wlan0\\x2dzwischennetz5G.service"" and "journalctl -xeu "netctl@wlan0\\x2dzwischennetz5G.service"" for details.
So I checked
systemctl status "netctl@wlan0\\x2dzwischennetz5G.service"
× netctl@wlan0\x2dzwischennetz5G.service - Networking for netctl profile wlan0-zwischennetz5G
Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static)
Active: failed (Result: exit-code) since Thu 2022-03-24 01:16:06 CET; 1min 11s ago
Docs: man:netctl.profile(5)
Process: 4694 ExecStart=/usr/lib/netctl/network start wlan0-zwischennetz5G (code=exited, status=1/FAILURE)
Main PID: 4694 (code=exited, status=1/FAILURE)
CPU: 11ms
Mär 24 01:16:06 abc-2325bfg systemd[1]: Starting Networking for netctl profile wlan0-zwischennetz5G...
Mär 24 01:16:06 abc-2325bfg network[4694]: Starting network profile 'wlan0-zwischennetz5G'...
Mär 24 01:16:06 abc-2325bfg network[4694]: The interface of network profile 'wlan0-zwischennetz5G' is already up
Mär 24 01:16:06 abc-2325bfg systemd[1]: netctl@wlan0\x2dzwischennetz5G.service: Main process exited, code=exited, status=1/FAILURE
Mär 24 01:16:06 abc-2325bfg systemd[1]: netctl@wlan0\x2dzwischennetz5G.service: Failed with result 'exit-code'.
Mär 24 01:16:06 abc-2325bfg systemd[1]: Failed to start Networking for netctl profile wlan0-zwischennetz5G.
and
journalctl -xeu "netctl@wlan0\\x2dzwischennetz5G.service"
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit netctl@wlan0\x2dzwischennetz5G.service has entered the 'failed' state with result 'exit-code'.
Mär 24 01:16:06 abc-2325bfg systemd[1]: Starting Networking for netctl profile wlan0-zwischennetz5G...
░░ Subject: A start job for unit netctl@wlan0\x2dzwischennetz5G.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit netctl@wlan0\x2dzwischennetz5G.service has begun execution.
░░
░░ The job identifier is 1110.
Mär 24 01:16:06 abc-2325bfg network[4694]: Starting network profile 'wlan0-zwischennetz5G'...
Mär 24 01:16:06 abc-2325bfg network[4694]: The interface of network profile 'wlan0-zwischennetz5G' is already up
Mär 24 01:16:06 abc-2325bfg systemd[1]: netctl@wlan0\x2dzwischennetz5G.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ An ExecStart= process belonging to unit netctl@wlan0\x2dzwischennetz5G.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 1.
Mär 24 01:16:06 abc-2325bfg systemd[1]: netctl@wlan0\x2dzwischennetz5G.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit netctl@wlan0\x2dzwischennetz5G.service has entered the 'failed' state with result 'exit-code'.
Mär 24 01:16:06 abc-2325bfg systemd[1]: Failed to start Networking for netctl profile wlan0-zwischennetz5G.
░░ Subject: A start job for unit netctl@wlan0\x2dzwischennetz5G.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit netctl@wlan0\x2dzwischennetz5G.service has finished with a failure.
░░
░░ The job identifier is 1110 and the job result is failed.
so I tried as recommended here: https://wiki.archlinux.org/title/netctl … ice_failed
ip link set wlan0 down
netctl start wlan0-zwischennetz5G
Then no error came, but also nothing else happened, no connection was established.
Adding the
ForceConnect=yes
option to
/etc/netctl/wlan0-ssid
did not change anything
I also tried disabling 802.11n as described here: https://wiki.archlinux.org/title/Networ … ss#iwlwifi but it didn’t change anything
Does anyone have any idea, what I could still try?