Originally Posted by
johnaaronrose
It's above my pay grade.
Heh, I've been there. Try this:
Code:
echo 'options iwlwifi power_save=0 uapsd_disable=0' | sudo tee -a /etc/modprobe.d/wifihacks.conf
echo 'options iwlmvm power_scheme=1' | sudo tee -a /etc/modprobe.d/wifihacks.conf
And, of course, reboot. That will disable powersaving on the wifi chip, which can cause firmware errors and other issues. Note that if you're on a battery-powered device, your battery life might take a bit of a hit. I think it would be minor, but don't quote me on that.
If you want to undo the changes, you can just remove the file you created:
Code:
sudo rm /etc/modprobe.d/wifihacks.conf
Bookmarks