I recently switched over to ubuntu 16.04 LTS from Windows 10. No WiFi networks or settings are being shown in networks in system settings. I tried tried the lspci -nn command and found that I have no network controller listed. What should I do? My WiFi connection worked fine on Windows.
Asked
Active
Viewed 210 times
0
sudo lshw -C network
– Alcuin Arundel Jul 23 '16 at 16:52lspci -knn | grep Net -A2
terminal command. – Pilot6 Jul 23 '16 at 16:54