Artix Linux Forum

Init systems => runit => Topic started by: arturo on 11 December 2020, 01:42:22

Title: wpa_supplicant spawning nl80211... at login
Post by: arturo on 11 December 2020, 01:42:22
Hi all,

I have a very anoying issue at log in that prevent me to log in properly. WPA_supplicantt spawns permanently the following error:

nl80211: send_and_recv -> nl_recvmsys failed: -33

may anybody help me with this issue? I could not find a decent solution on the internet. Thanks!
Title: Re: wpa_supplicant spawning nl80211... at login
Post by: ndowens on 11 December 2020, 01:58:15
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768130 Seems to be a kernel/intel bug
Title: Re: wpa_supplicant spawning nl80211... at login
Post by: arturo on 11 December 2020, 16:37:21
Thanks for the answer. If this is a kernel issue, which kernel should be installed?
Unsure you could try linux-lts and linux-zen and see if any of those help
Title: Re: wpa_supplicant spawning nl80211... at login
Post by: arturo on 11 December 2020, 23:45:04
Hi all,

I could resolve the issue this way:

I uninstalled networkmanager as it was very disturbing the error spawning during login, so from an artix-base live usb i chrooted and installed connman. Now the issue is gone. Regards.