I tried following below link for installing wireless drivers, but still no joy
How can I install Intel Dual Band Wireless-AC 3165 drivers?
magesh@magesh-HP-Pavilion-Notebook:~/Downloads/linux-4.4.1$ dmesg | grep iwl
[ 9.579767] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3165-12.ucode failed with error -2
[ 9.579781] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3165-11.ucode failed with error -2
[ 9.579792] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3165-10.ucode failed with error -2
[ 9.579794] iwlwifi 0000:02:00.0: request for firmware file 'iwlwifi-3165-10.ucode' failed.
[ 9.580322] iwlwifi 0000:02:00.0: Unsupported splx structure
[ 9.700855] iwlwifi 0000:02:00.0: Driver unable to support your firmware API. Driver supports v12, firmware is v13.
All i understood from the link is, copying two driver files, Please advice how handle other firmware load.
Still Wireless is not working for me after restarting the system.
uname -r
? Do you have the packagelinux-firmware
installed? – David Foerster Feb 07 '16 at 20:38sudo apt-get install linux-generic-lts-wily
and reboot. Does that help? – David Foerster Feb 07 '16 at 20:49