Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: taikon on 28 February 2021, 22:18:33

Title: [SOLVED] NetworkManager Secrets were required, but not provided.
Post by: taikon on 28 February 2021, 22:18:33
Hello,
I am trying to connect to the internet using NetworkManager, but when I run:
Code: [Select]
nmcli d wifi connect 48:5D:36:81:F0:9E password --password
I get the error message
Code: [Select]
Secrets were required, but not provided.
Does anyone know of a fix for this? I also use an ethernet cable when I'm not away, could that be interfering?
I'm using runit.
Title: Re: NetworkManager Secrets were required, but not provided.
Post by: linuxer on 28 February 2021, 22:34:40
Yes, it does not read the wifi password.

Does nm-applet run in the background?
Title: Re: NetworkManager Secrets were required, but not provided.
Post by: alium on 28 February 2021, 23:19:27
https://wiki.archlinux.org/index.php/NetworkManager#Secrets_were_required,_but_not_provided
Title: Re: NetworkManager Secrets were required, but not provided.
Post by: taikon on 01 March 2021, 04:08:08
https://wiki.archlinux.org/index.php/NetworkManager#Secrets_were_required,_but_not_provided
Thank you! This worked almost instantly.