Comment 4 for bug 875134

Revision history for this message
Tyler Burton (tylerburtonca) wrote :

I did manage to find somewhat of a work around on another forum:

echo "options iwlagn 11n_disable=1" | tee /etc/modprobe.d/iwlagn.confg
sudo modprobe -rf iwlagn
sudo modprobe -v iwlagn
sudo service network-manager restart

Alternatively I've read people having success with changing the first line to enable it.

echo "options iwlagn 11n_disable=0" | tee /etc/modprobe.d/iwlagn.confg