Hi
I just installed Debian Jessie (8.6) on my Laptop MSI PE60 6QE
Everything is fine but the I cannot setup the wifi adapter or card.
Someone can hell me to install this ?
I followed the guide on https://wiki.debian.org/WiFi but I get blocked on the Network manager.
Reading some blogs on other flavors (Mint, Ubuntu) I could install some firmware and packages, but still not result.
1.- So, I run this "$>iwconfig" and I got :
lo no wireless extensions.
eth0 no wireless extensions.
2.- So I suppose no any driver is installed, so I ran "$>lspci -nnk | grep -iA2 net" to see which card I have :
02:00.0 Network controller [0280]: Intel Corporation Device [8086:3165] (rev 81)
Subsystem: Intel Corporation Device [8086:4010]
03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8161 Gigabit Ethernet [1969:1091] (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:115a]
Kernel driver in use: alx
3.- So, I went to Intel site to get the driver for Intel 3165, and I downloaded the package "iwlwifi-7265-ucode-25.30.14.0",unzipped and then and copied to /lib/firmware :
$> cp iwlwifi-7265-14.ucode /lib/firmware
$> cp iwlwifi-7265D-14.ucode /lib/firmware
I even copied like this
$> cp iwlwifi-7265D-14.ucode /lib/firmware/iwlwifi-3265-14.ucode
4.- Reboot but nothing, still no network manager detection and "iwconfig:" says that no any wireless adapter.
5.- II tried on KDE, GNOME, Mate, but I cannot see where is the famous NetWorkAdapter.
The command "$>apt-get install network-manager-gnome" don't show nothing.
And installing bumblebee didn't help (I don't know if related)
Can someone give me a hand ?
Thank you
Jean