Recently I installed Ubuntu 17.04 in my Dell laptop, but WiFi does not work in Ubuntu (It works well in windows 7). I have already tried the following steps, but no luck.
sudo -H gedit /etc/NetworkManager/NetworkManager.conf
At the bottom of this file, copied and pasted the following:
[device]
wifi.scan-rand-mac-address=no
then
sudo service network-manager restart
Output of lspci -nn -d 14e4
06:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Output of iwconfig
lo no wireless extensions.
enp7s0 no wireless extensions.
How to solve this issue?
cat /etc/NetworkManager/NetworkManager.conf
– Sumeet Deshmukh Apr 30 '17 at 08:35