Friday, September 22, 2023

[fedora-arm] Re: wireless-tools

Adding back arm list:

> It took a bit of fiddling to get the RPI 4 wireless up,
> so here are the requisite commands for use by anyone else who is doing a
> headless, wireless pi with Fedora 38 aarch64:
>
> # iw dev wlan0 info
>
> # nmcli device wifi list # Get SSID
> # nmcli device wifi connect "SSID" password "whatever"

Yes, these two commands are really all you need:
nmcli device wifi list
nmcli device wifi connect SSID --ask

> # nmcli -p -f general,wifi-properties device show wlan0
>
> # find /etc -name SSID.nmconnection -print # to locate config file automatically created by nmcli commands.
>
_______________________________________________
arm mailing list -- arm@lists.fedoraproject.org
To unsubscribe send an email to arm-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue

No comments:

Post a Comment