mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
Fix 9500 wifi support
This commit is contained in:
@@ -18,4 +18,11 @@ in
|
|||||||
# Thermald doesn't have a default config for the 9500 yet, the one in this repo
|
# Thermald doesn't have a default config for the 9500 yet, the one in this repo
|
||||||
# was generated with dptfxtract-static (https://github.com/intel/dptfxtract)
|
# was generated with dptfxtract-static (https://github.com/intel/dptfxtract)
|
||||||
services.thermald.configFile = lib.mkDefault thermald-conf;
|
services.thermald.configFile = lib.mkDefault thermald-conf;
|
||||||
|
|
||||||
|
# WiFi speed is slow and crashes by default
|
||||||
|
# disable_11ax - doesn't actually disable AX but will fix the speed and crashes
|
||||||
|
# power_save - works well on this card
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options iwlwifi power_save=1 disable_11ax=1
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user