new issue regarding sudo command to reconnect wifi client (#1605) #1658
Unanswered
PapaSchIumpf
asked this question in
Q&A
Replies: 1 comment
-
The For an alternate auto-connect method, see #1563 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi everyone,
a few months ago i asked for help regarding connecting to a wifi client with command and got a solution for that.
this is the code needed for that:
sudo wpa_cli -i wlan1 select_network 0
that works fine, but only if you open the wifi client tab in the raspap UI first.
so if the raspberry is restarting and you try to connect to a network with the command, it fails.
if you do the same, but open open the wifi client tab in the raspap UI before, it works.
i didnt noticed this before.
what could be the reason and how can i solve this?
thank you.
Beta Was this translation helpful? Give feedback.
All reactions