I have tried several distributions or flavors such as (ubuntu, ubuntu budgie, Zorin OS and Manjaro) and with none of them have I been able to decipher the problem that my laptop (DELL Latitude 9410) has so that it recognizes Wi-Fi networks.
my wifi controller is an Intel Corporation Comet Lake PCH-LP CNVI WIFI[8086:02f0]
Try changing it with these commands:
sudo lshw -class network
cd /etc/pm/sleep.d
ls
sudo touch config
sudo gedit config
SUSPEND_MODULES=”#product”
sudo echo “options (product) fwlps=N” | sudo tee /etc/modprobe.d/(product).conf
but after restarting my computer, the problem continues
David Renteria is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1