It looks like the iwlwifi
kernel module is not loaded.
Connect to internet an alternative way and run in terminal:
sudo apt-get install linux-generic-lts-utopic
and reboot.
If you can't connect to internet an alternative way, then download these files:
http://mirrors.kernel.org/ubuntu/pool/main/l/linux-lts-utopic/linux-image-3.16.0-51-generic_3.16.0-51.69~14.04.1_i386.deb
http://security.ubuntu.com/ubuntu/pool/main/l/linux-lts-utopic/linux-image-extra-3.16.0-51-generic_3.16.0-51.69~14.04.1_i386.deb
http://security.ubuntu.com/ubuntu/pool/main/l/linux-meta-lts-utopic/linux-headers-generic-lts-utopic_3.16.0.51.42_i386.deb
Copy them to your Ubuntu Home folder and run in terminal
sudo dpkg -i linux*.deb
Reboot.
If your wifi starts working, run:
sudo apt-get update
sudo apt-get install linux-generic-lts-utopic
sudo apt-get upgrade
You will have the kernel updated. If the wireless still does not work, run:
sudo tee /etc/modprobe.d/iwlwifi-opt <<< "options iwlwifi 11n_disable=1"
and reboot again.
lspci -knn | grep Net -A2
terminal command. – Pilot6 Oct 20 '15 at 20:39uname -r
? – Pilot6 Oct 21 '15 at 13:07grep iwlwifi /etc/modprobe.d/*
– Pilot6 Oct 21 '15 at 13:23uname -i
? – Pilot6 Oct 21 '15 at 13:30