Last active
May 6, 2025 18:43
-
-
Save wmantly/b09dc5aaf3b5af960a9ea61a18a21907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano /etc/modprobe.d/iwlwifi.conf | |
options iwlwifi power_save=0 | |
options iwlwifi 11n_disable=1 | |
sudo update-initramfs -u | |
sudo reboot | |
sudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf | |
[connection] | |
wifi.powersave = 2 | |
sudo systemctl restart NetworkManager | |
/etc/sysctl.conf | |
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 | |
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment