Last active
June 19, 2022 03:45
-
-
Save luckylittle/080a36dfa541eaa0ec6ae5999a5ddfa3 to your computer and use it in GitHub Desktop.
Fedora Linux 35 WiFi6 Speed Problem
This file contains 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
Intel Wifi 6 AX200 speed problems. Fix: | |
1. | |
/etc/modprobe.d/iwlmvm.conf | |
options iwlmvm power_scheme=1 | |
2. | |
/etc/modprobe.d/iwlwifi.conf | |
options iwlwifi power_save=0 | |
options iwlwifi power_level=1 | |
3. | |
Reboot | |
Date: Fri, Nov 19 | |
#bug #kernel5 #wifi #wifi6 #ax200 #fedora |
This file contains 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
# On RHEL8 | |
sudo dnf install kmod-redhat-iwlwifi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment