Received: from vallejonagera.xyz (vallejonagera.xyz [185.10.19.246]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2A47A780DDE for <~alpine/users@lists.alpinelinux.org>; Tue, 19 Jul 2022 20:31:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vallejonagera.xyz; s=2004; t=1658262671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=W72dDaax+dgwI9ryjaQkb95DxDMj8UuDWH5jNAKOmws=; b=Z1LoX+ayjwp3KdTAhFrd1yi7IvRRL1yXVBTfGbz+Wzctgft6/o22FFnFH8FOCxdbpxkLOl EU/5n0fNsMX0zgtnUFUMn05PZHca0kXb12R9ZgiB4PYzcNDXAcNMb6Pcv4H5c9+sD4F4G4 Eemt5rA14NLRweNgM20T9u/lTpW7MjC+sfwKVU14mxXJj+rHAOpYhCKbnN45s4Pk2Ku44e l6qu9B7nmf1y85FkgO62C1wgI2O66rg8mZBmUfKO7lorZTmTwLpgm6wpYRUcRi+n+j1z5D 1aUv8uLHUwFD/hQZHhSquexYzSj1cZf0S++iNg62P55fDn7X4Gvk9kBGcz8WzQ== Received: from localhost (33.red-81-33-120.dynamicip.rima-tde.net [81.33.120.33]) by vallejonagera.xyz (OpenSMTPD) with ESMTPSA id 2455ad70 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <~alpine/users@lists.alpinelinux.org>; Tue, 19 Jul 2022 20:31:07 +0000 (UTC) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 19 Jul 2022 22:31:00 +0200 Message-Id: Subject: NetworkManager stopped working From: =?utf-8?q?Bosco_Vallejo-N=C3=A1gera?= To: <~alpine/users@lists.alpinelinux.org> X-Mailer: aerc 0.11.0 I've been using NetworkManager with wpa_supplicant as a backend and it worked just fine, until for some reason it didn't. This is my /etc/NetworkManager/NetworkManager.conf [main] dhcp=3Dinternal plugins=3Difupdown, keyfile [ifupdown] managed=3Dtrue [device] wifi.scan-rand-mac-address=3Dyes wifi.backend=3Dwpa_supplicant And this is my /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 iface wlan0 inet dhcp I've tried switching to just wpa_supplicant and it worked, so my wifi card is working, and it isn't off in rfkill. However, when I go to nmtui and enter "Activate a connection" and I don't see wifi there, only ehternet. My user is in the plugdev group, but if I go to "Set system hostname", I get the error message "Unable to set hostname: Insufficient privileges" Anywhere else I should look?