Comment 4 for bug 365321

Revision history for this message
Martin Emrich (emme) wrote :

I also experience this, and reloading the wireless modules helps usually:

-----
#!/bin/sh

sudo rmmod iwlagn
sudo rmmod iwlcore
sudo rmmod mac80211
sudo rmmod cfg80211

sleep 2

sudo modprobe iwlagn
-----

I just installed the backport modules, and will see if they help with this bug as well as my regular network freezes.

Ciao

Martin