Hey I just installed ubuntu and my wireless is not working. It is a intel dual band wireless ac 3165. My first thought was to go to the intel and get the driver for it. So I done that and got the right kernel version for it. I extracted it and in the folder it just .ucode files what am I meant to do with them?
Thank you
Alex
EDIT: uname -a info.
Linux AlexSchezar 3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
08:00.0 Network controller [0280]: Intel Corporation Device [8086:3165] (rev 81)
Subsystem: Intel Corporation Device [8086:4010]
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 0a)
Subsystem: Hewlett-Packard Company Device [103c:8093]
Kernel driver in use: r8169
Kernel is 3.19.0-49-generic and I downloaded this file. http://www.intel.com/content/www/us/en/support/network-and-i-o/wireless-networking/000005511.html
It's the one named Intel® Dual Band Wireless-AC 3165 (starting from firmware XX.XX.13.0 and kernel 4.1) that I downloaded.
uname -a; lspci -nnk | grep -iA2 net
– Jeremy31 Feb 10 '16 at 23:16sudo apt-get install linux-generic-lts-wily and reboot
. – Pilot6 Feb 12 '16 at 20:03