My “operating system” is Fedora 37, 64bit.
[Edited] To be exact, I downloaded Fedora Everything and chose Minimal Install with @base-x and @lxde.
During installation, I identified my network SSID and input the password to connect to wifi. Wireless connection was successful. Next I configured the GUI such that IPv6 is disabled and input my preferred DNS.
However, as my machine was connected to the internet via a wired LAN at the time, I clicked the button to shut down the wireless connection.
Installation proceeded with the ethernet connection.
Post installation, I am now unable to connect to wifi.
In /etc/NetworkManager/systemconnections, there are two files:
Wired connection 1.nmconnection
XYZ.nmconnection (where XYZ is the name of the SSID)
In a terminal, I typed the following commands in sequence:
A. systemctl status NetworkManager
Result:
NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; preset: enabled)
Active: active (running) since
Docs: man:NetworkManager(8)
Main PID: 1210 (NetworkManager)
Tasks: 3 (limit: 28465)
Memory: 6.5M
CPU: 40ms
CGroup: /system.slice/NetworkManager.service
└─1210 /usr/sbin/NetworkManager --no-daemon
B. nmcli radio wifi
Result:
Enabled
C. nmcli con show
Result:
[username@hostname ~]$ nmcli con show
NAME UUID TYPE DEVICE
XYZ xxxx wifi --
Wired connection 1 xxxx ethernet --
[username@hostname ~]$
(where XYZ is the name of the SSID)
D. sudo nmcli --ask dev wifi connect XYZ (where XYZ is the name of the SSID)
Result:
Error: No Wi-Fi device found.
[Edited] I forgot to add the following action that I took. Here it is:
E. sudo sudo nmcli dev wifi
Result: Blank, no list, no nothing
Thank you for helping me to solve the issue.