Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 265 Bytes

intel-wireless-7260-troubleshoot.md

File metadata and controls

10 lines (7 loc) · 265 Bytes

Intel wireless 7260 is known to have issues of bad connection.

One of the solutions given to linux was this one:

echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
sudo reboot

This disables the 11n protocol, apparently it helps.