D-Link DWA-131 无线适配器的互联网速度很慢

D-Link DWA-131 无线适配器的互联网速度很慢

我最近在使用 D-Link DWA-131 无线适配器时遇到了这个问题。我的是 Ubuntu 16.04 LTS。我的适配器在过去 3 年里一直运行良好。但两天后,我突然遇到了网速慢的问题。使用适配器时,网速低于 10MB/s。不使用适配器时,网速为 80-90MB/s。

我怀疑 D-Link 适配器/驱动程序存在问题。另外,我不能依赖内置适配器,因为它并不总是有效,而且我负担不起更换主板的费用。

每次我重启笔记本电脑时,都会出现此异常。这是否会导致任何问题!!
异常:
[0.056088] ipmi:dmi:无效偏移量:0

请帮忙....
请查看结果:-

himansu@master: sudo rfkill list all 0: dell-rbtn: Wireless LAN Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: yes Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: no

在链接处上传了 wireless-info 的结果 https://paste.ubuntu.com/p/DhpjzZpd2k/

himansu@master: ./wireless-info && cat wireless-info.txt | nc terbin.com 9999

结果保存在“/home/himansu/wireless-info.txt”中。

结果也存档在“/home/himansu/wireless-info.tar.gz”中,因为它们超出了 Ubuntu 论坛上“.txt”附件 19.5 kB 的大小限制。

himansu@master: nc terbin.com 9999
himansu@master:

我更新了详细信息https://paste.ubuntu.com/p/Sz3mtCbBKf/

答案1

您可以尝试从 github 上的源代码构建的模块

sudo apt-get install git build-essential dkms
git clone https://github.com/Mange/rtl8192eu-linux-driver.git
sudo dkms add rtl8192eu-linux-driver
sudo dkms install rtl8192eu/1.0
echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf

重启

相关内容