wireless - Intel Dual BandWireless-AC 3168 does not work on Ubuntu 16.04 - Ask Ubuntu
i unable connect wifi - option of wireless connectivity not shown; there option of ethernet. using ubuntu version 16.04.
$ lspci -knn | grep net -a2 05:00.0 network controller [0280]: intel corporation device [8086:24fb] (rev 10) devicename: intel dual bandwireless-ac 3168 802.11 ac 1x1 wifi + bt 4.0 combo adapter subsystem: intel corporation device [8086:2110] $ ifconfig wlan0 wlan0: error fetching interface information: device not found $ modprobe iwl3945 modprobe: error: not insert 'iwl3945': operation not permitted $ ifconfig wlan0 wlan0: error while getting interface flags: no such device
this adapter supported since kernel 4.6.
the kernel version in ubuntu 16.04 4.4.
you can install kernel 4.8 ubuntu 16.04 way:
sudo add-apt-repository ppa:canonical-kernel-team/ppa sudo apt update sudo apt install linux-generic-lts-yakkety sudo add-apt-repository -r ppa:canonical-kernel-team/ppa
reboot after it.
after linux-generic-lts-yakkety
package appears in main ubuntu repositories (it should happen soon) start getting updates.
you need install firmware can done by
wget http://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.161_all.deb sudo dpkg -i linux-firmware_1.161_all.deb
Comments
Post a Comment