Sample of my /etc/modprobe.d/iwlwifi.conf with tests that has been done
:
root@hydra:/home/lolomin# cat /etc/modprobe.d/iwlwifi.conf
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system. When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod)
\
&& /sbin/modprobe -r mac80211
# PCIe reset device before loading the module.
# Windows Hibernation/FastBoot may leave it in an unusable state
# Replace 0000:00:14.3 below by the actual PCI address of the device
install iwlwifi echo 1 > /sys/bus/pci/devices/0000\:00\:14.3/reset ; \
/sbin/modprobe --ignore-install iwlwifi
#options iwlwifi 11n_disable=1
#options iwlwifi swcrypto=0 bt_coex_active=0 power_save=0
#options iwlmvm power_scheme=1
#options iwlwifi d0i3_disable=1
#options iwlwifi uapsd_disable=1
#options iwlwifi lar_disable=1
## 2024-02-01
# Test 01 - KO/crash
#options iwlwifi power_save=0
#options iwlwifi uapsd_disable=1
#options iwlwifi disable_11ax=0
# Test 02 - KO/crash
#options iwlwifi swcrypto=1
#options iwlwifi power_save=0
#options iwlwifi uapsd_disable=1
#options iwlwifi disable_11ax=0
#options iwlwifi lar_disable=1
# Test 03 - KO/crash
#options iwlwifi bt_coex_active=0
#options iwlwifi power_save=0
#options iwlwifi swcrypto=1
# Test 04 - seems stable but speed is awful
# ----------------------
options iwlwifi 11n_disable=1
# Test 05 - KO/crash
#options iwlwifi 11n_disable=8 power_save=0
# Test 06 - KO/crash
#options iwlmvm power_scheme=1
# Test 07 - KO/crash
#options iwlwifi 11n_disable=2
# Test 08 - KO/crash
#options cfg80211 cfg80211_disable_40mhz_24ghz=Y
#options iwlmvm power_scheme=1
#options iwlwifi 11n_disable=4
# Test 09 - KO/crash
#options iwlwifi uapsd_disable=0
#options iwlmvm power_scheme=1
# Test 10 - seems stable also but speed is awful
#options iwlwifi 11n_disable=1
#options iwlwifi power_save=0
#options iwlmvm power_scheme=1
#options iwlwifi uapsd_disable=1
#options iwlwifi swcrypto=0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2121693
Title:
iwlwifi drivers make network unavailable after some time
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2121693/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs