Windows 10では、〜90Mbpsのダウンロードとアップロードを取得し、Ubuntu 16.04では、〜9Mbpsのダウンロードと〜1Mbpsのアップロードを取得します。
なぜそんなに大きな違いがあるのですか、それをスピードアップするために何をしますか? 2つのOSは、デュアルブートを使用して同じハードウェア上にセットアップされます。
Belkin製のワイヤレスネットワークアダプターTP-LINK TL-WN821Nを使用しています。Windowsで正常に動作しているため、ドライバーの問題などが疑われます。
--- lsusbの出力---
Bus 002 Device 004: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 002 Device 003: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 2357:0107
Bus 001 Device 003: ID 03f0:e207 Hewlett-Packard
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
--- lsmodの出力| grep rtl ---
rtl8xxxu 122880 0
mac80211 778240 1 rtl8xxxu
--- /etc/modprobe.d/の内容---
alsa-base.conf
AMD64-microcode-blacklist.conf
blacklist-ath_pci.conf
blacklist.conf
blacklist-firewire.conf
blacklist-framebuffer.conf
blacklist-modem.conf
blacklist-oss.conf
blacklist-rare-network.conf
blacklist-watchdog.conf
dkms.conf
fbdev-blacklist.conf
intel-microcode-blacklist.conf
iwlwifi.conf
mlx4.conf
nvidia-384_hybrid.conf
nvidia-graphics-drivers.conf
--- /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.
options iwlwifi 11n_disable=1 led_mode=1 swcrypto=1
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
EDIT:アダプターのMTU:
wlx503eaa683858
MTU:1500
編集1:
1?: [LOCALHOST] pmtu 1500
1: 192.168.0.1 13.435ms reached
1: 192.168.0.1 13.473ms reached
Resume: pmtu 1500 Hops 1 back 1
編集2:今日16.04から18.04.1にアップグレードしましたが、問題はまだ存在しています。再起動後、nmcliでWiFiアダプターが切断されていると表示され、USBから適切に機能するためにUSBアダプターを再度削除/追加する必要があります。
私はあなたとまったく同じ問題を抱えており、これを行うことでそれを解決しました:
rtl8192eu
ドライバーをインストールします。https://github.com/clnhub/rtl8192eu-linux (これを使用しました)
またはここ:
https://github.com/Mange/rtl8192eu-linux-driver
blacklist rtl8xxxu
に/etc/modprobe.d/blacklist.conf
を追加します私はTP-Link TL-WN821N v4を使用しており、DLの速度がまったく同じでした(ULはspeednetで正常にテストされていました)。トリックをしました。