我在 ThinkPad T450 上全新安装了 Ubuntu 15.04 和 Windows 8.1 双启动。Ubuntu 中的 wifi 连接比 Windows 慢得多。
有办法修复这个问题吗?我不知道如何提供关于我的系统的精确信息,所以如果需要的话请告诉我在哪里可以找到这些信息。
编辑:的输出lspci -knn | grep Net -A2
是
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8192EE PCIe Wireless Network Adapter [10ec:818b]
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:001b]
Kernel driver in use: rtl8192ee
编辑:切换到 Ubuntu 14.04 LTS 解决了这个问题,但在 apt-get update 之后它又回来了。现在的输出lspci -knn | grep Net -A2
是
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8192EE PCIe Wireless Network Adapter [10ec:818b]
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:001b]
Kernel driver in use: r8192ee
答案1
您可以尝试安装 Realtek 无线适配器的新驱动程序。
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware