all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleander via <help-guix@gnu.org>
To: help-guix <help-guix@gnu.org>
Subject: "Could not connect to wpa_supplicant: (nil) - re-trying" error when trying to start wpa-cli.
Date: Fri, 22 Dec 2023 21:23:10 +0000	[thread overview]
Message-ID: <f4prIiml84GxCUxC068dF6LiiWHg7_ZQQOJzd3e5c-HYbBQrlsz5_H3WiUeSFPjvWq0IAoryiaIfUjNLQAsrU5SkWdDOMsfHng2InsyCvjI=@protonmail.com> (raw)

Hi,
has anyone ever got this error when trying to start wpa_cli?

"Could not connect to wpa_supplicant: (nil) - re-trying"

My /etc/wpa_supplicant/wpa_supplicant.conf:

@example
ctrl_interface=/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=1

network={
ssid="my-ssid"
key_mgmt=WPA-PSK
psk="mypasswd"
}
@end example

the wpa supplicant service in my system.scm:

@example
(service wpa-supplicant-service-type
(wpa-supplicant-configuration
(config-file "/etc/wpa_supplicant/wpa_supplicant.conf")
(interface "wlp1s0")))
@end example

After reconfiguring wpa supplicant is started and can connect to the specified network but I can't run wpa_cli.

Thank you

             reply	other threads:[~2023-12-22 21:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22 21:23 Oleander via [this message]
2023-12-22 22:34 ` "Could not connect to wpa_supplicant: (nil) - re-trying" error when trying to start wpa-cli Wojtek Kosior via
2023-12-25  8:53   ` Oleander via
2023-12-28 11:16   ` Oleander via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='f4prIiml84GxCUxC068dF6LiiWHg7_ZQQOJzd3e5c-HYbBQrlsz5_H3WiUeSFPjvWq0IAoryiaIfUjNLQAsrU5SkWdDOMsfHng2InsyCvjI=@protonmail.com' \
    --to=help-guix@gnu.org \
    --cc=7059548@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.