You are not logged in.
Hello,
I have some issues while trying to connect to some WiFi networks, but not all of them.
I remember having that issue last year or so and I had fixed it by switching from NetworkManager to Wicd. Now it happens again:
$ lspci -k
04:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 88)
Subsystem: Intel Corporation Dual Band Wireless-AC 8265
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
$ systemctl list-unit-files --state=enabled
UNIT FILE STATE
autovt@.service enabled
bluetooth.service enabled
dbus-org.bluez.service enabled
dbus-org.wicd.daemon.service enabled
display-manager.service enabled
getty@.service enabled
lxdm.service enabled
wicd.service enabled
remote-fs.target enabled
and the error when wicd fails:
$ journalctl -xe
Oct 30 09:23:44 x1carbon kernel: wlp4s0: authenticate with 14:0c:76:d2:e1:28
Oct 30 09:23:44 x1carbon kernel: wlp4s0: send auth to 14:0c:76:d2:e1:28 (try 1/3)
Oct 30 09:23:44 x1carbon kernel: wlp4s0: authenticated
Oct 30 09:23:44 x1carbon kernel: wlp4s0: associate with 14:0c:76:d2:e1:28 (try 1/3)
Oct 30 09:23:44 x1carbon kernel: wlp4s0: RX AssocResp from 14:0c:76:d2:e1:28 (capab=0x111 status=0 aid=4)
Oct 30 09:23:44 x1carbon kernel: wlp4s0: associated
Oct 30 09:23:44 x1carbon kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
Oct 30 09:23:44 x1carbon kernel: wlp4s0: Limiting TX power to 24 (27 - 3) dBm as advertised by 14:0c:76:d2:e1:28
Oct 30 09:23:45 x1carbon dhcpcd[886]: DUID 00:01:00:01:22:a9:8a:ab:b6:e6:35:06:c2:f3
Oct 30 09:23:45 x1carbon dhcpcd[886]: wlp4s0: IAID 71:b6:db:d1
Oct 30 09:23:45 x1carbon dhcpcd[886]: wlp4s0: adding address fe80::2db3:411e:bb9f:1e61
Oct 30 09:23:45 x1carbon dhcpcd[886]: wlp4s0: soliciting a DHCP lease
Oct 30 09:23:45 x1carbon dhcpcd[886]: wlp4s0: offered 192.168.0.37 from 192.168.0.254
Oct 30 09:23:46 x1carbon dhcpcd[886]: wlp4s0: soliciting an IPv6 router
Oct 30 09:23:47 x1carbon dhcpcd[886]: wlp4s0: Router Advertisement from fe80::160c:76ff:fea6:15d7
Oct 30 09:23:47 x1carbon dhcpcd[886]: wlp4s0: adding address 2a01:e35:8a57:7730:d517:9507:9c62:2ea4/64
Oct 30 09:23:47 x1carbon dhcpcd[886]: wlp4s0: adding route to 2a01:e35:8a57:7730::/64
Oct 30 09:23:47 x1carbon dhcpcd[886]: wlp4s0: adding default route via fe80::160c:76ff:fea6:15d7
Oct 30 09:23:48 x1carbon dhcpcd[886]: forked to background, child pid 934
Oct 30 09:23:48 x1carbon dhcpcd[886]: dhcp6_listen: Address already in use
Oct 30 09:23:48 x1carbon wicd[337]: sending signal ALRM to pid 934
Oct 30 09:23:48 x1carbon wicd[337]: waiting for pid 934 to exit
Oct 30 09:23:48 x1carbon dhcpcd[937]: sending signal ALRM to pid 934
Oct 30 09:23:48 x1carbon dhcpcd[937]: waiting for pid 934 to exit
Oct 30 09:23:48 x1carbon dhcpcd[934]: received SIGALRM, releasing
Oct 30 09:23:48 x1carbon dhcpcd[934]: wlp4s0: removing interface
Oct 30 09:23:48 x1carbon dhcpcd[934]: wlp4s0: deleting address 2a01:e35:8a57:7730:d517:9507:9c62:2ea4/64
Oct 30 09:23:48 x1carbon dhcpcd[934]: wlp4s0: deleting route to 2a01:e35:8a57:7730::/64
Oct 30 09:23:48 x1carbon dhcpcd[934]: wlp4s0: deleting default route via fe80::160c:76ff:fea6:15d7
Oct 30 09:23:49 x1carbon dhcpcd[934]: wlp4s0: deleting address fe80::2db3:411e:bb9f:1e61
Oct 30 09:23:49 x1carbon dhcpcd[934]: dhcpcd exited
Oct 30 09:23:49 x1carbon kernel: wlp4s0: deauthenticating from 14:0c:76:d2:e1:28 by local choice (Reason: 3=DEAUTH_LEAVING)
Oct 30 09:23:49 x1carbon kernel: IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
I cannot connect manually either.. This is the error with wpa_supplicant (sorry I lost the full error log):
could not unlink existing ctrl_iface socket ...
and it also fails with wifi-menu/netctl:
Oct 30 09:36:37 x1carbon sudo[2010]: gusi : TTY=pts/0 ; PWD=/home/gusi ; USER=root ; COMMAND=/usr/bin/wifi-menu -o
Oct 30 09:36:37 x1carbon sudo[2010]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 30 09:36:45 x1carbon systemd[1]: Starting Networking for netctl profile wlp4s0-resomk...
Oct 30 09:36:45 x1carbon network[2088]: Starting network profile 'wlp4s0-resomk'...
Oct 30 09:36:45 x1carbon network[2088]: The interface of network profile 'wlp4s0-resomk' is already up
Oct 30 09:36:45 x1carbon systemd[1]: netctl@wlp4s0\x2dresomk.service: Main process exited, code=exited, status=1/FAILURE
Oct 30 09:36:45 x1carbon systemd[1]: netctl@wlp4s0\x2dresomk.service: Failed with result 'exit-code'.
Oct 30 09:36:45 x1carbon systemd[1]: Failed to start Networking for netctl profile wlp4s0-resomk.
Oct 30 09:36:45 x1carbon audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp4s0\x2dresomk comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 30 09:36:45 x1carbon sudo[2010]: pam_unix(sudo:session): session closed for user root
Oct 30 09:36:45 x1carbon kernel: audit: type=1130 audit(1540888605.563:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp4s0\x2dresomk comm="systemd" exe="/usr/lib/systemd/systemd"
I'm completely clueless after having searched *a lot* for solutions.. Re-installing my system is not an option for now.
Thanks for your help!
Last edited by josiano (2018-10-30 12:46:28)
Offline
The wpa_supplicant and wifi-menu errors are pretty clear: you need to first stop any other wireless management tool (and for wifi-menu perhaps put the interface down).
Please stop any other wireless management processes, then retry wpa_supplicant posting the complete output here.
Last edited by Trilby (2018-10-30 13:49:26)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
@Trilby sorry if that's a n00b question but how do I make sure that any other wireless tool has stopped?
Before trying wpa_supplicant I had disabled wicd.service, exited wicd, rebooted and checked for any wpa_supplicant process and didn't find any.
Offline
"Dr. Madden, why don't the natural numbers include 0?" -me
"....... Take a philosophy course" -Dr. Madden
Offline