0

I'm not able to find the WiFi in the top right header nor connect to it in my ubuntu 14.04 LTS. I'm using Windows 10 with dual boot and is able to connect to wifi using Windows but don't know why it is not working in ubuntu. Have tried rfkill and it says the that wireless Lan is neither hard blocked not soft blocked. Below are a few screen shots. Please help urgently. enter image description here enter image description here enter image description here enter image description here enter image description here

I've updated my kernel to 4.03, and now I am getting the following errors on start up. previously there was none. enter image description here

I've tried updating the firmware to 4.03 >> https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-3160-ucode-25.17.12.0.tgz found on this page and copied it in /lib/firmware/ but it didn't work

Vipin Verma
  • 5,454

1 Answers1

0

Change the content of /etc/network/interfaces as follows, and then connected through the wired LAN. Then update/clean everything, also clean the err packages as mentioned here

auto eth0
iface eth0 inet dhcp
Vipin Verma
  • 5,454