Intel Corporation Wireless-N 7260 card dies randomly

Solution 1:

You need to disable the power management and possibly the 802.11n extension. These changes worked for me.

For the power management create a file in

sudo gedit /etc/pm/power.d/wireless

with the following content

#!/bin/sh 
/sbin/iwconfig wlan0 power off

and make it executable:

sudo chmod +x /etc/pm/power.d/wireless

To disable the 11n extension, try the following

sudo su
echo "options iwlwifi 11n_disable=1" >> /etc/modprobe.d/iwlwifi.conf

You need to reboot after those changes. Running iwconfig should show:

wlan0     IEEE 802.11abg

and

Power Management:off

What definitely worked for me was to upgrade to one of the latest kernel from

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc4-utopic/

Solution 2:

Please check for errors or clues in the log:

dmesg | grep iwl

It appears that the -8 firmware is loading. You may have better luck with the -9.

ls /lib/firmware | grep 7260

Hopefully, you will have:

iwlwifi-7260-7.ucode
iwlwifi-7260-8.ucode
iwlwifi-7260-9.ucode 

If so, back up the -8 version:

sudo mv /lib/firmware/iwlwifi-7260-8.ucode  /lib/firmware/iwlwifi-7260-8.bak

Reboot and check for messages:

dmesg | grep iwl

Do you connect? Is it stable?

Solution 3:

None of the other solutions solved the problem, and recently, I found out, that this is a hardware problem:

When I carry around my laptop it usually shakes, and bends a bit, this is causing the faiure!

I can provoke the fail by bending the bottom of the screen a bit to the back on one side and pull to the front on the other side. not strong, just a tiny bit without hurting the device.

After some tries, the Wifi card dies.

The same problem on my gaming Windows partition.

So the solution is only to put the device in a safe place and don't change the angle of the screen, then the Wifi Card will stay active without problems.

Maybe it is caused by the Aux and Main connectors touching the case, when you bend it, the Wi-Fi card is located on the left side, just above the battery:

enter image description here

I tried to replyce the wifi card with this guide: http://techdadreview.com/2014/09/02/upgrade-lenovo-yoga-2-pros-wireless-card/

But I found out that the problem is not the WiFi card itself, but it is the long part of the motherboard next to it. Whenever you slightly press on that platine, the WiFi card dies.

So I will try to buy a small USB card now and meanwhile I will be cautious that I do not press too hard on the bottom of my laptop .