$ 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
以下でドライバのオプションの追加。
1
$ echo"options iwlwifi 11n_disable=8"| sudo tee -a /etc/modprobe.d/iwlwifi.conf
Update後の確認。
1
2
3
4
5
6
7
8
9
10
$ 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
options iwlwifi 11n_disable=8
6.直ったか確認
1
2
3
4
5
6
7
8
9
10
11
$ speedtest-cli
Retrieving speedtest.net configuration...
Testing from SoftBank Corp. (126.89.41.182)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by 7 BULL (Tokyo)[32.61 km]: 9.97 ms
Testing download speed................................................................................
Download: 92.86 Mbit/s
Testing upload speed......................................................................................................
Upload: 295.55 Mbit/s