PSK with Connman

Hi,

I am making my first steps with Garuda, and am already unable to connect to my wifi network. I am using Wayfire with connman, but when i try to connect with the gui it says "Failed to toggle connection state. PassphraseRequired". Pretty much the same when following the command line way from the wiki https://wiki.archlinux.org/title/ConnMan#Connecting_to_a_protected_access_point

Help?

thank you
darkduck

Hi there, welcome!
Please check if it helps configuring the file according to this:
https://man.archlinux.org/man/connman-service.config.5
E.g. from the Examples:

[service_home_wifi]
Type = wifi
Name = my_home_wifi
Passphrase = password
IPv4 = 192.168.2.2/255.255.255.0/192.168.2.1
MAC = 06:05:04:03:02:01

Please provide also your system specs, with the outcomes of:
inxi -Fza
with 3 ~ before and after the text (for formatting reasons)

4 Likes

This is a known bug, install connman-git as a workaround.

1 Like