Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Last active June 19, 2022 03:45
Show Gist options
  • Save luckylittle/080a36dfa541eaa0ec6ae5999a5ddfa3 to your computer and use it in GitHub Desktop.
Save luckylittle/080a36dfa541eaa0ec6ae5999a5ddfa3 to your computer and use it in GitHub Desktop.
Fedora Linux 35 WiFi6 Speed Problem
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
# 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