
我在 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 更新後它又回來了。現在的輸出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