Thanks again for the help!
1 Like
I just upgraded to Zorin 18 from the Beta version and I no longer have the WiFi button although the adapter is recognized and has the driver selected. I made sure to boot into the 6.14 kernel which was the last time the WiFi worked. Any suggestions?
Can you try
rfkill list all
See if it is soft blocked or hard blocked.
sudo rfkill unblock all
If it is.
Preferable; do not use all
but use the wifi ID you saw blocked (If you saw that) from the rfkill list
command.
If it is not blocked above, try
nmcli radio wifi on
sudo systemctl restart NetworkManager.service